diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 2a93aa0..3971144 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "jetbrains.resharper.globaltools": { - "version": "2021.2.2", + "version": "2023.1.3", "commands": [ "jb" ] diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 84ab735..df5b865 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index 407d4a1..26fe76f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/GrobExp.Compiler.Tests/GrobExp.Compiler.Tests.csproj b/GrobExp.Compiler.Tests/GrobExp.Compiler.Tests.csproj index f977586..2c7a3a8 100644 --- a/GrobExp.Compiler.Tests/GrobExp.Compiler.Tests.csproj +++ b/GrobExp.Compiler.Tests/GrobExp.Compiler.Tests.csproj @@ -2,7 +2,7 @@ false - net45;netcoreapp3.1;net6.0 + net45;netcoreapp3.1;net8.0 true diff --git a/GrobExp.Compiler/GrobExp.Compiler.csproj b/GrobExp.Compiler/GrobExp.Compiler.csproj index 289db4f..af82960 100644 --- a/GrobExp.Compiler/GrobExp.Compiler.csproj +++ b/GrobExp.Compiler/GrobExp.Compiler.csproj @@ -5,7 +5,7 @@ - + diff --git a/global.json b/global.json index d6c2c37..92426f3 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.100", + "version": "8.0.10", "rollForward": "latestFeature" } } \ No newline at end of file