mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-22 08:18:47 +00:00
chore: suppress tfm support build warnings
This commit is contained in:
parent
b819e6a418
commit
e84eef60e6
@ -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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user