Skip to content

Commit

Permalink
chore(deps): update dependency refit to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent 84db790 commit cbe6131
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Cake.AppVeyor.Tests/Cake.AppVeyor.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="Refit" version="4.8.14" />
<PackageReference Include="Refit" version="7.2.0" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.AppVeyor/Cake.AppVeyor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Refit" version="4.8.14" />
<PackageReference Include="Refit" version="7.2.0" />
<PackageReference Include="CakeContrib.Guidelines" Version="1.5.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion test.cake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#reference "BuildArtifacts/temp/_PublishedLibraries/Cake.AppVeyor/net6.0/Cake.AppVeyor.dll"
#addin nuget:?package=Refit&version=4.8.14
#addin nuget:?package=Refit&version=7.2.0
#addin nuget:?package=Newtonsoft.Json&version=13.0.3

public class BuildData
Expand Down

0 comments on commit cbe6131

Please sign in to comment.