Fix package versions
This commit is contained in:
parent
c5a5ba1fee
commit
975dc212b7
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"description": "ASP.NET Core MVC Razor Pages.",
|
||||
"version": "1.1.0-*",
|
||||
"version": "1.0.0-*",
|
||||
"packOptions": {
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
"xmlDoc": true
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Razor.Evolution": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Razor.Evolution": "1.0.0-*",
|
||||
"NETStandard.Library": "1.6.1-*"
|
||||
},
|
||||
"frameworks": {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "2.2.0-*",
|
||||
"Microsoft.AspNetCore.Mvc.ViewFeatures": { "target": "project" },
|
||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||
"Microsoft.DotNet.InternalAbstractions": "1.0.0",
|
||||
"Moq": "4.6.36-*",
|
||||
|
|
|
|||
Loading…
Reference in New Issue