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>2018-03-30 03:59:34 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2018-04-03 19:36:02 +0300
commitbcc792badda16ef8bc8babf87ab67817d568219d (patch)
tree753fecbd831e3cb4cc2536592d98b5e2a66299bb /external
parent586cffcdfdf23ad6c193a4bf37fce88a1bf69508 (diff)
Pin PlatformAbstraction version to last stable
We cannot depend on the latest PlatformAbstractions package which is built from core-setup as it adds a cycle which we cannot have in our source-build. To fix this temporarily we are pinning to the last stable version 2.0.4. See issue https://github.com/dotnet/corefx/issues/28620.
Diffstat (limited to 'external')
-rw-r--r--external/test-runtime/XUnit.Runtime.depproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/test-runtime/XUnit.Runtime.depproj b/external/test-runtime/XUnit.Runtime.depproj
index 8e8f63db98..2b96e94ba3 100644
--- a/external/test-runtime/XUnit.Runtime.depproj
+++ b/external/test-runtime/XUnit.Runtime.depproj
@@ -51,7 +51,7 @@
<Version>0.10.0-alpha-experimental</Version>
</PackageReference>
<PackageReference Condition="'$(TargetGroup)' != 'uapaot'" Include="Microsoft.DotNet.PlatformAbstractions">
- <Version>$(MicrosoftDotNetPlatformAbstractionsPackageVersion)</Version>
+ <Version>2.0.4</Version>
</PackageReference>
<PackageReference Include="CommandLineParser">
<Version>2.1.1-beta</Version>