We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac584d3 commit 3ea74b4Copy full SHA for 3ea74b4
2 files changed
.config/dotnet-tools.json
@@ -3,7 +3,7 @@
3
"isRoot": true,
4
"tools": {
5
"swashbuckle.aspnetcore.cli": {
6
- "version": "9.0.6",
+ "version": "10.1.1",
7
"commands": [
8
"swagger"
9
]
Difficalcy/Difficalcy.csproj
@@ -6,7 +6,7 @@
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
<ItemGroup>
- <PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.6" />
+ <PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.1" />
10
<PackageReference Include="StackExchange.Redis" Version="2.10.1" />
11
12
</Project>
0 commit comments