aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/I2R.Storage.Api.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'code/api/I2R.Storage.Api.csproj')
-rw-r--r--code/api/I2R.Storage.Api.csproj14
1 files changed, 14 insertions, 0 deletions
diff --git a/code/api/I2R.Storage.Api.csproj b/code/api/I2R.Storage.Api.csproj
new file mode 100644
index 0000000..ce90fce
--- /dev/null
+++ b/code/api/I2R.Storage.Api.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.0" />
+ <PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
+ </ItemGroup>
+
+</Project>