Skip to content

Commit

Permalink
bump gremit, net8
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Tolstoukhov committed Nov 19, 2024
1 parent 225b4e6 commit dd1324a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"jetbrains.resharper.globaltools": {
"version": "2021.2.2",
"version": "2023.1.3",
"commands": [
"jb"
]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- "**/*.md"
pull_request:
env:
DOTNET_VERSION: 6.0.x
DOTNET_VERSION: 8.0.x
SOLUTION_FILE: GrobExp.Compiler.sln
jobs:
test:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## v1.3.24 - 2024.11.19
- Add net8.0 support
- Update GrEmit dependency to v3.5.1

## v1.3.23 - 2021.11.30
- Add net6.0 support.
Expand Down
2 changes: 1 addition & 1 deletion GrobExp.Compiler.Tests/GrobExp.Compiler.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<IsPackable>false</IsPackable>
<TargetFrameworks>net45;netcoreapp3.1;net6.0</TargetFrameworks>
<TargetFrameworks>net45;netcoreapp3.1;net8.0</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion GrobExp.Compiler/GrobExp.Compiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GrEmit" Version="3.4.10" />
<PackageReference Include="GrEmit" Version="3.5.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "6.0.100",
"version": "8.0.10",
"rollForward": "latestFeature"
}
}

0 comments on commit dd1324a

Please sign in to comment.