summaryrefslogtreecommitdiffstats
path: root/BlobBin/BlobBin.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'BlobBin/BlobBin.csproj')
-rw-r--r--BlobBin/BlobBin.csproj21
1 files changed, 21 insertions, 0 deletions
diff --git a/BlobBin/BlobBin.csproj b/BlobBin/BlobBin.csproj
new file mode 100644
index 0000000..cd8d47d
--- /dev/null
+++ b/BlobBin/BlobBin.csproj
@@ -0,0 +1,21 @@
+<Project Sdk="Microsoft.NET.Sdk.Web">
+
+ <PropertyGroup>
+ <TargetFramework>net7.0</TargetFramework>
+ <Nullable>enable</Nullable>
+ <ImplicitUsings>enable</ImplicitUsings>
+ <DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.0" />
+ <PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <Content Include="..\.dockerignore">
+ <Link>.dockerignore</Link>
+ </Content>
+ </ItemGroup>
+
+</Project>