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:
authorMichal Strehovský <michals@microsoft.com>2016-04-18 21:36:12 +0300
committerMichal Strehovský <michals@microsoft.com>2016-04-22 03:08:38 +0300
commitf2fee87a54839f23d2f9ab2a0d7b33bd010f4fb5 (patch)
tree29e5d2638a1340d338fdac6793ccba875d635e0e /src/ILCompiler.DependencyAnalysisFramework
parentb07a75e331ccbb8b1138a4722d60c0a63491be90 (diff)
Update buildtools
This version has the "make ILPROJ project buildable from VS" fix.
Diffstat (limited to 'src/ILCompiler.DependencyAnalysisFramework')
-rw-r--r--src/ILCompiler.DependencyAnalysisFramework/src/ILCompiler.DependencyAnalysisFramework.csproj1
-rw-r--r--src/ILCompiler.DependencyAnalysisFramework/tests/project.json14
2 files changed, 12 insertions, 3 deletions
diff --git a/src/ILCompiler.DependencyAnalysisFramework/src/ILCompiler.DependencyAnalysisFramework.csproj b/src/ILCompiler.DependencyAnalysisFramework/src/ILCompiler.DependencyAnalysisFramework.csproj
index c2d210d03..00bd51d97 100644
--- a/src/ILCompiler.DependencyAnalysisFramework/src/ILCompiler.DependencyAnalysisFramework.csproj
+++ b/src/ILCompiler.DependencyAnalysisFramework/src/ILCompiler.DependencyAnalysisFramework.csproj
@@ -11,6 +11,7 @@
<AssemblyName>ILCompiler.DependencyAnalysisFramework</AssemblyName>
<FileAlignment>512</FileAlignment>
<ExcludeResourcesImport>true</ExcludeResourcesImport>
+ <NuGetTargetMoniker>.NETStandard,Version=v1.3</NuGetTargetMoniker>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
</PropertyGroup>
diff --git a/src/ILCompiler.DependencyAnalysisFramework/tests/project.json b/src/ILCompiler.DependencyAnalysisFramework/tests/project.json
index 641c3d36e..b408ebe10 100644
--- a/src/ILCompiler.DependencyAnalysisFramework/tests/project.json
+++ b/src/ILCompiler.DependencyAnalysisFramework/tests/project.json
@@ -2,11 +2,19 @@
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911",
"System.Collections.Immutable": "1.2.0-rc2-23911",
- "xunit": "2.1.0"
+ "xunit": "2.1.0",
+ "test-runtime": {
+ "target": "project",
+ "exclude": "compile"
+ }
},
"frameworks": {
- "netstandard1.3": {
- "imports": "portable-net45+win8"
+ "dnxcore50": {
+ "imports": "portable-net451+win8"
}
+ },
+ "runtimes": {
+ "win7-x64": {},
+ "win7-x86": {}
}
}