Skip to content

Commit ddf8c01

Browse files
chore(deps): update dependency refit to v10
1 parent 0155eeb commit ddf8c01

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

samples/Meow.Common/Meow.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Refit" Version="8.0.0" />
8+
<PackageReference Include="Refit" Version="10.0.1" />
99
<PackageReference Include="Serilog" Version="4.3.0" />
1010
<PackageReference Include="Serilog.Sinks.Console" Version="6.1.1" />
1111
</ItemGroup>

samples/SampleUsingLocalApi/LibraryWithSDKandRefitService/LibraryWithSDKandRefitService.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Refit" Version="8.0.0" />
8+
<PackageReference Include="Refit" Version="10.0.1" />
99
</ItemGroup>
1010

1111
</Project>

0 commit comments

Comments
 (0)