Updating to dev versions

This commit is contained in:
Pranav K 2016-06-16 10:17:28 -07:00
parent 47d28b78d6
commit dad4522ef3
4 changed files with 21 additions and 21 deletions

View File

@ -1,12 +1,12 @@
{ {
"version": "1.0.0-*", "version": "1.1.0-*",
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Antiforgery": "1.0.0-*", "Microsoft.AspNetCore.Antiforgery": "1.1.0-*",
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*", "Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*",
"Microsoft.AspNetCore.Http.Extensions": "1.0.0-*", "Microsoft.AspNetCore.Http.Extensions": "1.1.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*", "Microsoft.AspNetCore.StaticFiles": "1.1.0-*",
"Newtonsoft.Json": "9.0.1" "Newtonsoft.Json": "9.0.1"
}, },
"buildOptions": { "buildOptions": {

View File

@ -1,6 +1,6 @@
{ {
"description": "An antiforgery system for ASP.NET Core designed to generate and validate tokens to prevent Cross-Site Request Forgery attacks.", "description": "An antiforgery system for ASP.NET Core designed to generate and validate tokens to prevent Cross-Site Request Forgery attacks.",
"version": "1.0.0-*", "version": "1.1.0-*",
"buildOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
@ -20,10 +20,10 @@
] ]
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.DataProtection": "1.0.0-*", "Microsoft.AspNetCore.DataProtection": "1.1.0-*",
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*", "Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*",
"Microsoft.AspNetCore.WebUtilities": "1.0.0-*", "Microsoft.AspNetCore.WebUtilities": "1.1.0-*",
"Microsoft.Extensions.ObjectPool": "1.0.0-*" "Microsoft.Extensions.ObjectPool": "1.1.0-*"
}, },
"frameworks": { "frameworks": {
"netstandard1.3": {}, "netstandard1.3": {},

View File

@ -1,9 +1,9 @@
{ {
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*", "dotnet-test-xunit": "1.0.0-*",
"AntiforgerySample": "1.0.0-*", "AntiforgerySample": "1.1.0-*",
"Microsoft.AspNetCore.TestHost": "1.0.0-*", "Microsoft.AspNetCore.TestHost": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*" "Microsoft.AspNetCore.Testing": "1.1.0-*"
}, },
"testRunner": "xunit", "testRunner": "xunit",
"frameworks": { "frameworks": {

View File

@ -5,12 +5,12 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*", "dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.Antiforgery": "1.0.0-*", "Microsoft.AspNetCore.Antiforgery": "1.1.0-*",
"Microsoft.AspNetCore.Http": "1.0.0-*", "Microsoft.AspNetCore.Http": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*", "Microsoft.Extensions.DependencyInjection": "1.1.0-*",
"Microsoft.Extensions.Logging": "1.0.0-*", "Microsoft.Extensions.Logging": "1.1.0-*",
"Microsoft.Extensions.WebEncoders": "1.0.0-*", "Microsoft.Extensions.WebEncoders": "1.1.0-*",
"xunit": "2.1.0-*" "xunit": "2.1.0-*"
}, },
"testRunner": "xunit", "testRunner": "xunit",