Skip to content

Commit 126f115

Browse files
committed
fix build
1 parent 0481cd1 commit 126f115

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/BuildProps/Tests.Build.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
</PropertyGroup>
77

88
<PropertyGroup>
9-
<TargetFrameworks>netcoreapp3.1;net6.0</TargetFrameworks>
10-
<TargetFrameworks Condition="'$(IsWindows)'=='true'">$(TargetFrameworks);net472</TargetFrameworks>
9+
<TargetFrameworks>net472;netcoreapp3.1;net6.0</TargetFrameworks>
1110
<IsPackable>false</IsPackable>
1211
<SignAssembly>true</SignAssembly>
1312
<AssemblyOriginatorKeyFile>..\..\MongoDB.Driver.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)