Skip to content

Commit

Permalink
Updated to latest 1.0 dependencies. #59
Browse files Browse the repository at this point in the history
klings committed Mar 8, 2017
1 parent 0c34d0a commit 042403e
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/NWebsec.AspNetCore.Core/project.json
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
},

"dependencies": {
"Microsoft.AspNetCore.Http.Abstractions": "1.0.1",
"Microsoft.AspNetCore.Http.Abstractions": "1.0.2",
"NWebsec.Annotations": {
"version": "1.0.0-*",
"type": "build"
2 changes: 1 addition & 1 deletion src/NWebsec.AspNetCore.Middleware/project.json
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
},

"dependencies": {
"Microsoft.AspNetCore.Http.Abstractions": "1.0.1",
"Microsoft.AspNetCore.Http.Abstractions": "1.0.2",
"NWebsec.Annotations": {
"version": "1.0.0-*",
"type": "build"
4 changes: 2 additions & 2 deletions src/NWebsec.AspNetCore.Mvc.TagHelpers/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{
"version": "1.0.0-preview-*",
"title": "NWebsec.AspNetCore.Mvc.TagHelpers",
"description": "NWebsec TagHelpers for ASP.NET Core MVC applications. NWebsec helps you set important security headers, detect potentially dangerous redirects, and control cache headers. See project website for documentation.",
@@ -18,7 +18,7 @@
},

"dependencies": {
"Microsoft.AspNetCore.Razor.Runtime": "1.0.1",
"Microsoft.AspNetCore.Razor.Runtime": "1.0.2",
"NWebsec.AspNetCore.Mvc": "1.0.0-*"
},

2 changes: 1 addition & 1 deletion src/NWebsec.AspNetCore.Mvc/project.json
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
},

"dependencies": {
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.2",
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.3",
"NWebsec.Annotations": {
"version": "1.0.0-*",
"type": "build"
2 changes: 1 addition & 1 deletion test/NWebsec.AspNetCore.Core.Tests/project.json
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@

"dependencies": {
"Microsoft.AspNetCore.Http": "1.0.1",
"Microsoft.AspNetCore.Http.Abstractions": "1.0.1",
"Microsoft.AspNetCore.Http.Abstractions": "1.0.2",
"Moq": "4.7.0",
"xunit": "2.2.0",
"dotnet-test-xunit": "2.2.0-*",
4 changes: 2 additions & 2 deletions test/NWebsec.AspNetCore.Mvc.FunctionalTests/project.json
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@
},

"dependencies": {
"Microsoft.AspNetCore.Hosting": "1.0.1",
"Microsoft.AspNetCore.TestHost": "1.0.1",
"Microsoft.AspNetCore.Hosting": "1.0.2",
"Microsoft.AspNetCore.TestHost": "1.0.2",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0",
"MvcAttributeWebsite": {
"target": "project"
2 changes: 1 addition & 1 deletion test/NWebsec.AspNetCore.Mvc.TagHelpers.Tests/project.json
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
"NWebsec.AspNetCore.Mvc.TagHelpers": {
"target": "project"
},
"Microsoft.Extensions.WebEncoders": "1.0.1",
"Microsoft.Extensions.WebEncoders": "1.0.2",
"Moq": "4.7.0",
"xunit": "2.2.0",
"dotnet-test-xunit": "2.2.0-*"

0 comments on commit 042403e

Please sign in to comment.