We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73576b1 commit 96fa5f2Copy full SHA for 96fa5f2
tests/BuildProps/Tests.Build.props
@@ -47,4 +47,11 @@
47
<PackageReference Include="xunit" Version="2.4.2" />
48
<PackageReference Include="JunitXml.TestLogger" Version="2.1.81" />
49
</ItemGroup>
50
+
51
+ <ItemGroup>
52
+ <PackageReference Update="Microsoft.NETCore.App">
53
+ <NoWarn>NU1903,NU1902</NoWarn> <!--Temporary disable vulnerability warning to allow netcoreapp2.1 TF-->
54
+ </PackageReference>
55
+ </ItemGroup>
56
57
</Project>
0 commit comments