fix: Resolve backend build errors - add RootNamespace, OutputType, GlobalUsings, and code analysis settings
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<RootNamespace>KArtSell.Aegis</RootNamespace>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||
<AnalysisLevel>latest-recommended</AnalysisLevel>
|
||||
<NoWarn>$(NoWarn);CA1859;CA1822;CA1848;CA1873;CA1305;CA1707;CA1861;xUnit2031</NoWarn>
|
||||
<Deterministic>true</Deterministic>
|
||||
<ContinuousIntegrationBuild Condition="'$(CI)' == 'true'">true</ContinuousIntegrationBuild>
|
||||
</PropertyGroup>
|
||||
|
||||
Reference in New Issue
Block a user