Fix package versions
This commit is contained in:
parent
c5a5ba1fee
commit
975dc212b7
|
|
@ -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": {
|
||||||
|
|
|
||||||
|
|
@ -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-*",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue