We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f080a commit d1d7b4bCopy full SHA for d1d7b4b
.config/dotnet-tools.json
@@ -3,7 +3,7 @@
3
"isRoot": true,
4
"tools": {
5
"swashbuckle.aspnetcore.cli": {
6
- "version": "7.3.0",
+ "version": "7.3.1",
7
"commands": [
8
"swagger"
9
]
Difficalcy/Difficalcy.csproj
@@ -9,7 +9,7 @@
</ItemGroup>
10
11
<ItemGroup>
12
- <PackageReference Include="Swashbuckle.AspNetCore" Version="7.3.0" />
+ <PackageReference Include="Swashbuckle.AspNetCore" Version="7.3.1" />
13
<PackageReference Include="StackExchange.Redis" Version="2.8.24" />
14
15
0 commit comments