d2edbf16cc
PR Checks / test-and-build (pull_request) Successful in 3m49s
Synchronize version across: - Directory.Build.props - compose.yaml (bot and web images) - deploy.yml - NavMenu version display Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
11 lines
306 B
XML
11 lines
306 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<Version>1.10.5</Version>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<LangVersion>preview</LangVersion>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
</PropertyGroup>
|
|
</Project>
|