Files
MireaBackend/Directory.Build.props
Polianin Nikita 104a1cff41
Some checks failed
.NET Test Pipeline / build (push) Failing after 22s
Build and Deploy Docker Container / build-and-deploy (push) Failing after 2m16s
build: update ref
2025-05-16 02:07:30 +03:00

14 lines
389 B
XML

<Project>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Company>Winsomnia</Company>
<Version>1.1.0</Version>
<AssemblyVersion>1.1.3.0</AssemblyVersion>
<FileVersion>1.1.3.0</FileVersion>
</PropertyGroup>
</Project>