Skip to content

Commit 83609e7

Browse files
fix: pin System.Security.Cryptography.Xml to safe version to resolve NU1903 (#153)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 0bfe755 commit 83609e7

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Directory.Packages.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<PackageVersion Include="Snowflake.Data" Version="5.4.1" />
2929
<PackageVersion Include="SQLitePCLRaw.bundle_e_sqlite3" Version="3.0.2" />
3030
<PackageVersion Include="System.IO.Hashing" Version="10.0.5" />
31+
<PackageVersion Include="System.Security.Cryptography.Xml" Version="9.0.15" />
3132
<PackageVersion Include="Testcontainers.FirebirdSql" Version="4.11.0" />
3233
<PackageVersion Include="Testcontainers.MsSql" Version="4.11.0" />
3334
<PackageVersion Include="Testcontainers.MySql" Version="4.11.0" />

tests/TestAssets/SampleApp/Sample.App.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<PrivateAssets>all</PrivateAssets>
2929
</PackageReference>
3030
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" />
31+
<PackageReference Include="System.Security.Cryptography.Xml" />
3132
</ItemGroup>
3233

3334
<Import Project="$(EfcptBuildRoot)JD.Efcpt.Build.targets" />

0 commit comments

Comments
 (0)