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.MetadataTransform
parentb07a75e331ccbb8b1138a4722d60c0a63491be90 (diff)
Update buildtools
This version has the "make ILPROJ project buildable from VS" fix.
Diffstat (limited to 'src/ILCompiler.MetadataTransform')
-rw-r--r--src/ILCompiler.MetadataTransform/src/ILCompiler.MetadataTransform.csproj1
-rw-r--r--src/ILCompiler.MetadataTransform/tests/project.json12
2 files changed, 11 insertions, 2 deletions
diff --git a/src/ILCompiler.MetadataTransform/src/ILCompiler.MetadataTransform.csproj b/src/ILCompiler.MetadataTransform/src/ILCompiler.MetadataTransform.csproj
index 6c0ace166..36b0647d8 100644
--- a/src/ILCompiler.MetadataTransform/src/ILCompiler.MetadataTransform.csproj
+++ b/src/ILCompiler.MetadataTransform/src/ILCompiler.MetadataTransform.csproj
@@ -9,6 +9,7 @@
<FileAlignment>512</FileAlignment>
<ExcludeResourcesImport>true</ExcludeResourcesImport>
<CLSCompliant>false</CLSCompliant>
+ <NuGetTargetMoniker>.NETStandard,Version=v1.3</NuGetTargetMoniker>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
diff --git a/src/ILCompiler.MetadataTransform/tests/project.json b/src/ILCompiler.MetadataTransform/tests/project.json
index 207f57c14..79895c3b9 100644
--- a/src/ILCompiler.MetadataTransform/tests/project.json
+++ b/src/ILCompiler.MetadataTransform/tests/project.json
@@ -2,11 +2,19 @@
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911",
"System.Reflection.Metadata": "1.3.0-rc2-23911",
- "xunit": "2.1.0"
+ "xunit": "2.1.0",
+ "test-runtime": {
+ "target": "project",
+ "exclude": "compile"
+ }
},
"frameworks": {
- "netstandard1.3": {
+ "dnxcore50": {
"imports": "portable-net451+win8"
}
+ },
+ "runtimes": {
+ "win7-x64": {},
+ "win7-x86": {}
}
}