This repository has been archived by the owner on Dec 18, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating json files to pin versions and build.cmd to pin KoreBuild an…
…d DNX
- Loading branch information
Showing
109 changed files
with
1,453 additions
and
1,414 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
{ | ||
"projects": [ | ||
"src", | ||
"submodules/FileSystem/src" | ||
] | ||
} | ||
"projects": [ | ||
"src", | ||
"submodules/FileSystem/src" | ||
], | ||
"sdk": { | ||
"version": "1.0.0-rc1-final" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
misc/ApplicationHostTestProjects/src/CompilationException/project.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
{ | ||
"frameworks": { | ||
"dnx451": { }, | ||
"dnx451": {}, | ||
"dnxcore50": { | ||
"dependencies": { | ||
"System.Runtime": "4.0.21-beta-*" | ||
"System.Runtime": "4.0.21-beta-23516" | ||
} | ||
} | ||
} | ||
} | ||
} |
10 changes: 5 additions & 5 deletions
10
misc/ApplicationHostTestProjects/src/CompilationExceptionInMain/project.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
{ | ||
"dependencies": { | ||
"Microsoft.Dnx.Compilation.Abstractions": "1.0.0-*" | ||
"Microsoft.Dnx.Compilation.Abstractions": "1.0.0-rc1-final" | ||
}, | ||
"frameworks": { | ||
"dnx451": { }, | ||
"dnx451": {}, | ||
"dnxcore50": { | ||
"dependencies": { | ||
"System.Runtime": "4.0.21-beta-*" | ||
"System.Runtime": "4.0.21-beta-23516" | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,14 @@ | ||
{ | ||
"dependencies": { | ||
}, | ||
|
||
{ | ||
"dependencies": {}, | ||
"commands": { | ||
"TesterProgram": "TesterProgram" | ||
}, | ||
|
||
"frameworks": { | ||
"dnx451": { }, | ||
"dnx451": {}, | ||
"dnxcore50": { | ||
"dependencies": { | ||
"Microsoft.CSharp": "4.0.1-beta-*" | ||
"Microsoft.CSharp": "4.0.1-beta-23516" | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"version": "1.0.0", | ||
"dependencies": { | ||
"DependencyB": "2.0.0" | ||
}, | ||
"frameworks": { | ||
"dnx451": {} | ||
} | ||
} | ||
"version": "1.0.0", | ||
"dependencies": { | ||
"DependencyB": "2.0.0" | ||
}, | ||
"frameworks": { | ||
"dnx451": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"version": "2.0.0", | ||
"frameworks": { | ||
"dnx451": {} | ||
} | ||
} | ||
"version": "2.0.0", | ||
"frameworks": { | ||
"dnx451": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"version": "1.0.0", | ||
"dependencies": { | ||
"DependencyA": "1.0.0" | ||
}, | ||
"frameworks": { | ||
"dnx451": {} | ||
} | ||
} | ||
"version": "1.0.0", | ||
"dependencies": { | ||
"DependencyA": "1.0.0" | ||
}, | ||
"frameworks": { | ||
"dnx451": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
{ | ||
"version": "1.0.0", | ||
|
||
"configurations": { | ||
"package": { | ||
"compilationOptions": { "define": [ "PACKAGE" ] } | ||
} | ||
}, | ||
|
||
"frameworks": { | ||
"dnx451": { }, | ||
"dnxcore50": { | ||
"dependencies": { | ||
"System.Runtime": "4.0.0-beta-*" | ||
} | ||
} | ||
{ | ||
"version": "1.0.0", | ||
"configurations": { | ||
"package": { | ||
"compilationOptions": { | ||
"define": [ | ||
"PACKAGE" | ||
] | ||
} | ||
} | ||
} | ||
}, | ||
"frameworks": { | ||
"dnx451": {}, | ||
"dnxcore50": { | ||
"dependencies": { | ||
"System.Runtime": "4.0.21-beta-23516" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,24 @@ | ||
{ | ||
"version": "1.0.0", | ||
|
||
"dependencies": { | ||
"A": { "target": "project" }, | ||
"B": { | ||
"version": "1.0.0-*", | ||
"target": "package" | ||
} | ||
{ | ||
"version": "1.0.0", | ||
"dependencies": { | ||
"A": { | ||
"target": "project" | ||
}, | ||
|
||
"commands": { | ||
"App": "App" | ||
}, | ||
|
||
"frameworks": { | ||
"dnx451": { }, | ||
"dnxcore50": { | ||
"dependencies": { | ||
"System.Runtime": "4.0.0-beta-*", | ||
"System.Console": "4.0.0-beta-*" | ||
} | ||
} | ||
"B": { | ||
"version": "1.0.0-*", | ||
"target": "package" | ||
} | ||
}, | ||
"commands": { | ||
"App": "App" | ||
}, | ||
"frameworks": { | ||
"dnx451": {}, | ||
"dnxcore50": { | ||
"dependencies": { | ||
"System.Runtime": "4.0.21-beta-23516", | ||
"System.Console": "4.0.0-beta-23516" | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
{ | ||
"version": "1.0.0", | ||
|
||
"configurations": { | ||
"package": { | ||
"compilationOptions": { "define": [ "PACKAGE" ] } | ||
} | ||
}, | ||
|
||
"frameworks": { | ||
"dnx451": { }, | ||
"dnxcore50": { | ||
"dependencies": { | ||
"System.Runtime": "4.0.0-beta-*" | ||
} | ||
} | ||
{ | ||
"version": "1.0.0", | ||
"configurations": { | ||
"package": { | ||
"compilationOptions": { | ||
"define": [ | ||
"PACKAGE" | ||
] | ||
} | ||
} | ||
} | ||
}, | ||
"frameworks": { | ||
"dnx451": {}, | ||
"dnxcore50": { | ||
"dependencies": { | ||
"System.Runtime": "4.0.21-beta-23516" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 13 additions & 13 deletions
26
misc/DllImportTestProjects/src/PackageReferenceTest/project.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
{ | ||
"version": "1.0.0", | ||
|
||
"dependencies": { | ||
"NativeLib" : { "version" : "1.0.0", "target" : "package" }, | ||
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*" | ||
"NativeLib": { | ||
"version": "1.0.0", | ||
"target": "package" | ||
}, | ||
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" | ||
}, | ||
|
||
"compile" : "../*.cs", | ||
|
||
"compile": "../*.cs", | ||
"frameworks": { | ||
"dnx451": {}, | ||
"dnxcore50": { | ||
"dependencies": { | ||
"System.Runtime": "4.0.21-*", | ||
"System.Console": "4.0.0-*", | ||
"System.Runtime.InteropServices": "4.0.21-*" | ||
} | ||
"dnx451": {}, | ||
"dnxcore50": { | ||
"dependencies": { | ||
"System.Runtime": "4.0.21-beta-23516", | ||
"System.Console": "4.0.0-beta-23516", | ||
"System.Runtime.InteropServices": "4.0.21-beta-23516" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.