Add System.Security.Cryptography.Xml package reference
Added a reference to the `System.Security.Cryptography.Xml` package (version 10.0.10) in the project file to enable XML cryptographic operations such as signing, verifying, and encrypting XML data. This change enhances the project's capabilities for handling secure XML processing.
This commit is contained in:
@@ -13,6 +13,7 @@
|
|||||||
<PackageReference Include="Serilog.Sinks.File" Version="7.0.0" />
|
<PackageReference Include="Serilog.Sinks.File" Version="7.0.0" />
|
||||||
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
|
||||||
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.10" />
|
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.10" />
|
||||||
|
<PackageReference Include="System.Security.Cryptography.Xml" Version="10.0.10" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user