Skip to content
This repository was archived by the owner on Oct 17, 2018. It is now read-only.

Commit

Permalink
Updating json files to pin versions and build.cmd to pin KoreBuild an…
Browse files Browse the repository at this point in the history
…d DNX
  • Loading branch information
pranavkm committed Nov 18, 2015
1 parent 6dfc9dd commit bc55f74
Show file tree
Hide file tree
Showing 14 changed files with 166 additions and 155 deletions.
9 changes: 7 additions & 2 deletions global.json
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"
}
}
12 changes: 6 additions & 6 deletions src/Microsoft.AspNet.Cryptography.Internal/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"description": "Infrastructure for ASP.NET 5 cryptographic packages. Developers should not reference this package.",
"repository": {
"type": "git",
Expand All @@ -10,11 +10,11 @@
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Diagnostics.Debug": "4.0.11-beta-*",
"System.Runtime.Handles": "4.0.1-beta-*",
"System.Runtime.InteropServices": "4.0.21-beta-*",
"System.Security.Cryptography.Primitives": "4.0.0-beta-*",
"System.Threading": "4.0.11-beta-*"
"System.Diagnostics.Debug": "4.0.11-beta-23516",
"System.Runtime.Handles": "4.0.1-beta-23516",
"System.Runtime.InteropServices": "4.0.21-beta-23516",
"System.Security.Cryptography.Primitives": "4.0.0-beta-23516",
"System.Threading": "4.0.11-beta-23516"
}
}
},
Expand Down
10 changes: 5 additions & 5 deletions src/Microsoft.AspNet.Cryptography.KeyDerivation/project.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"description": "ASP.NET 5 utilities for key derivation.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/dataprotection"
},
"dependencies": {
"Microsoft.AspNet.Cryptography.Internal": "1.0.0-*"
"Microsoft.AspNet.Cryptography.Internal": "1.0.0-rc1-final"
},
"frameworks": {
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Runtime.Extensions": "4.0.11-beta-*",
"System.Security.Cryptography.Algorithms": "4.0.0-beta-*",
"System.Text.Encoding.Extensions": "4.0.11-beta-*"
"System.Runtime.Extensions": "4.0.11-beta-23516",
"System.Security.Cryptography.Algorithms": "4.0.0-beta-23516",
"System.Text.Encoding.Extensions": "4.0.11-beta-23516"
}
}
},
Expand Down
18 changes: 9 additions & 9 deletions src/Microsoft.AspNet.DataProtection.Abstractions/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"description": "Contains the core IDataProtector and IDataProtectionProvider abstractions for ASP.NET 5 Data Protection.",
"repository": {
"type": "git",
Expand All @@ -8,20 +8,20 @@
"dependencies": {
"Microsoft.AspNet.DataProtection.Sources": {
"type": "build",
"version": ""
"version": "1.0.0-rc1-final"
},
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*"
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final"
},
"frameworks": {
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.ComponentModel": "4.0.1-beta-*",
"System.Diagnostics.Debug": "4.0.11-beta-*",
"System.Reflection": "4.0.11-beta-*",
"System.Runtime.Extensions": "4.0.11-beta-*",
"System.Security.Cryptography.Primitives": "4.0.0-beta-*",
"System.Text.Encoding.Extensions": "4.0.11-beta-*"
"System.ComponentModel": "4.0.1-beta-23516",
"System.Diagnostics.Debug": "4.0.11-beta-23516",
"System.Reflection": "4.1.0-beta-23516",
"System.Runtime.Extensions": "4.0.11-beta-23516",
"System.Security.Cryptography.Primitives": "4.0.0-beta-23516",
"System.Text.Encoding.Extensions": "4.0.11-beta-23516"
}
}
},
Expand Down
8 changes: 4 additions & 4 deletions src/Microsoft.AspNet.DataProtection.Extensions/project.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"description": "Additional APIs for ASP.NET 5 data protection.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/dataprotection"
},
"dependencies": {
"Microsoft.AspNet.DataProtection": "1.0.0-*",
"Microsoft.AspNet.DataProtection": "1.0.0-rc1-final",
"Microsoft.AspNet.DataProtection.Sources": {
"type": "build",
"version": ""
"version": "1.0.0-rc1-final"
},
"Microsoft.Extensions.DependencyInjection": "1.0.0-*"
"Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final"
},
"frameworks": {
"net451": {},
Expand Down
6 changes: 3 additions & 3 deletions src/Microsoft.AspNet.DataProtection.Sources/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"description": "ASP.NET 5 Data Protection shared code.",
"repository": {
"type": "git",
Expand All @@ -10,8 +10,8 @@
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Security.Cryptography.Primitives": "4.0.0-beta-*",
"System.Text.Encoding.Extensions": "4.0.11-beta-*"
"System.Security.Cryptography.Primitives": "4.0.0-beta-23516",
"System.Text.Encoding.Extensions": "4.0.11-beta-23516"
}
}
},
Expand Down
6 changes: 3 additions & 3 deletions src/Microsoft.AspNet.DataProtection.SystemWeb/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"description": "A component to allow the ASP.NET 5 DataProtection stack to work with the ASP.NET 4.x <machineKey> element.",
"repository": {
"type": "git",
Expand All @@ -8,8 +8,8 @@
"frameworks": {
"net451": {
"dependencies": {
"Microsoft.AspNet.DataProtection": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*"
"Microsoft.AspNet.DataProtection": "1.0.0-rc1-final",
"Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final"
},
"frameworkAssemblies": {
"System.Configuration": "4.0.0.0",
Expand Down
30 changes: 15 additions & 15 deletions src/Microsoft.AspNet.DataProtection/project.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"description": "ASP.NET 5 logic to protect and unprotect data, similar to DPAPI.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/dataprotection"
},
"dependencies": {
"Microsoft.AspNet.Cryptography.Internal": "1.0.0-*",
"Microsoft.AspNet.DataProtection.Abstractions": "1.0.0-*",
"Microsoft.AspNet.Cryptography.Internal": "1.0.0-rc1-final",
"Microsoft.AspNet.DataProtection.Abstractions": "1.0.0-rc1-final",
"Microsoft.AspNet.DataProtection.Sources": {
"type": "build",
"version": ""
"version": "1.0.0-rc1-final"
},
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
"Microsoft.Extensions.OptionsModel": "1.0.0-*"
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final",
"Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final"
},
"frameworks": {
"net451": {
Expand All @@ -27,14 +27,14 @@
},
"dotnet5.4": {
"dependencies": {
"Microsoft.Win32.Registry": "4.0.0-beta-*",
"System.Linq": "4.0.1-beta-*",
"System.Reflection.Extensions": "4.0.1-beta-*",
"System.Reflection.TypeExtensions": "4.0.1-beta-*",
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-*",
"System.Security.Claims": "4.0.1-beta-*",
"System.Security.Principal.Windows": "4.0.0-beta-*",
"System.Xml.XDocument": "4.0.11-beta-*"
"Microsoft.Win32.Registry": "4.0.0-beta-23516",
"System.Linq": "4.0.1-beta-23516",
"System.Reflection.Extensions": "4.0.1-beta-23516",
"System.Reflection.TypeExtensions": "4.1.0-beta-23516",
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-23516",
"System.Security.Claims": "4.0.1-beta-23516",
"System.Security.Principal.Windows": "4.0.0-beta-23516",
"System.Xml.XDocument": "4.0.11-beta-23516"
}
}
},
Expand Down
37 changes: 20 additions & 17 deletions test/Microsoft.AspNet.Cryptography.Internal.Test/project.json
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 test/Microsoft.AspNet.Cryptography.KeyDerivation.Test/project.json
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 test/Microsoft.AspNet.DataProtection.Abstractions.Test/project.json
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 test/Microsoft.AspNet.DataProtection.Extensions.Test/project.json
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"
}
}
Loading

0 comments on commit bc55f74

Please sign in to comment.