Browse Source
Merge pull request #436 from SciSharp/dependabot/nuget/Microsoft.AspNetCore.OpenApi-8.0.1
build(deps): bump Microsoft.AspNetCore.OpenApi from 8.0.0 to 8.0.1
tags/v0.10.0
Martin Evans
GitHub
2 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
LLama.WebAPI/LLama.WebAPI.csproj
|
|
|
@@ -9,7 +9,7 @@ |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Validation" Version="17.8.8" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.0" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.1" /> |
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|