forked from ADefWebserver/SyncfusionHelpDesk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSyncfusionHelpDesk.csproj
22 lines (19 loc) · 1.08 KB
/
SyncfusionHelpDesk.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UserSecretsId>aspnet-SyncfusionHelpDesk-C8D20383-63D9-4119-9FB9-1F3226B28CE1</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.1.2" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.1.2" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="3.1.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="SendGrid" Version="9.13.0" />
<PackageReference Include="Syncfusion.Blazor" Version="18.1.0.42" />
<PackageReference Include="System.Text.Json" Version="4.7.1" />
</ItemGroup>
</Project>