Skip to content

Commit c3dba20

Browse files
committed
Updated to the latest version of GitVersionTask
As a development-only dependency, this doesn't impact downstream consumers of the library.
1 parent 11331ea commit c3dba20

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

OnTopic.Editor.AspNetCore/OnTopic.Editor.AspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<ItemGroup>
2929
<FrameworkReference Include="Microsoft.AspNetCore.App" />
30-
<PackageReference Include="GitVersionTask" Version="5.3.7">
30+
<PackageReference Include="GitVersionTask" Version="5.5.1">
3131
<PrivateAssets>all</PrivateAssets>
3232
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3333
</PackageReference>

OnTopic.Editor.Models/OnTopic.Editor.Models.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="GitVersionTask" Version="5.3.7">
26+
<PackageReference Include="GitVersionTask" Version="5.5.1">
2727
<PrivateAssets>all</PrivateAssets>
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2929
</PackageReference>

0 commit comments

Comments
 (0)