-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScalarContentDelivery.csproj
More file actions
33 lines (29 loc) · 1.2 KB
/
ScalarContentDelivery.csproj
File metadata and controls
33 lines (29 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>disable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>e9a11880-c987-44f1-ab9e-8fc2debebf18</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<Using Include="EPiServer" />
<Using Include="EPiServer.Core" />
<Using Include="EPiServer.DataAbstraction" />
<Using Include="EPiServer.DataAnnotations" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="EPiServer.CMS" Version="12.34.1" />
<PackageReference Include="EPiServer.ContentDeliveryApi.Cms" Version="3.12.4" />
<PackageReference Include="EPiServer.ContentDeliveryApi.Search" Version="3.12.4" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.0.1" />
<PackageReference Include="Scalar.AspNetCore" Version="2.11.5" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="10.0.1" />
<PackageReference Include="Wangkanai.Detection" Version="8.20.0" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\Translations\**\*" />
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\openapi\" />
</ItemGroup>
</Project>