Files
EstusShots-Net/EstusShots.Shared/EstusShots.Shared.csproj
2020-02-25 22:39:40 +01:00

17 lines
469 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<WarningsAsErrors>NU1605;CS8618</WarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<WarningsAsErrors>NU1605;CS8618</WarningsAsErrors>
</PropertyGroup>
</Project>