This commit is contained in:
Nate McMaster 2016-08-11 16:03:47 -07:00
parent 5ac2947b52
commit 76a8359ba3
No known key found for this signature in database
GPG Key ID: BD729980AA6A21BD
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.EntityFrameworkCore.SqlServer": "1.1.0-*",
"Microsoft.EntityFrameworkCore.Tools": {
"Microsoft.EntityFrameworkCore.Tools.VisualStudio": {
"version": "1.0.0-*",
"type": "build"
}
@ -31,7 +31,7 @@
},
"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*",
"Microsoft.EntityFrameworkCore.Tools": "1.0.0-*"
"Microsoft.EntityFrameworkCore.Tools.DotNet": "1.0.0-*"
},
"scripts": {
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"