diff --git a/Oqtane.Client/Oqtane.Client.csproj b/Oqtane.Client/Oqtane.Client.csproj index 835a22a9..07fdce6e 100644 --- a/Oqtane.Client/Oqtane.Client.csproj +++ b/Oqtane.Client/Oqtane.Client.csproj @@ -1,7 +1,7 @@  - netstandard2.0 + netstandard2.1 Exe false @@ -28,10 +28,10 @@ - - - - + + + + diff --git a/Oqtane.Client/Startup.cs b/Oqtane.Client/Startup.cs index e4afc001..1abf39d8 100644 --- a/Oqtane.Client/Startup.cs +++ b/Oqtane.Client/Startup.cs @@ -81,7 +81,6 @@ namespace Oqtane.Client public void Configure(IComponentsApplicationBuilder app) { - WebAssemblyHttpMessageHandler.DefaultCredentials = FetchCredentialsOption.Include; app.AddComponent("app"); } #endif diff --git a/Oqtane.Server/Oqtane.Server.csproj b/Oqtane.Server/Oqtane.Server.csproj index fca66b6f..48bb4789 100644 --- a/Oqtane.Server/Oqtane.Server.csproj +++ b/Oqtane.Server/Oqtane.Server.csproj @@ -1,7 +1,7 @@  - netcoreapp3.0 + netcoreapp3.1 7.3 https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json; @@ -38,11 +38,11 @@ - - - - - + + + + + diff --git a/Oqtane.Shared/Oqtane.Shared.csproj b/Oqtane.Shared/Oqtane.Shared.csproj index 1292389d..8cbb6d3d 100644 --- a/Oqtane.Shared/Oqtane.Shared.csproj +++ b/Oqtane.Shared/Oqtane.Shared.csproj @@ -1,7 +1,7 @@  - netstandard2.0 + netstandard2.1 7.3 Debug;Release;Wasm 0.0.1