Skip to content

Commit ca3c238

Browse files
committed
Remove System.Security.Cryptography.Xml from api.csproj
1 parent 755348d commit ca3c238

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

api/api.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<!--disable missing comment warning-->
8-
<!-- disable NU1510 temporary to handle vulnerabilities -->
9-
<NoWarn>$(NoWarn);1591;NU1510</NoWarn>
8+
<NoWarn>$(NoWarn);1591</NoWarn>
109
<UserSecretsId>2febe2ef-3c95-4e60-925e-85e1fdba53cf</UserSecretsId>
1110
</PropertyGroup>
1211

@@ -54,8 +53,6 @@
5453
(CVE-2026-49451 / GHSA-v5pm-xwqc-g5wc).
5554
-->
5655
<PackageReference Include="Microsoft.OpenApi" Version="2.7.5" />
57-
<PackageReference Include="System.Security.Cryptography.Xml" Version="10.0.7" />
58-
<!-- Pin Kiota.Abstractions to the patched version until Graph updates transitively. -->
5956
<!--
6057
Pin SQLitePCLRaw.bundle_e_sqlite3 to the 3.x line so the native SQLite library is
6158
sourced from SourceGear.sqlite3 (SQLite >= 3.50.4) instead of the deprecated and

0 commit comments

Comments
 (0)