Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-10-04 08:06:17 +0300
committerGitHub <noreply@github.com>2017-10-04 08:06:17 +0300
commitb3ae32812feba3d260151963c48c8fe3b01335ba (patch)
treeb5e29b96eea490adc4b2759f0e2a4ca99753966e /src/ILCompiler.TypeSystem
parent249d0903bea02b3164e44f544df312a844a89f5d (diff)
Updating CLI to 2.0.0 version (#4667)
Diffstat (limited to 'src/ILCompiler.TypeSystem')
-rw-r--r--src/ILCompiler.TypeSystem/tests/TypeSystem.Tests.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ILCompiler.TypeSystem/tests/TypeSystem.Tests.csproj b/src/ILCompiler.TypeSystem/tests/TypeSystem.Tests.csproj
index d46fcc80c..3c4e78516 100644
--- a/src/ILCompiler.TypeSystem/tests/TypeSystem.Tests.csproj
+++ b/src/ILCompiler.TypeSystem/tests/TypeSystem.Tests.csproj
@@ -5,6 +5,8 @@
<AssemblyName>TypeSystem.Tests</AssemblyName>
<RootNamespace>TypeSystem.Tests</RootNamespace>
<TargetFramework>netstandard1.3</TargetFramework>
+ <!-- Don't warn if some dependencies were rolled forward -->
+ <NoWarn>$(NoWarn);NU1603</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.DotNet.BuildTools.TestSuite">