From a44275b732068f8488155c18107145739212baa9 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Wed, 17 Aug 2016 12:23:57 -0700 Subject: [PATCH] Update projects to 1.0.1. --- samples/AntiforgerySample/project.json | 2 +- src/Microsoft.AspNetCore.Antiforgery/project.json | 2 +- test/Microsoft.AspNetCore.Antiforgery.Test/project.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/AntiforgerySample/project.json b/samples/AntiforgerySample/project.json index 0db978e1aa..967f769d3b 100644 --- a/samples/AntiforgerySample/project.json +++ b/samples/AntiforgerySample/project.json @@ -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", diff --git a/src/Microsoft.AspNetCore.Antiforgery/project.json b/src/Microsoft.AspNetCore.Antiforgery/project.json index 8895e4786f..8cd3de0097 100644 --- a/src/Microsoft.AspNetCore.Antiforgery/project.json +++ b/src/Microsoft.AspNetCore.Antiforgery/project.json @@ -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", diff --git a/test/Microsoft.AspNetCore.Antiforgery.Test/project.json b/test/Microsoft.AspNetCore.Antiforgery.Test/project.json index 3e00cf48ac..4f68a8e0ee 100644 --- a/test/Microsoft.AspNetCore.Antiforgery.Test/project.json +++ b/test/Microsoft.AspNetCore.Antiforgery.Test/project.json @@ -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",