diff options
Diffstat (limited to 'src/server/IOL.BookmarkThing.Server.csproj')
| -rw-r--r-- | src/server/IOL.BookmarkThing.Server.csproj | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/server/IOL.BookmarkThing.Server.csproj b/src/server/IOL.BookmarkThing.Server.csproj new file mode 100644 index 0000000..e68b37e --- /dev/null +++ b/src/server/IOL.BookmarkThing.Server.csproj @@ -0,0 +1,38 @@ +<Project Sdk="Microsoft.NET.Sdk.Web"> + + <PropertyGroup> + <TargetFramework>net6.0</TargetFramework> + <UserSecretsId>29e502ec-7a83-4028-bc69-3cfcdb827037</UserSecretsId> + <ImplicitUsings>true</ImplicitUsings> + <Nullable>disable</Nullable> + <NoWarn>CS1591</NoWarn> + </PropertyGroup> + + <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> + <DocumentationFile>bin\Debug\net6.0\IOL.BookmarkThing.Server.xml</DocumentationFile> + </PropertyGroup> + + <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> + <DocumentationFile>bin\Release\net6.0\IOL.BookmarkThing.Server.xml</DocumentationFile> + </PropertyGroup> + + <ItemGroup> + <PackageReference Include="EFCore.NamingConventions" Version="6.0.0" /> + <PackageReference Include="HtmlAgilityPack" Version="1.11.40" /> + <PackageReference Include="IOL.Helpers" Version="1.2.0" /> + <PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="5.0.0" /> + <PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer" Version="5.0.0" /> + <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.1"> + <PrivateAssets>all</PrivateAssets> + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> + </PackageReference> + <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.2" /> + <PackageReference Include="Serilog.AspNetCore" Version="4.1.0" /> + <PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" /> + <PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.2.3" /> + </ItemGroup> + + <ItemGroup> + <Folder Include="AppData\data-protection-keys" /> + </ItemGroup> +</Project> |
