1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-22 14:28:47 +00:00

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

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"/>