Upgrade .NET SDK version to 10.0 in Dockerfile and project file; enable static files in Program.cs
This commit is contained in:
parent
f976d70db8
commit
d3887f1dd0
3 changed files with 6 additions and 4 deletions
|
|
@ -69,6 +69,8 @@ if (useHttpsRedirection)
|
|||
app.UseHttpsRedirection();
|
||||
}
|
||||
|
||||
app.UseStaticFiles();
|
||||
|
||||
app.UseRequestLocalization(localizationOptions);
|
||||
|
||||
app.UseAuthentication();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue