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:
authorStephen Toub <stoub@microsoft.com>2017-02-07 15:25:13 +0300
committerGitHub <noreply@github.com>2017-02-07 15:25:13 +0300
commitdec64155673f97a7f7a0a12b426a9ea9e0681692 (patch)
tree9390acf9d5fdc575351e4e0daad1091ac778ef1a /src/System.Runtime
parent458b41025464f4f5e60947e0297e05641b6addf1 (diff)
parent71f6a5923535b98678f0d7e71aabf10c5d24b078 (diff)
Merge pull request #15898 from jkotas/NoWarn
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 e2f985b940..b9fcefb5da 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 2a5f962b9d..98cbec67fa 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'" />