Skip to content

Commit

Permalink
Update dependency GitVersion.MsBuild to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 210635c commit b5c5c78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SIL.FwBuildTasks.Lib/SIL.FwBuildTasks.Lib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ See full changelog at https://github.com/sillsdev/SIL.FwBuildTasks/blob/main/CHA
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GitVersion.MsBuild" Version="5.12.0" PrivateAssets="All" />
<PackageReference Include="GitVersion.MsBuild" Version="6.1.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="SIL.ReleaseTasks" Version="2.5.0" PrivateAssets="All" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion SIL.FwBuildTasks/SIL.FwBuildTasks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ See full changelog at https://github.com/sillsdev/SIL.FwBuildTasks/blob/main/CHA
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GitVersion.MsBuild" Version="5.12.0" PrivateAssets="All" />
<PackageReference Include="GitVersion.MsBuild" Version="6.1.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="SIL.ReleaseTasks" Version="2.5.0" PrivateAssets="All" />
<PackageReference Include="System.Security.Principal.Windows" Version="4.7.0" />
Expand Down
2 changes: 1 addition & 1 deletion SIL.FwBuildTasksTests/SIL.FwBuildTasksTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ See full changelog at https://github.com/sillsdev/SIL.FwBuildTasks/blob/main/CHA
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GitVersion.MsBuild" Version="5.12.0" PrivateAssets="All" />
<PackageReference Include="GitVersion.MsBuild" Version="6.1.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="SIL.ReleaseTasks" Version="2.5.0" PrivateAssets="All" />
<PackageReference Include="SIL.TestUtilities" Version="10.0.0" />
Expand Down

0 comments on commit b5c5c78

Please sign in to comment.