fix: fix builds not working

This commit is contained in:
cswimr 2025-01-29 18:22:15 +00:00
parent 70d5d038b9
commit 144cd3e1d0
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
2 changed files with 4 additions and 1 deletions

View file

@ -107,7 +107,7 @@ if (!app.Environment.IsDevelopment())
app.UseHttpsRedirection();
app.UseAntiforgery();
//app.UseAntiforgery();
// if (app.Environment.IsDevelopment())
// {

View file

@ -5,6 +5,9 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>Myhm</RootNamespace>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);1591</NoWarn>
</PropertyGroup>
<ItemGroup>