This repository was archived by the owner on Oct 17, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 87
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
14 changed files
with
166 additions
and
155 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
10 changes: 5 additions & 5 deletions
10
src/Microsoft.AspNet.Cryptography.KeyDerivation/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
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
37 changes: 20 additions & 17 deletions
37
test/Microsoft.AspNet.Cryptography.Internal.Test/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,19 +1,22 @@ | ||
{ | ||
"dependencies": { | ||
"Microsoft.AspNet.Cryptography.Internal": "1.0.0-*", | ||
"Microsoft.AspNet.DataProtection.Test.Shared": { "type": "build", "version": "" }, | ||
"Microsoft.AspNet.Testing": "1.0.0-*", | ||
"xunit.runner.aspnet": "2.0.0-aspnet-*" | ||
"dependencies": { | ||
"Microsoft.AspNet.Cryptography.Internal": "1.0.0-rc1-final", | ||
"Microsoft.AspNet.DataProtection.Test.Shared": { | ||
"type": "build", | ||
"version": "" | ||
}, | ||
"frameworks": { | ||
"dnx451": { }, | ||
"dnxcore50": { } | ||
}, | ||
"commands": { | ||
"test": "xunit.runner.aspnet" | ||
}, | ||
"compilationOptions": { | ||
"allowUnsafe": true, | ||
"keyFile": "../../tools/Key.snk" | ||
} | ||
} | ||
"Microsoft.AspNet.Testing": "1.0.0-rc1-final", | ||
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final" | ||
}, | ||
"frameworks": { | ||
"dnx451": {}, | ||
"dnxcore50": {} | ||
}, | ||
"commands": { | ||
"test": "xunit.runner.aspnet" | ||
}, | ||
"compilationOptions": { | ||
"allowUnsafe": true, | ||
"keyFile": "../../tools/Key.snk" | ||
} | ||
} |
38 changes: 19 additions & 19 deletions
38
test/Microsoft.AspNet.Cryptography.KeyDerivation.Test/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,20 +1,20 @@ | ||
{ | ||
"dependencies": { | ||
"Microsoft.AspNet.Cryptography.Internal": "1.0.0-*", | ||
"Microsoft.AspNet.Cryptography.KeyDerivation": "1.0.0-*", | ||
"Microsoft.AspNet.DataProtection.Test.Shared": "", | ||
"Microsoft.AspNet.Testing": "1.0.0-*", | ||
"Moq": "4.2.1312.1622", | ||
"xunit.runner.aspnet": "2.0.0-aspnet-*" | ||
}, | ||
"frameworks": { | ||
"dnx451": { } | ||
}, | ||
"commands": { | ||
"test": "xunit.runner.aspnet" | ||
}, | ||
"compilationOptions": { | ||
"allowUnsafe": true, | ||
"keyFile": "../../tools/Key.snk" | ||
} | ||
} | ||
"dependencies": { | ||
"Microsoft.AspNet.Cryptography.Internal": "1.0.0-rc1-final", | ||
"Microsoft.AspNet.Cryptography.KeyDerivation": "1.0.0-rc1-final", | ||
"Microsoft.AspNet.DataProtection.Test.Shared": "", | ||
"Microsoft.AspNet.Testing": "1.0.0-rc1-final", | ||
"Moq": "4.2.1312.1622", | ||
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final" | ||
}, | ||
"frameworks": { | ||
"dnx451": {} | ||
}, | ||
"commands": { | ||
"test": "xunit.runner.aspnet" | ||
}, | ||
"compilationOptions": { | ||
"allowUnsafe": true, | ||
"keyFile": "../../tools/Key.snk" | ||
} | ||
} |
38 changes: 19 additions & 19 deletions
38
test/Microsoft.AspNet.DataProtection.Abstractions.Test/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,20 +1,20 @@ | ||
{ | ||
"dependencies": { | ||
"Microsoft.AspNet.Cryptography.Internal": "1.0.0-*", | ||
"Microsoft.AspNet.DataProtection.Abstractions": "1.0.0-*", | ||
"Microsoft.AspNet.Testing": "1.0.0-*", | ||
"Moq": "4.2.1312.1622", | ||
"xunit.runner.aspnet": "2.0.0-aspnet-*" | ||
}, | ||
"frameworks": { | ||
"dnx451": { } | ||
}, | ||
"commands": { | ||
"test": "xunit.runner.aspnet" | ||
}, | ||
"compile": "..\\common\\**\\*.cs", | ||
"compilationOptions": { | ||
"warningsAsErrors": true, | ||
"keyFile": "../../tools/Key.snk" | ||
} | ||
} | ||
"dependencies": { | ||
"Microsoft.AspNet.Cryptography.Internal": "1.0.0-rc1-final", | ||
"Microsoft.AspNet.DataProtection.Abstractions": "1.0.0-rc1-final", | ||
"Microsoft.AspNet.Testing": "1.0.0-rc1-final", | ||
"Moq": "4.2.1312.1622", | ||
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final" | ||
}, | ||
"frameworks": { | ||
"dnx451": {} | ||
}, | ||
"commands": { | ||
"test": "xunit.runner.aspnet" | ||
}, | ||
"compile": "..\\common\\**\\*.cs", | ||
"compilationOptions": { | ||
"warningsAsErrors": true, | ||
"keyFile": "../../tools/Key.snk" | ||
} | ||
} |
39 changes: 21 additions & 18 deletions
39
test/Microsoft.AspNet.DataProtection.Extensions.Test/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,20 +1,23 @@ | ||
{ | ||
"dependencies": { | ||
"Microsoft.AspNet.DataProtection.Abstractions": "1.0.0-*", | ||
"Microsoft.AspNet.DataProtection.Extensions": "1.0.0-*", | ||
"Microsoft.AspNet.DataProtection.Test.Shared": { "type": "build", "version": "" }, | ||
"Microsoft.AspNet.Testing": "1.0.0-*", | ||
"Moq": "4.2.1312.1622", | ||
"xunit.runner.aspnet": "2.0.0-aspnet-*" | ||
"dependencies": { | ||
"Microsoft.AspNet.DataProtection.Abstractions": "1.0.0-rc1-final", | ||
"Microsoft.AspNet.DataProtection.Extensions": "1.0.0-rc1-final", | ||
"Microsoft.AspNet.DataProtection.Test.Shared": { | ||
"type": "build", | ||
"version": "" | ||
}, | ||
"frameworks": { | ||
"dnx451": { } | ||
}, | ||
"commands": { | ||
"test": "xunit.runner.aspnet" | ||
}, | ||
"compilationOptions": { | ||
"warningsAsErrors": true, | ||
"keyFile": "../../tools/Key.snk" | ||
} | ||
} | ||
"Microsoft.AspNet.Testing": "1.0.0-rc1-final", | ||
"Moq": "4.2.1312.1622", | ||
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final" | ||
}, | ||
"frameworks": { | ||
"dnx451": {} | ||
}, | ||
"commands": { | ||
"test": "xunit.runner.aspnet" | ||
}, | ||
"compilationOptions": { | ||
"warningsAsErrors": true, | ||
"keyFile": "../../tools/Key.snk" | ||
} | ||
} |
Oops, something went wrong.