Skip to content

Commit

Permalink
Add .NET 9 to test matrix (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Romfos authored Nov 2, 2024
1 parent d7e6d63 commit 832f033
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x

- name: Pack nuget package
run: dotnet pack ./src/TestFixture/TestFixture.csproj -c Release -p:Version=${{ inputs.Version }} -o "./build"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x

- name: Build
run: dotnet build ./src/TestFixture.sln
Expand Down
2 changes: 1 addition & 1 deletion src/TestFixture.Tests/TestFixture.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net8.0;net6.0;net462</TargetFrameworks>
<TargetFrameworks>net9.0;net8.0;net6.0;net462</TargetFrameworks>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down

0 comments on commit 832f033

Please sign in to comment.