This repository has been archived by the owner on Dec 18, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 201
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
35 changed files
with
28,265 additions
and
226 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
12 changes: 6 additions & 6 deletions
12
src/Microsoft.Framework.Configuration.Abstractions/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,18 +1,18 @@ | ||
{ | ||
"version": "1.0.0-*", | ||
"version": "1.0.0-beta7", | ||
"description": "Abstractions of key-value pair based configuration.", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/aspnet/configuration" | ||
}, | ||
"dependencies": { }, | ||
"dependencies": {}, | ||
"frameworks": { | ||
"net45": { }, | ||
"dnx451": { }, | ||
"net45": {}, | ||
"dnx451": {}, | ||
"dotnet": { | ||
"dependencies": { | ||
"System.Linq": "4.0.1-beta-*" | ||
"System.Linq": "4.0.1-beta-23225" | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.