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:
Diffstat (limited to 'src/ILCompiler.Compiler/tests/ILCompiler.Compiler.Tests.csproj')
-rw-r--r--src/ILCompiler.Compiler/tests/ILCompiler.Compiler.Tests.csproj9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/ILCompiler.Compiler/tests/ILCompiler.Compiler.Tests.csproj b/src/ILCompiler.Compiler/tests/ILCompiler.Compiler.Tests.csproj
index 6e2a7f7f4..797bb79fe 100644
--- a/src/ILCompiler.Compiler/tests/ILCompiler.Compiler.Tests.csproj
+++ b/src/ILCompiler.Compiler/tests/ILCompiler.Compiler.Tests.csproj
@@ -4,11 +4,14 @@
<OutputType>Library</OutputType>
<AssemblyName>ILCompiler.Compiler.Tests</AssemblyName>
<RootNamespace>ILCompiler.Compiler.Tests</RootNamespace>
- <TargetFramework>netstandard1.3</TargetFramework>
+ <TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="Microsoft.DotNet.BuildTools.TestSuite">
- <Version>$(XunitNetcoreExtensionsVersion)</Version>
+ <PackageReference Include="xunit">
+ <Version>$(XUnitPackageVersion)</Version>
+ </PackageReference>
+ <PackageReference Include="Microsoft.DotNet.XUnitExtensions">
+ <Version>$(MicrosoftDotNetXUnitExtensionsVersion)</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>