Skip to content

Commit 96fa5f2

Browse files
authored
CSHARP-4854: Suppress vulnerability warnings for netcoreapp2.1 TF in tests (#1218)
1 parent 73576b1 commit 96fa5f2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/BuildProps/Tests.Build.props

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,11 @@
4747
<PackageReference Include="xunit" Version="2.4.2" />
4848
<PackageReference Include="JunitXml.TestLogger" Version="2.1.81" />
4949
</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+
5057
</Project>

0 commit comments

Comments
 (0)