diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-08-14 09:32:05 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-08-14 09:32:05 +0200 |
commit | 15d2ed6a992619b72ffd692a37e93f53ae948ab7 (patch) | |
tree | 21a1606d05818c5a34476f68afd210ff2453dc95 /LibMatrix | |
parent | Move more projects over (diff) | |
download | LibMatrix-15d2ed6a992619b72ffd692a37e93f53ae948ab7.tar.xz |
Update dependencies
Diffstat (limited to '')
-rw-r--r-- | LibMatrix.DebugDataValidationApi/LibMatrix.DebugDataValidationApi.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LibMatrix.DebugDataValidationApi/LibMatrix.DebugDataValidationApi.csproj b/LibMatrix.DebugDataValidationApi/LibMatrix.DebugDataValidationApi.csproj index 447c125..205ff68 100644 --- a/LibMatrix.DebugDataValidationApi/LibMatrix.DebugDataValidationApi.csproj +++ b/LibMatrix.DebugDataValidationApi/LibMatrix.DebugDataValidationApi.csproj @@ -8,8 +8,8 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.9" /> - <PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" /> + <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.10" /> + <PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" /> </ItemGroup> <ItemGroup> |