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 8d5c69f commit 545862cCopy full SHA for 545862c
src/MongoDB.Driver.Encryption/MongoDB.Driver.Encryption.targets
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
- <ItemGroup Condition="'$(UsingMicrosoftNETSdk)' != 'true' AND $([MSBuild]::IsOsPlatform('Windows'))">
+ <ItemGroup Condition="$([MSBuild]::IsOsPlatform('Windows'))">
4
<Content Include="$(MSBuildThisFileDirectory)../runtimes/win-x64/native/mongocrypt.dll">
5
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6
<Link>mongocrypt.dll</Link>
0 commit comments