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 Aug 7, 2024
1 parent 7617c0e commit 4323a9c
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.1.2" />
<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 @@ -39,7 +39,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.1.2" />
<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.1.2
#addin nuget:?package=Newtonsoft.Json&version=13.0.3

public class BuildData
Expand Down

0 comments on commit 4323a9c

Please sign in to comment.