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 0481cd1 commit 126f115Copy full SHA for 126f115
tests/BuildProps/Tests.Build.props
@@ -6,8 +6,7 @@
6
</PropertyGroup>
7
8
<PropertyGroup>
9
- <TargetFrameworks>netcoreapp3.1;net6.0</TargetFrameworks>
10
- <TargetFrameworks Condition="'$(IsWindows)'=='true'">$(TargetFrameworks);net472</TargetFrameworks>
+ <TargetFrameworks>net472;netcoreapp3.1;net6.0</TargetFrameworks>
11
<IsPackable>false</IsPackable>
12
<SignAssembly>true</SignAssembly>
13
<AssemblyOriginatorKeyFile>..\..\MongoDB.Driver.snk</AssemblyOriginatorKeyFile>
0 commit comments