mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 03:25:41 +00:00
13 lines
377 B
XML
13 lines
377 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<ExcludeFromCodeCoverage>true</ExcludeFromCodeCoverage>
|
|
<EnableNETAnalyzers>true</EnableNETAnalyzers>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|