-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWebAPI.csproj
20 lines (17 loc) · 883 Bytes
/
WebAPI.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Syncfusion.Blazor.Core" Version="20.4.0.42" />
<PackageReference Include="Syncfusion.Blazor.Gantt" Version="20.4.0.42" />
<PackageReference Include="Syncfusion.Blazor.Themes" Version="20.4.0.42" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.2.24" />
<PackageReference Include="Microsoft.AspNetCore.Cors" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
<PackageReference Include="Microsoft.NETCore" Version="5.0.0" />
<PackageReference Include="Microsoft.NETCore.App" Version="2.2.8" />
</ItemGroup>
</Project>