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:
authorSimon Nattress <nattress@gmail.com>2018-03-09 03:40:00 +0300
committerGitHub <noreply@github.com>2018-03-09 03:40:00 +0300
commit671b10bb21668d8432f066a4307c269a98a66ea8 (patch)
treee2242fa4d6f949beb65e15236daa9e8c928caebd /src/shims/manual/mscorlib.csproj
parent2a160877d0a57df458fd51948164062cdfb8fae8 (diff)
Update UAP System.Private.CoreLib to unblock UAP builds (#27805)
* Update UAP targeting pack To fix the flow from CoreCLR and CoreFX into TFS, update the targeting pack with a version of System.Private.CoreLib that has an updated signature for Stream.WriteAsync. This should be sufficient to re-enable uapaot builds so we can get a new set of uap packages. * Revert "Disable uapaot builds on several projects" This reverts commit ebe14686a89d26d1d34d359f7a636d6e9a36a624.
Diffstat (limited to 'src/shims/manual/mscorlib.csproj')
-rw-r--r--src/shims/manual/mscorlib.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shims/manual/mscorlib.csproj b/src/shims/manual/mscorlib.csproj
index 94298786f5..a522c16713 100644
--- a/src/shims/manual/mscorlib.csproj
+++ b/src/shims/manual/mscorlib.csproj
@@ -3,7 +3,7 @@
<PropertyGroup>
<BuildConfigurations>
netcoreapp;
- <!-- uap; -->
+ uap;
</BuildConfigurations>
<IsNETCoreApp>true</IsNETCoreApp>
<IsUAP>true</IsUAP>