This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 247
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
12 changed files
with
130 additions
and
123 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,3 +1,8 @@ | ||
{ | ||
"projects": ["src"] | ||
} | ||
"projects": [ | ||
"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
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
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
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,25 +1,27 @@ | ||
{ | ||
"dependencies": { | ||
"Microsoft.Extensions.Logging": "1.0.0-*", | ||
"Microsoft.Extensions.Logging.Console": "1.0.0-*", | ||
"Microsoft.Extensions.Logging.Debug": "1.0.0-*", | ||
"Microsoft.Extensions.Logging.TraceSource": "1.0.0-*", | ||
"xunit.runner.aspnet": "2.0.0-aspnet-*" | ||
"dependencies": { | ||
"Microsoft.Extensions.Logging": "1.0.0-rc1-final", | ||
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final", | ||
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final", | ||
"Microsoft.Extensions.Logging.TraceSource": "1.0.0-rc1-final", | ||
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final" | ||
}, | ||
"commands": { | ||
"run": "xunit.runner.aspnet", | ||
"test": "xunit.runner.aspnet" | ||
}, | ||
"frameworks": { | ||
"dnx451": { | ||
"dependencies": { | ||
"Microsoft.Extensions.Logging.EventLog": "1.0.0-rc1-final", | ||
"Moq": "4.2.1312.1622" | ||
}, | ||
"compilationOptions": { | ||
"define": [ | ||
"MOCK_SUPPORT" | ||
] | ||
} | ||
}, | ||
"commands": { | ||
"run": "xunit.runner.aspnet", | ||
"test": "xunit.runner.aspnet" | ||
}, | ||
"frameworks": { | ||
"dnx451": { | ||
"dependencies": { | ||
"Microsoft.Extensions.Logging.EventLog": "1.0.0-*", | ||
"Moq": "4.2.1312.1622" | ||
}, | ||
"compilationOptions": { | ||
"define": [ "MOCK_SUPPORT" ] | ||
} | ||
}, | ||
"dnxcore50": { } | ||
} | ||
} | ||
"dnxcore50": {} | ||
} | ||
} |
Oops, something went wrong.