Update projects to 1.0.1.
This commit is contained in:
parent
761d0e6290
commit
a44275b732
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Antiforgery": "1.0.0",
|
||||
"Microsoft.AspNetCore.Antiforgery": "1.0.1",
|
||||
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0",
|
||||
"Microsoft.AspNetCore.Http.Extensions": "1.0.0",
|
||||
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
|
||||
|
|
|
|||
|
|
@ -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.",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"buildOptions": {
|
||||
"warningsAsErrors": true,
|
||||
"keyFile": "../../tools/Key.snk",
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
|
||||
"Microsoft.AspNetCore.Antiforgery": "1.0.0",
|
||||
"Microsoft.AspNetCore.Antiforgery": "1.0.1",
|
||||
"Microsoft.AspNetCore.Http": "1.0.0",
|
||||
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
|
||||
"Microsoft.Extensions.DependencyInjection": "1.0.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue