Skip to content

Commit 5a614d9

Browse files
committed
Remove System.Security.Cryptography.Xml from api.csproj
1 parent 5683095 commit 5a614d9

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

backend/api/api.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
<RootNamespace>Api</RootNamespace>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
99
<!-- disable missing comment warning -->
10-
<!-- disable NU1510 temporary to handle vulnerabilities -->
11-
<NoWarn>$(NoWarn);1591;NU1510</NoWarn>
10+
<NoWarn>$(NoWarn);1591</NoWarn>
1211
</PropertyGroup>
1312
<ItemGroup>
1413
<PackageReference Include="AdaptiveCards.Templating" Version="2.0.5" />
@@ -54,8 +53,6 @@
5453
<PackageReference Include="MQTTnet.Extensions.ManagedClient" Version="4.3.7.1207" />
5554
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.7.1" />
5655
<PackageReference Include="NCrontab" Version="3.4.0" />
57-
<PackageReference Include="System.Security.Cryptography.Xml" Version="10.0.7" />
58-
<!-- To force update to latest version to handle vulnerabilities-->
5956
</ItemGroup>
6057
<ItemGroup>
6158
<InternalsVisibleTo Include="api" />

0 commit comments

Comments
 (0)