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>2018-09-06 21:13:43 +0300
committerGitHub <noreply@github.com>2018-09-06 21:13:43 +0300
commit7266419e9c5d77a47050f30c6c9dac695c1c7191 (patch)
tree52c2b63bf26716ebda34a72a4e913418fc3e62b5 /src/ILCompiler.TypeSystem
parent0679531ee150ad79cf4f5e40f92d84d4b464f54f (diff)
Update unit test projects to netstandard2.0 (#6295)
Diffstat (limited to 'src/ILCompiler.TypeSystem')
-rw-r--r--src/ILCompiler.TypeSystem/tests/TypeSystem.Tests.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ILCompiler.TypeSystem/tests/TypeSystem.Tests.csproj b/src/ILCompiler.TypeSystem/tests/TypeSystem.Tests.csproj
index 3c4e78516..520d57c57 100644
--- a/src/ILCompiler.TypeSystem/tests/TypeSystem.Tests.csproj
+++ b/src/ILCompiler.TypeSystem/tests/TypeSystem.Tests.csproj
@@ -4,7 +4,7 @@
<OutputType>Library</OutputType>
<AssemblyName>TypeSystem.Tests</AssemblyName>
<RootNamespace>TypeSystem.Tests</RootNamespace>
- <TargetFramework>netstandard1.3</TargetFramework>
+ <TargetFramework>netstandard2.0</TargetFramework>
<!-- Don't warn if some dependencies were rolled forward -->
<NoWarn>$(NoWarn);NU1603</NoWarn>
</PropertyGroup>