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.csproj14
1 files changed, 14 insertions, 0 deletions
diff --git a/GitRepoViewer.CorsProxy/GitRepoViewer.CorsProxy.csproj b/GitRepoViewer.CorsProxy/GitRepoViewer.CorsProxy.csproj
new file mode 100644
index 0000000..460f7d2
--- /dev/null
+++ b/GitRepoViewer.CorsProxy/GitRepoViewer.CorsProxy.csproj
@@ -0,0 +1,14 @@
+<Project Sdk="Microsoft.NET.Sdk.Web">
+
+    <PropertyGroup>
+        <TargetFramework>net7.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" />
+    </ItemGroup>
+
+</Project>