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 698b73d commit 93a31bbCopy full SHA for 93a31bb
test/Library.Tests/Library.Tests.csproj
@@ -1,7 +1,8 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFrameworks>net6.0;net472</TargetFrameworks>
+ <TargetFrameworks>net6.0</TargetFrameworks>
5
+ <TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">$(TargetFrameworks);net472</TargetFrameworks>
6
<RootNamespace />
7
</PropertyGroup>
8
0 commit comments