Skip to content

Commit

Permalink
tests: update to .net 8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matheus Castello <[email protected]>
  • Loading branch information
microhobby committed Nov 15, 2023
1 parent 0194780 commit d80dc89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- uses: actions/[email protected]
- uses: actions/setup-dotnet@v1
with:
dotnet-version: "5.0.x"
dotnet-version: "8.0.x"
include-prerelease: true
- uses: actions-rs/toolchain@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion rnet-tests-cs/RnetTests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>RnetTests</RootNamespace>
<IsPackable>false</IsPackable>
<Platforms>x64</Platforms>
Expand Down

0 comments on commit d80dc89

Please sign in to comment.