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:
authorSantiago Fernandez Madero <safern@microsoft.com>2018-03-28 19:54:37 +0300
committerGitHub <noreply@github.com>2018-03-28 19:54:37 +0300
commitf14366baaa80a893e53934b98e9786dac54c136f (patch)
treeae09595450846ce964ab29ff530a4699ce180ddf /external
parent906f2d151660ae9b8c547722b44b06693a86c1b2 (diff)
Fix compat pack dependencies to be live pre-release and harvest System.Buffers ref to previously shipped version (#28428)
* Break netcoreapp20 build configuration from System.Buffers * Build buffers with inbox frameworks using placeholders * Update Compatibility pack System.Security.Cryptography.Cng to live prerelease dependency * Update Compatibility Validation project and script to be able to restore for 2.1 and to include ASP.NET for ApiCatalog * Merge conflicts and fix configurations to have ref harvested for all configurations * Add netfx configuration to ref project for netfx vertical * Remove not necessary build configurations * PR Feedback
Diffstat (limited to 'external')
-rw-r--r--external/runtime/Configurations.props2
-rw-r--r--external/runtime/runtime.depproj1
2 files changed, 0 insertions, 3 deletions
diff --git a/external/runtime/Configurations.props b/external/runtime/Configurations.props
index 4464e1b35e..6a8326c6b2 100644
--- a/external/runtime/Configurations.props
+++ b/external/runtime/Configurations.props
@@ -4,8 +4,6 @@
<BuildConfigurations>
netcoreapp-Windows_NT;
netcoreapp-Unix;
- netcoreapp2.0-Windows_NT;
- netcoreapp2.0-Unix;
uap10.0.16299aot;
uap;
uapaot;
diff --git a/external/runtime/runtime.depproj b/external/runtime/runtime.depproj
index 674d399473..1bbd38428c 100644
--- a/external/runtime/runtime.depproj
+++ b/external/runtime/runtime.depproj
@@ -4,7 +4,6 @@
<PropertyGroup>
<NugetRuntimeIdentifier>$(PackageRID)</NugetRuntimeIdentifier>
<RidSpecificAssets>true</RidSpecificAssets>
- <CoreClrPackageVersion Condition="'$(TargetGroup)' == 'netcoreapp2.0'">2.0.0</CoreClrPackageVersion>
<NoWarn>$(NoWarn);NU1603;NU1605</NoWarn>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetGroup)' == 'uapaot' Or '$(TargetGroup)' == 'uap10.0.16299aot'">