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:
authorJan Kotas <jkotas@microsoft.com>2017-02-07 08:40:45 +0300
committerJan Kotas <jkotas@microsoft.com>2017-02-07 09:10:10 +0300
commit71f6a5923535b98678f0d7e71aabf10c5d24b078 (patch)
tree615c83f7b2c8e14bd1cf874625085e4b7c22c15e /src/System.Runtime
parent4cafdebd2ceb5383c12cf70b020a72ae770c0e71 (diff)
Delete NoWarn's that are not required anymore
Diffstat (limited to 'src/System.Runtime')
-rw-r--r--src/System.Runtime/tests/TestAssembly/TestAssembly.csproj1
-rw-r--r--src/System.Runtime/tests/TestLoadAssembly/TestLoadAssembly.csproj1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/System.Runtime/tests/TestAssembly/TestAssembly.csproj b/src/System.Runtime/tests/TestAssembly/TestAssembly.csproj
index 8f7f2a914d..e2590bb304 100644
--- a/src/System.Runtime/tests/TestAssembly/TestAssembly.csproj
+++ b/src/System.Runtime/tests/TestAssembly/TestAssembly.csproj
@@ -4,7 +4,6 @@
<PropertyGroup>
<ProjectGuid>{2EF7D710-A7BD-4BB3-8EF6-3F0298CD4986}</ProjectGuid>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
- <NoWarn>0436</NoWarn>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Debug|AnyCPU'" />
diff --git a/src/System.Runtime/tests/TestLoadAssembly/TestLoadAssembly.csproj b/src/System.Runtime/tests/TestLoadAssembly/TestLoadAssembly.csproj
index 339f52ba8b..5ece69518f 100644
--- a/src/System.Runtime/tests/TestLoadAssembly/TestLoadAssembly.csproj
+++ b/src/System.Runtime/tests/TestLoadAssembly/TestLoadAssembly.csproj
@@ -5,7 +5,6 @@
<ProjectGuid>{71DE1A1F-F8E2-452A-9D54-0385F6099DD3}</ProjectGuid>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
- <NoWarn>0436</NoWarn>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Debug|AnyCPU'" />