Skip to content

Commit

Permalink
Update dependency NuGet.Versioning to 6.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent 8a23aea commit a9e2f05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SIL.NuGetCleaner.Tests/SIL.NuGetCleaner.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NuGet.Versioning" Version="6.11.1" />
<PackageReference Include="NuGet.Versioning" Version="6.12.1" />
<PackageReference Include="nunit" Version="4.2.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
Expand Down
2 changes: 1 addition & 1 deletion SIL.NuGetCleaner/SIL.NuGetCleaner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ See full changelog at https://github.com/sillsdev/SIL.NuGetCleaner/blob/master/C
</PackageReference>
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NuGet.Versioning" Version="6.11.1" />
<PackageReference Include="NuGet.Versioning" Version="6.12.1" />
<PackageReference Include="SIL.ReleaseTasks" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="System.Drawing.Common" Version="8.0.10" />
<PackageReference Include="System.Globalization.Extensions" Version="4.3.0" />
Expand Down

0 comments on commit a9e2f05

Please sign in to comment.