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
diff options
context:
space:
mode:
authorWes Haggard <Wes.Haggard@microsoft.com>2017-10-24 02:31:33 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2017-10-25 18:51:45 +0300
commit7c8a4e44c27cd98cf91e0921aa3a068819df5e01 (patch)
tree33028c9fabdcb668e61338f6fd4576a38d162e63 /external
parent910e50de871cb36628d3acf8542bee00c766ffe9 (diff)
Add auto dependency flow repo API
Diffstat (limited to 'external')
-rw-r--r--external/ilasm/ilasm.depproj6
-rw-r--r--external/netstandard/netstandard.depproj8
-rw-r--r--external/runtime/runtime.depproj12
3 files changed, 13 insertions, 13 deletions
diff --git a/external/ilasm/ilasm.depproj b/external/ilasm/ilasm.depproj
index 9a7184b98a..791c0420f0 100644
--- a/external/ilasm/ilasm.depproj
+++ b/external/ilasm/ilasm.depproj
@@ -9,13 +9,13 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.Platforms">
- <Version>$(PlatformPackageVersion)</Version>
+ <Version>$(MicrosoftNETCorePlatformsPackageVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.Runtime.CoreCLR">
- <Version>$(CoreClrPackageVersion)</Version>
+ <Version>$(MicrosoftNETCoreRuntimeCoreCLRPackageVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.ILAsm">
- <Version>$(CoreClrPackageVersion)</Version>
+ <Version>$(MicrosoftNETCoreRuntimeCoreCLRPackageVersion)</Version>
</PackageReference>
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
diff --git a/external/netstandard/netstandard.depproj b/external/netstandard/netstandard.depproj
index f818449ea9..44dab19787 100644
--- a/external/netstandard/netstandard.depproj
+++ b/external/netstandard/netstandard.depproj
@@ -11,7 +11,7 @@
<ItemGroup>
<PackageReference Include="NETStandard.Library">
- <Version>$(NETStandardPackageVersion)</Version>
+ <Version>$(NETStandardLibraryPackageVersion)</Version>
</PackageReference>
</ItemGroup>
@@ -53,13 +53,13 @@
<Target Name="AddNETStandardRefs" AfterTargets="ResolveReferences"
Condition="'$(_NETStandardTFMFolder)' != ''">
<PropertyGroup>
- <_NETStandardRefFolder>$(PackagesDir)$(NETStandardPackageId.ToLower())\$(NETStandardPackageVersion)\build\$(_NETStandardTFMFolder)\ref</_NETStandardRefFolder>
+ <_NETStandardRefFolder>$(PackagesDir)$(NETStandardLibraryPackageId.ToLower())\$(NETStandardLibraryPackageVersion)\build\$(_NETStandardTFMFolder)\ref</_NETStandardRefFolder>
</PropertyGroup>
<ItemGroup>
<Reference Include="$(_NETStandardRefFolder)\*.dll">
<Private>False</Private>
- <NuGetPackageId>$(NETStandardPackageId)</NuGetPackageId>
- <NuGetPackageVersion>$(NETStandardPackageVersion)</NuGetPackageVersion>
+ <NuGetPackageId>$(NETStandardLibraryPackageId)</NuGetPackageId>
+ <NuGetPackageVersion>$(NETStandardLibraryPackageVersion)</NuGetPackageVersion>
</Reference>
</ItemGroup>
</Target>
diff --git a/external/runtime/runtime.depproj b/external/runtime/runtime.depproj
index 7a3c76cf90..ac6d17dc98 100644
--- a/external/runtime/runtime.depproj
+++ b/external/runtime/runtime.depproj
@@ -26,22 +26,22 @@
<ItemGroup Condition="'$(TargetGroup)'!='uapaot'">
<PackageReference Include="Microsoft.NETCore.Platforms">
- <Version>$(PlatformPackageVersion)</Version>
+ <Version>$(MicrosoftNETCorePlatformsPackageVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.Runtime.CoreCLR">
- <Version>$(CoreClrPackageVersion)</Version>
+ <Version>$(MicrosoftNETCoreRuntimeCoreCLRPackageVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.TestHost">
- <Version>$(CoreClrPackageVersion)</Version>
+ <Version>$(MicrosoftNETCoreRuntimeCoreCLRPackageVersion)</Version>
</PackageReference>
<PackageReference Include="runtime.native.System.Data.SqlClient.sni">
- <Version>$(PackageVersion)-$(CoreFxExpectedPrerelease)</Version>
+ <Version>$(RuntimeNativeSystemDataSqlClientSniPackageVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.DotNetHost">
- <Version>2.0.1-servicing-25615-03</Version>
+ <Version>$(MicrosoftNETCoreDotNetHostPackageVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.DotNetHostPolicy">
- <Version>2.0.1-servicing-25615-03</Version>
+ <Version>$(MicrosoftNETCoreDotNetHostPolicyPackageVersion)</Version>
</PackageReference>
</ItemGroup>