chore: suppress tfm support build warnings

This commit is contained in:
Oliver Booth 2023-04-05 17:37:26 +01:00
parent b819e6a418
commit e84eef60e6
No known key found for this signature in database
GPG Key ID: 20BEB9DC87961025
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@
<CollectCoverage>true</CollectCoverage>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.0"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0"/>