Skip to content

Commit

Permalink
refs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Feb 12, 2025
1 parent ab83b35 commit 7f80300
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Aspose.Cells" Version="24.12.0" />
<PackageVersion Include="Aspose.Pdf" Version="25.1.0" />
<PackageVersion Include="Aspose.Slides.NET" Version="25.1.0" />
<PackageVersion Include="Aspose.Cells" Version="25.1.2" />
<PackageVersion Include="Aspose.Pdf" Version="25.2.0" />
<PackageVersion Include="Aspose.Slides.NET" Version="25.2.0" />
<PackageVersion Include="Aspose.Words" Version="25.2.0" />
<PackageVersion Include="MarkdownSnippets.MsBuild" Version="27.0.2" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
Expand All @@ -16,7 +16,7 @@
<PackageVersion Include="Verify" Version="28.10.1" />
<PackageVersion Include="Verify.DiffPlex" Version="3.1.2" />
<PackageVersion Include="Verify.ImageMagick" Version="3.6.0" />
<PackageVersion Include="Verify.NUnit" Version="28.9.0" />
<PackageVersion Include="Verify.NUnit" Version="28.10.1" />
<!-- explicit to avoid CVE -->
<PackageVersion Include="System.Text.Json" Version="8.0.5" />
<PackageVersion Include="System.Formats.Asn1" Version="8.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "9.0.102",
"version": "9.0.200",
"allowPrerelease": true,
"rollForward": "latestFeature"
}
Expand Down

0 comments on commit 7f80300

Please sign in to comment.