Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWes Haggard <weshaggard@users.noreply.github.com>2017-10-26 01:02:02 +0300
committerGitHub <noreply@github.com>2017-10-26 01:02:02 +0300
commit74279f3945dac92132835c924cce3e1ecc794b66 (patch)
tree7d2034e92f6826d0998557f967ba7a105437687f /src
parent2bd69b97b763e0acdfa082eed1a281a5f5afffa5 (diff)
parentd5f8a154ca2010ac30392599e650618893c166ca (diff)
Merge pull request #24830 from weshaggard/MergeDevRelease200
Merge dev/release/2.0.0 into master
Diffstat (limited to 'src')
-rw-r--r--src/Native/pkg/runtime.native.System.Data.SqlClient.sni/runtime.native.System.Data.SqlClient.sni.pkgproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Native/pkg/runtime.native.System.Data.SqlClient.sni/runtime.native.System.Data.SqlClient.sni.pkgproj b/src/Native/pkg/runtime.native.System.Data.SqlClient.sni/runtime.native.System.Data.SqlClient.sni.pkgproj
index f64b4991fb..4d0f3c58bf 100644
--- a/src/Native/pkg/runtime.native.System.Data.SqlClient.sni/runtime.native.System.Data.SqlClient.sni.pkgproj
+++ b/src/Native/pkg/runtime.native.System.Data.SqlClient.sni/runtime.native.System.Data.SqlClient.sni.pkgproj
@@ -7,13 +7,13 @@
</PropertyGroup>
<ItemGroup>
<Dependency Include="runtime.win-x64.runtime.native.System.Data.SqlClient.sni">
- <Version>$(SniPackageVersion)</Version>
+ <Version>$(RuntimeWinX64RuntimeNativeSystemDataSqlClientSniPackageVersion)</Version>
</Dependency>
<Dependency Include="runtime.win-x86.runtime.native.System.Data.SqlClient.sni">
- <Version>$(SniPackageVersion)</Version>
+ <Version>$(RuntimeWinX64RuntimeNativeSystemDataSqlClientSniPackageVersion)</Version>
</Dependency>
<Dependency Include="runtime.win-arm64.runtime.native.System.Data.SqlClient.sni">
- <Version>$(SniPackageVersion)</Version>
+ <Version>$(RuntimeWinX64RuntimeNativeSystemDataSqlClientSniPackageVersion)</Version>
</Dependency>
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />