Skip to content

Commit dec1f22

Browse files
Update dependency Swashbuckle.AspNetCore to v7
1 parent 62cfb31 commit dec1f22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ASYNC_KEDA/PrimeProducer/PrimeProducer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="ArtemisNetClient" Version="2.10.0" />
11-
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
11+
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.3.0" />
1212
</ItemGroup>
1313

1414
</Project>

SYNC_KNATIVE/PrimeKNative/PrimeKNative.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.2.3" />
10+
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.3.0" />
1111
</ItemGroup>
1212

1313
</Project>

0 commit comments

Comments
 (0)