Files
LittleTown/src/LittleTown.Core/LittleTown.Core.csproj
mcmuzzle e918b26d6c
Some checks failed
check main state / build (8.0.x) (push) Failing after 1m17s
Main Build Process / Build & Test (pull_request) Failing after 1m44s
ajout d'un peu de couverture de code
2024-08-29 23:49:14 +02:00

17 lines
548 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<InvariantGlobalization>true</InvariantGlobalization>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<AnalysisMode>All</AnalysisMode>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
</Project>