React to aspnet/EntityFramework#6288
This commit is contained in:
parent
5ac2947b52
commit
76a8359ba3
|
|
@ -5,7 +5,7 @@
|
||||||
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
|
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
||||||
"Microsoft.EntityFrameworkCore.SqlServer": "1.1.0-*",
|
"Microsoft.EntityFrameworkCore.SqlServer": "1.1.0-*",
|
||||||
"Microsoft.EntityFrameworkCore.Tools": {
|
"Microsoft.EntityFrameworkCore.Tools.VisualStudio": {
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"type": "build"
|
"type": "build"
|
||||||
}
|
}
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
},
|
},
|
||||||
"tools": {
|
"tools": {
|
||||||
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*",
|
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*",
|
||||||
"Microsoft.EntityFrameworkCore.Tools": "1.0.0-*"
|
"Microsoft.EntityFrameworkCore.Tools.DotNet": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
|
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue