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.DependencyAnalysisFramework/tests/project.json')
-rw-r--r--src/ILCompiler.DependencyAnalysisFramework/tests/project.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/ILCompiler.DependencyAnalysisFramework/tests/project.json b/src/ILCompiler.DependencyAnalysisFramework/tests/project.json
index d6a59cc88..baa52a133 100644
--- a/src/ILCompiler.DependencyAnalysisFramework/tests/project.json
+++ b/src/ILCompiler.DependencyAnalysisFramework/tests/project.json
@@ -1,7 +1,7 @@
{
"dependencies": {
- "NETStandard.Library": "1.5.0-rc2-23911",
- "System.Collections.Immutable": "1.2.0-rc2-23911",
+ "NETStandard.Library": "1.6.0",
+ "System.Collections.Immutable": "1.2.0",
"xunit": "2.1.0",
"test-runtime": {
"target": "project",
@@ -10,7 +10,10 @@
},
"frameworks": {
"dnxcore50": {
- "imports": "portable-net451+win8"
+ "imports": [
+ "netstandard1.6",
+ "portable-net45+win8"
+ ]
}
},
"runtimes": {