Created
June 28, 2016 16:43
-
-
Save moozzyk/35bd9c532c0d1a7edd1f74cf219c88f7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"userSecretsId": "aspnet-WebApplication1-84f1878e-a871-4f80-baca-de15b99a96d9", | |
"dependencies": { | |
"RestSharp": "105.2.3", | |
"Microsoft.ApplicationInsights.AspNetCore": "1.0.0", | |
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0", | |
"Microsoft.AspNetCore.Diagnostics": "1.0.0", | |
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0", | |
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0", | |
"Microsoft.AspNetCore.Mvc": "1.0.0", | |
"Microsoft.AspNetCore.Razor.Tools": { | |
"version": "1.0.0-preview2-final" | |
}, | |
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", | |
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0", | |
"Microsoft.AspNetCore.StaticFiles": "1.0.0", | |
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0", | |
"Microsoft.EntityFrameworkCore.Tools": { | |
"version": "1.0.0-preview2-final" | |
}, | |
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0", | |
"Microsoft.Extensions.Configuration.Json": "1.0.0", | |
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0", | |
"Microsoft.Extensions.Logging": "1.0.0", | |
"Microsoft.Extensions.Logging.Console": "1.0.0", | |
"Microsoft.Extensions.Logging.Debug": "1.0.0", | |
"Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.0", | |
"Microsoft.VisualStudio.Web.CodeGeneration.Tools": { | |
"version": "1.0.0-preview2-final", | |
"type": "build" | |
}, | |
"Microsoft.VisualStudio.Web.CodeGenerators.Mvc": { | |
"version": "1.0.0-preview2-final", | |
"type": "build" | |
} | |
}, | |
"tools": { | |
"Microsoft.AspNetCore.Razor.Tools": { | |
"version": "1.0.0-preview2-final", | |
"imports": "portable-net45+win8+dnxcore50" | |
}, | |
"Microsoft.AspNetCore.Server.IISIntegration.Tools": { | |
"version": "1.0.0-preview-final", | |
"imports": "portable-net45+win8+dnxcore50" | |
}, | |
"Microsoft.EntityFrameworkCore.Tools": { | |
"version": "1.0.0-preview2-final", | |
"imports": [ | |
"portable-net45+win8+dnxcore50", | |
"portable-net45+win8" | |
] | |
}, | |
"Microsoft.Extensions.SecretManager.Tools": { | |
"version": "1.0.0-preview2-final", | |
"imports": "portable-net45+win8+dnxcore50" | |
}, | |
"Microsoft.VisualStudio.Web.CodeGeneration.Tools": { | |
"version": "1.0.0-preview2-final", | |
"imports": [ | |
"portable-net45+win8+dnxcore50", | |
"portable-net45+win8" | |
] | |
} | |
}, | |
"frameworks": { | |
"net451": { }, | |
"netstandard1.6": { | |
"imports": [ | |
"dotnet5.6", | |
"dnxcore50", | |
"portable-net45+win8" | |
], | |
"dependencies": { | |
"Microsoft.NETCore.App": { | |
"type": "platform", | |
"version": "1.0.0" | |
} | |
} | |
} | |
}, | |
"buildOptions": { | |
"emitEntryPoint": true, | |
"preserveCompilationContext": true | |
}, | |
"runtimeOptions": { | |
"gcServer": true | |
}, | |
"publishOptions": { | |
"include": [ | |
"wwwroot", | |
"Views", | |
"appsettings.json", | |
"web.config" | |
] | |
}, | |
"scripts": { | |
"prepublish": [ "npm install", "bower install", "gulp clean", "gulp min" ], | |
"postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment