Skip to content

Commit ca347b2

Browse files
committed
run targets file for sdk projects on windows
1 parent be83916 commit ca347b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MongoDB.Driver.Encryption/MongoDB.Driver.Encryption.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<ItemGroup Condition="'$(UsingMicrosoftNETSdk)' != 'true' AND $([MSBuild]::IsOsPlatform('Windows'))">
3+
<ItemGroup Condition="$([MSBuild]::IsOsPlatform('Windows'))">
44
<Content Include="$(MSBuildThisFileDirectory)../runtimes/win-x64/native/mongocrypt.dll">
55
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
66
<Link>mongocrypt.dll</Link>

0 commit comments

Comments
 (0)