Fix package versions

This commit is contained in:
Pranav K 2016-11-17 10:19:48 -08:00
parent c5a5ba1fee
commit 975dc212b7
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"description": "ASP.NET Core MVC Razor Pages.", "description": "ASP.NET Core MVC Razor Pages.",
"version": "1.1.0-*", "version": "1.0.0-*",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@ -22,7 +22,7 @@
"xmlDoc": true "xmlDoc": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Razor.Evolution": "1.1.0-*", "Microsoft.AspNetCore.Razor.Evolution": "1.0.0-*",
"NETStandard.Library": "1.6.1-*" "NETStandard.Library": "1.6.1-*"
}, },
"frameworks": { "frameworks": {

View File

@ -4,7 +4,6 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Mvc.ViewFeatures": { "target": "project" },
"Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.DotNet.InternalAbstractions": "1.0.0", "Microsoft.DotNet.InternalAbstractions": "1.0.0",
"Moq": "4.6.36-*", "Moq": "4.6.36-*",