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>2016-09-27 04:17:51 +0300
committerGitHub <noreply@github.com>2016-09-27 04:17:51 +0300
commit45a0b60f3e7c058d5073bab2c9beebcc67253242 (patch)
tree2e0a59f1ac51d10136ee70e59e7b63fcc28b3523 /src/ILCompiler.DependencyAnalysisFramework
parentf354c671d76c7f20785c85b9857d8ee5c8da05ad (diff)
Update buildtools to 1.0.26-prerelease-00809-01 (#1922)
Diffstat (limited to 'src/ILCompiler.DependencyAnalysisFramework')
-rw-r--r--src/ILCompiler.DependencyAnalysisFramework/tests/ILCompiler.DependencyAnalysisFramework.Tests.csproj2
-rw-r--r--src/ILCompiler.DependencyAnalysisFramework/tests/project.json17
2 files changed, 7 insertions, 12 deletions
diff --git a/src/ILCompiler.DependencyAnalysisFramework/tests/ILCompiler.DependencyAnalysisFramework.Tests.csproj b/src/ILCompiler.DependencyAnalysisFramework/tests/ILCompiler.DependencyAnalysisFramework.Tests.csproj
index 93421e63a..00947098c 100644
--- a/src/ILCompiler.DependencyAnalysisFramework/tests/ILCompiler.DependencyAnalysisFramework.Tests.csproj
+++ b/src/ILCompiler.DependencyAnalysisFramework/tests/ILCompiler.DependencyAnalysisFramework.Tests.csproj
@@ -8,6 +8,8 @@
<OutputType>Library</OutputType>
<AssemblyName>ILCompiler.DependencyAnalysisFramework.Tests</AssemblyName>
<RootNamespace>ILCompiler.DependencyAnalysisFramework.Tests</RootNamespace>
+ <NugetTargetMoniker>.NETStandard,Version=v1.3</NugetTargetMoniker>
+ <TestTFM>netcoreapp1.0</TestTFM>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
diff --git a/src/ILCompiler.DependencyAnalysisFramework/tests/project.json b/src/ILCompiler.DependencyAnalysisFramework/tests/project.json
index baa52a133..fade66f71 100644
--- a/src/ILCompiler.DependencyAnalysisFramework/tests/project.json
+++ b/src/ILCompiler.DependencyAnalysisFramework/tests/project.json
@@ -1,25 +1,18 @@
{
"dependencies": {
"NETStandard.Library": "1.6.0",
+ "Microsoft.NETCore.Platforms": "1.0.2-beta-24522-03",
"System.Collections.Immutable": "1.2.0",
- "xunit": "2.1.0",
+ "Microsoft.DotNet.BuildTools.TestSuite": "1.0.0-prerelease-00807-03",
"test-runtime": {
"target": "project",
"exclude": "compile"
}
},
"frameworks": {
- "dnxcore50": {
- "imports": [
- "netstandard1.6",
- "portable-net45+win8"
- ]
- }
+ "netstandard1.3": { }
},
- "runtimes": {
- "win7-x64": {},
- "win7-x86": {},
- "ubuntu.14.04-x64": {},
- "osx.10.10-x64": {}
+ "supports": {
+ "coreFx.Test.netcoreapp1.0": { }
}
}