Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency GitVersion.MsBuild to v6
Browse files Browse the repository at this point in the history
renovate[bot] authored Oct 31, 2024
1 parent 210635c commit 015cb09
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
@@ -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.0.4" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="SIL.ReleaseTasks" Version="2.5.0" PrivateAssets="All" />
</ItemGroup>
2 changes: 1 addition & 1 deletion SIL.FwBuildTasks/SIL.FwBuildTasks.csproj
Original file line number Diff line number Diff line change
@@ -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.0.4" 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" />
2 changes: 1 addition & 1 deletion SIL.FwBuildTasksTests/SIL.FwBuildTasksTests.csproj
Original file line number Diff line number Diff line change
@@ -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.0.4" 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" />

0 comments on commit 015cb09

Please sign in to comment.