Upgrade to .NET Core 3.1

This commit is contained in:
Shaun Walker
2019-12-04 13:28:24 -05:00
parent d7a27eabbb
commit e7822d5ba1
4 changed files with 12 additions and 13 deletions

View File

@ -81,7 +81,6 @@ namespace Oqtane.Client
public void Configure(IComponentsApplicationBuilder app)
{
WebAssemblyHttpMessageHandler.DefaultCredentials = FetchCredentialsOption.Include;
app.AddComponent<App>("app");
}
#endif