summary refs log tree commit diff
path: root/GitRepoViewer.CorsProxy/GitRepoViewer.CorsProxy.csproj
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-10 18:40:43 +0100
committerRory& <root@rory.gay>2025-12-10 18:40:43 +0100
commit2b7f6110f656fdbe3137df024da80a36b3da4156 (patch)
treecf27884c554b1a558e9571481690dec759cf6cd3 /GitRepoViewer.CorsProxy/GitRepoViewer.CorsProxy.csproj
parentInitial commit (diff)
downloadGitTools-2b7f6110f656fdbe3137df024da80a36b3da4156.tar.xz
net10
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>