Skip to content

Commit

Permalink
chore: update .NET version for the test so they would work on newer s…
Browse files Browse the repository at this point in the history
…ystems (#10)
  • Loading branch information
antouhou committed Apr 16, 2024
1 parent 965680e commit 2fe66a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-build-cover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.401
dotnet-version: 8.0.203
- name: Build
run: ./scripts/build.sh
- name: Cover
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.401
dotnet-version: 8.0.203
- name: Build
run: ./scripts/build.sh
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion HexCore.Tests/HexCore.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>HexCoreTests</RootNamespace>
</PropertyGroup>

Expand Down

0 comments on commit 2fe66a8

Please sign in to comment.