summary refs log tree commit diff
path: root/GitRepoViewer.CorsProxy/GitRepoViewer.CorsProxy.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'GitRepoViewer.CorsProxy/GitRepoViewer.CorsProxy.csproj')
-rw-r--r--GitRepoViewer.CorsProxy/GitRepoViewer.CorsProxy.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/GitRepoViewer.CorsProxy/GitRepoViewer.CorsProxy.csproj b/GitRepoViewer.CorsProxy/GitRepoViewer.CorsProxy.csproj

index 460f7d2..0391d31 100644 --- a/GitRepoViewer.CorsProxy/GitRepoViewer.CorsProxy.csproj +++ b/GitRepoViewer.CorsProxy/GitRepoViewer.CorsProxy.csproj
@@ -1,14 +1,14 @@ <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> - <TargetFramework>net7.0</TargetFramework> + <TargetFramework>net10.0</TargetFramework> <Nullable>enable</Nullable> <ImplicitUsings>enable</ImplicitUsings> </PropertyGroup> <ItemGroup> - <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.5" /> - <PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" /> + <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.1" /> + <PackageReference Include="Swashbuckle.AspNetCore" Version="10.0.1" /> </ItemGroup> </Project>