We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966037c commit a8aea00Copy full SHA for a8aea00
.github/workflows/main.yml
@@ -30,7 +30,7 @@ jobs:
30
package-version: ${{ inputs.package-version || (github.ref_type == 'tag' && github.ref_name) || format('0.0.0-ci-{0}', github.sha) }}
31
dotnet-version: |
32
3.1.x
33
- 8.0.x
+ 9.0.x
34
secrets:
35
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
36
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
PolyShim.Tests/PolyShim.Tests.csproj
@@ -5,7 +5,7 @@
5
<Import Project="../PolyShim/PolyShim.targets" />
6
7
<PropertyGroup>
8
- <TargetFrameworks>netcoreapp3.1;net8.0</TargetFrameworks>
+ <TargetFrameworks>netcoreapp3.1;net9.0</TargetFrameworks>
9
<TargetFrameworks Condition="$([MSBuild]::IsOsPlatform('Windows'))">$(TargetFrameworks);net462</TargetFrameworks>
10
</PropertyGroup>
11
0 commit comments