-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAzPC.Shared.csproj
More file actions
25 lines (22 loc) · 1.1 KB
/
AzPC.Shared.csproj
File metadata and controls
25 lines (22 loc) · 1.1 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Ddth.Utilities" Version="0.2.1" />
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="9.0.14" />
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="9.0.14">
<TreatAsUsed>true</TreatAsUsed>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.13" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.13" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="9.0.14" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.13" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.16.0">
<TreatAsUsed>true</TreatAsUsed>
</PackageReference>
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.16.0" />
</ItemGroup>
</Project>