Skip to content

Commit

Permalink
dotnet 8, bump gremit
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Tolstoukhov committed Nov 19, 2024
1 parent ab67c77 commit 2118598
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": "2022.3.2",
"version": "2023.3.1",
"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: 7.0.x
DOTNET_VERSION: 8.0.x
jobs:
test:
runs-on: windows-2019
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.10.0 - 2024.11.19
- Add net8.0 support
- Update GrEmit dependency to v3.5.1

## v1.9.2 - 2023.04.24
- Add net7 support (PR [#32](https://github.com/skbkontur/GroBuf/pull/32))
Expand Down
2 changes: 1 addition & 1 deletion GroBuf.Tests/GroBuf.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<IsPackable>false</IsPackable>
<TargetFrameworks>net48;netcoreapp3.1;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net48;netcoreapp3.1;net6.0;net8.0</TargetFrameworks>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="GrEmit" Version="3.4.10" />
<PackageReference Include="GrEmit" Version="3.5.1" />
<PackageReference Include="Mono.Reflection" Version="2.0.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.0",
"version": "8.0.10",
"rollForward": "latestFeature"
}
}

0 comments on commit 2118598

Please sign in to comment.