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-01-12 04:23:42 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2018-01-12 19:53:41 +0300
commit2e97d43060dfb589907a15dbfef0cc7db6e90546 (patch)
tree2e5864bb81fe9d2f9d03df40056247e7828367b1 /src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj
parentc84ed430941fcf4e475b1149558498c55b4e295e (diff)
Update references assemblies to include private fields for structs
Contributes to https://github.com/dotnet/corefx/issues/6185.
Diffstat (limited to 'src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj')
-rw-r--r--src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj b/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj
index 02e0a93c09..fd48a9a229 100644
--- a/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj
+++ b/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj
@@ -11,7 +11,7 @@
Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' does not
match the output assembly name 'System.Runtime.WindowsRuntime, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
-->
- <NoWarn>1698</NoWarn>
+ <NoWarn>$(NoWarn);1698</NoWarn>
<ProjectGuid>{FDDA3E4A-B182-4CD1-B624-EBD72D8A05DA}</ProjectGuid>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'uap-Debug|AnyCPU'" />