Skip to content

Commit a8aea00

Browse files
committed
Use .NET 9
1 parent 966037c commit a8aea00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
package-version: ${{ inputs.package-version || (github.ref_type == 'tag' && github.ref_name) || format('0.0.0-ci-{0}', github.sha) }}
3131
dotnet-version: |
3232
3.1.x
33-
8.0.x
33+
9.0.x
3434
secrets:
3535
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3636
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}

PolyShim.Tests/PolyShim.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Import Project="../PolyShim/PolyShim.targets" />
66

77
<PropertyGroup>
8-
<TargetFrameworks>netcoreapp3.1;net8.0</TargetFrameworks>
8+
<TargetFrameworks>netcoreapp3.1;net9.0</TargetFrameworks>
99
<TargetFrameworks Condition="$([MSBuild]::IsOsPlatform('Windows'))">$(TargetFrameworks);net462</TargetFrameworks>
1010
</PropertyGroup>
1111

0 commit comments

Comments
 (0)