Removing blocking calls in main

This commit is contained in:
Bohdan Stupak
2019-06-13 22:04:29 +03:00
parent a805c6136d
commit 772a65b3b3
2 changed files with 5 additions and 4 deletions

View File

@@ -5,6 +5,7 @@
<RootNamespace>Microsoft.eShopWeb.Web</RootNamespace>
<UserSecretsId>aspnet-Web2-1FA3F72E-E7E3-4360-9E49-1CCCD7FE85F7</UserSecretsId>
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>