-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathZentitleSaaSDemo.csproj
More file actions
23 lines (19 loc) · 892 Bytes
/
Copy pathZentitleSaaSDemo.csproj
File metadata and controls
23 lines (19 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AspNetCore.HealthChecks.UI.Client" Version="6.0.5" />
<PackageReference Include="Auth0.AspNetCore.Authentication" Version="1.0.4" />
<PackageReference Include="IdentityModel" Version="6.1.0-preview.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Serilog.AspNetCore" Version="6.0.1" />
<PackageReference Include="Serilog.Formatting.Compact" Version="1.1.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="Zentitle\nswag\" />
</ItemGroup>
</Project>