try #1 for deployment

This commit is contained in:
Flaminel
2025-06-17 14:41:55 +03:00
parent 1255d0a50a
commit d76216665b
9 changed files with 280 additions and 227 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<AssemblyName>cleanuperr</AssemblyName>
<AssemblyName>cleanuparr</AssemblyName>
<TargetFramework>net9.0</TargetFramework>
<Version Condition="'$(Version)' == ''">0.0.1</Version>
<Nullable>enable</Nullable>