Skip to content

Commit

Permalink
Downgrade GitVersionTask to an expected working one
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Oelderink-Wale committed Sep 2, 2020
1 parent c50f627 commit 2344f35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/FileCache.Signed/FileCache.Signed.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-*" PrivateAssets="All" />
<PackageReference Include="GitVersionTask" Version="5.3.7">
<PackageReference Include="GitVersionTask" Version="5.3.0">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/FileCache/FileCache.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-*" PrivateAssets="All" />
<PackageReference Include="GitVersionTask" Version="5.3.7">
<PackageReference Include="GitVersionTask" Version="5.3.0">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
</ItemGroup>
Expand Down

0 comments on commit 2344f35

Please sign in to comment.