diff options
Diffstat (limited to 'MxApiExtensions/MxApiExtensions.csproj')
-rw-r--r-- | MxApiExtensions/MxApiExtensions.csproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MxApiExtensions/MxApiExtensions.csproj b/MxApiExtensions/MxApiExtensions.csproj index a7c1d40..7fc41ad 100644 --- a/MxApiExtensions/MxApiExtensions.csproj +++ b/MxApiExtensions/MxApiExtensions.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> - <TargetFramework>net8.0</TargetFramework> + <TargetFramework>net9.0</TargetFramework> <Nullable>enable</Nullable> <ImplicitUsings>enable</ImplicitUsings> <InvariantGlobalization>true</InvariantGlobalization> @@ -10,8 +10,8 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.6" /> - <PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" /> + <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.0" /> + <PackageReference Include="Swashbuckle.AspNetCore" Version="7.0.0" /> </ItemGroup> <ItemGroup> |