Guest User

Untitled

a guest
Dec 11th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. "WebApp": {
  2. "commandName": "Project",
  3. "launchBrowser": true,
  4. "applicationUrl": "http://localhost:5000",
  5. "environmentVariables": {
  6. "ASPNETCORE_ENVIRONMENT": "Development"
  7. }
  8. }
  9.  
  10. <PropertyGroup>
  11. <AspNetCoreModuleName>AspNetCoreModule</AspNetCoreModuleName>
  12. <AspNetCoreHostingModel>OutOfProcess</AspNetCoreHostingModel>
  13. </PropertyGroup>
Add Comment
Please, Sign In to add comment