All checks were successful
Build and Deploy Docker Container / build-and-deploy (push) Successful in 4m33s
14 lines
390 B
XML
14 lines
390 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<ImplicitUsings>disable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
|
|
<Company>Winsomnia</Company>
|
|
<Version>1.2.0</Version>
|
|
<AssemblyVersion>1.2.0.0</AssemblyVersion>
|
|
<FileVersion>1.2.0.0</FileVersion>
|
|
</PropertyGroup>
|
|
|
|
</Project> |