diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2023-01-13 20:21:20 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2023-01-13 20:21:20 +0100 |
| commit | 0ae5a68a9d81547bb9b741458d94b5f1b7374027 (patch) | |
| tree | 485384d892cdfe4dc6af79f3cf0abe11d2e552b1 /BlobBin/BlobBin.csproj | |
| parent | 971c00b8f5977db9422eeafa47b262c1030bd4af (diff) | |
| download | blob-bin-0ae5a68a9d81547bb9b741458d94b5f1b7374027.tar.xz blob-bin-0ae5a68a9d81547bb9b741458d94b5f1b7374027.zip | |
feat: First dev release
Diffstat (limited to 'BlobBin/BlobBin.csproj')
| -rw-r--r-- | BlobBin/BlobBin.csproj | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/BlobBin/BlobBin.csproj b/BlobBin/BlobBin.csproj deleted file mode 100644 index 263a517..0000000 --- a/BlobBin/BlobBin.csproj +++ /dev/null @@ -1,25 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk.Web"> - - <PropertyGroup> - <TargetFramework>net7.0</TargetFramework> - <Nullable>enable</Nullable> - <ImplicitUsings>enable</ImplicitUsings> - <DockerDefaultTargetOS>Linux</DockerDefaultTargetOS> - </PropertyGroup> - - <ItemGroup> - <PackageReference Include="IOL.Helpers" Version="3.1.0" /> - <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.2"> - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> - <PrivateAssets>all</PrivateAssets> - </PackageReference> - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.2" /> - </ItemGroup> - - <ItemGroup> - <Content Include="..\.dockerignore"> - <Link>.dockerignore</Link> - </Content> - </ItemGroup> - -</Project> |
