Skip to content

Commit

Permalink
Update dependency NuGet.Versioning to v6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 17, 2023
1 parent 128fd7c commit fcc1906
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.7.0" />
<PackageReference Include="NuGet.Versioning" Version="6.8.0" />
<PackageReference Include="nunit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
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.7.0" />
<PackageReference Include="NuGet.Versioning" Version="6.8.0" />
<PackageReference Include="SIL.ReleaseTasks" Version="2.5.0" PrivateAssets="all" />
<PackageReference Include="System.Drawing.Common" Version="7.0.0" />
<PackageReference Include="System.Globalization.Extensions" Version="4.3.0" />
Expand Down

0 comments on commit fcc1906

Please sign in to comment.