Skip to content

Commit 48f403d

Browse files
Bump Refit.HttpClientFactory and Swashbuckle.AspNetCore (#19)
Bumps Refit.HttpClientFactory from 7.2.1 to 8.0.0 Bumps Swashbuckle.AspNetCore from 6.8.0 to 9.0.0 --- updated-dependencies: - dependency-name: Refit.HttpClientFactory dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Swashbuckle.AspNetCore dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce7ed57 commit 48f403d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

samples/OpenWeather.API/OpenWeather.API.csproj

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

99
<ItemGroup>
10-
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.0" />
10+
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.0" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

src/OpenWeather.SDK/OpenWeather.SDK.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</ItemGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="Refit.HttpClientFactory" Version="7.2.1" />
23+
<PackageReference Include="Refit.HttpClientFactory" Version="8.0.0" />
2424
</ItemGroup>
2525

2626
</Project>

0 commit comments

Comments
 (0)