Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
main:
uses: Tyrrrz/.github/.github/workflows/nuget.yml@prime
with:
dotnet-version: |
6.0.x
10.0.x
# We use .NET Framework as the base framework for testing polyfills and it
# can only run on Windows.
windows-only: true
Expand Down
2 changes: 1 addition & 1 deletion PolyShim.Tests/PolyShim.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Import Project="../PolyShim/PolyShim.targets" />

<PropertyGroup>
<TargetFrameworks>net10.0</TargetFrameworks>
<TargetFrameworks>net6.0;net10.0</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOsPlatform('Windows'))"
>$(TargetFrameworks);net462</TargetFrameworks
>
Expand Down
Loading