-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathBlazor_FileManager_Word_PDF.csproj
29 lines (24 loc) · 1.18 KB
/
Blazor_FileManager_Word_PDF.csproj
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
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Data\Base\AccessPermission.cs" />
<Compile Remove="Data\Base\ErrorDetails.cs" />
<Compile Remove="Data\Base\FileDetails.cs" />
<Compile Remove="Data\Base\FileManagerDirectoryContent.cs" />
<Compile Remove="Data\Base\FileManagerParams.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Syncfusion.Blazor.FileManager" Version="20.4.0.43" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.3" />
<PackageReference Include="Syncfusion.Blazor.Navigations" Version="20.4.0.43" />
<PackageReference Include="Syncfusion.Blazor.PdfViewer" Version="20.4.0.43" />
<PackageReference Include="Syncfusion.Blazor.PdfViewerServer.Windows" Version="20.4.0.43" />
<PackageReference Include="Syncfusion.Blazor.Popups" Version="20.4.0.43" />
<PackageReference Include="Syncfusion.Blazor.Themes" Version="20.4.0.43" />
<PackageReference Include="Syncfusion.Blazor.WordProcessor" Version="20.4.0.43" />
</ItemGroup>
</Project>