summary refs log tree commit diff
path: root/MxApiExtensions/MxApiExtensions.csproj
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-01-24 00:03:10 +0100
committerRory& <root@rory.gay>2025-01-24 00:03:10 +0100
commitb4ef05afcfac87ae197ae69bdbae93c3ca4d46be (patch)
treefedd3d9680bb46c784d64db0d21363f2e6737f94 /MxApiExtensions/MxApiExtensions.csproj
parentUpdate to .NET 9 (diff)
downloadMxApiExtensions-master.tar.xz
LibMatrix refactor changes HEAD master
Diffstat (limited to '')
-rw-r--r--MxApiExtensions/MxApiExtensions.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/MxApiExtensions/MxApiExtensions.csproj b/MxApiExtensions/MxApiExtensions.csproj

index 7fc41ad..fdc8261 100644 --- a/MxApiExtensions/MxApiExtensions.csproj +++ b/MxApiExtensions/MxApiExtensions.csproj
@@ -10,8 +10,8 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.0" /> - <PackageReference Include="Swashbuckle.AspNetCore" Version="7.0.0" /> + <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.1" /> + <PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" /> </ItemGroup> <ItemGroup>