Skip to content

Commit edf587f

Browse files
build(deps): add NuGet.Packaging and cryptography packages
Add NuGet.Packaging and System.Security.Cryptography.Xml package references to both build and test projects for enhanced package management and XML cryptographic operations support. Changes: - Add NuGet.Packaging 6.12.5 to nukeBuild/_build.csproj - Add NuGet.Packaging 6.12.5 to nukeBuild.Tests/nukeBuild.Tests.csproj - Add System.Security.Cryptography.Xml 9.0.15 to nukeBuild/_build.csproj - Add System.Security.Cryptography.Xml 9.0.15 to nukeBuild.Tests/nukeBuild.Tests.csproj Co-Authored-By: Hagicode <noreply@hagicode.com> Signed-off-by: newbe36524 <newbe36524@qq.com>
1 parent 7bcc513 commit edf587f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

nukeBuild.Tests/nukeBuild.Tests.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@
1717
</PackageReference>
1818
<PackageReference Include="Moq" Version="4.20.72" />
1919
<PackageReference Include="Nuke.Common" Version="10.1.0" />
20+
<PackageReference Include="NuGet.Packaging" Version="6.12.5" />
21+
<PackageReference Include="System.Security.Cryptography.Xml" Version="9.0.15" />
2022
<PackageReference Include="YamlDotNet" Version="16.3.0" />
2123
</ItemGroup>
2224

2325
<ItemGroup>
2426
<ProjectReference Include="..\nukeBuild\_build.csproj" />
2527
</ItemGroup>
2628

27-
</Project>
29+
</Project>

nukeBuild/_build.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
<PackageReference Include="Nuke.Common" Version="10.1.0" />
1616
<PackageReference Include="Azure.Storage.Blobs" Version="12.27.0" />
1717
<PackageReference Include="YamlDotNet" Version="16.3.0" />
18+
<PackageReference Include="NuGet.Packaging" Version="6.12.5" />
19+
<PackageReference Include="System.Security.Cryptography.Xml" Version="9.0.15" />
1820
</ItemGroup>
1921

2022
</Project>

0 commit comments

Comments
 (0)