File tree Expand file tree Collapse file tree 5 files changed +42
-18
lines changed Expand file tree Collapse file tree 5 files changed +42
-18
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk.Web" >
1+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.1</TargetFramework >
4+ <TargetFramework >net6.0</TargetFramework >
5+ <Nullable >enable</Nullable >
6+ <ImplicitUsings >enable</ImplicitUsings >
57 </PropertyGroup >
68
79 <ItemGroup >
8- <PackageReference Include =" Microsoft.Azure.Storage.File" Version =" 11.1.4" />
9- <PackageReference Include =" Syncfusion.Blazor.WordProcessor" Version =" 18.1.0.46" />
10+ <PackageReference Include =" Syncfusion.Blazor.Themes" Version =" *" />
11+ <PackageReference Include =" Syncfusion.Blazor.WordProcessor" Version =" *" />
12+ <PackageReference Include =" Microsoft.Azure.Storage.File" Version =" *" />
13+ </ItemGroup >
14+
15+ <ItemGroup >
16+ <Folder Include =" wwwroot\Data\" />
1017 </ItemGroup >
1118
1219</Project >
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1414 <base href =" ~/" />
1515 <link rel =" stylesheet" href =" css/bootstrap/bootstrap.min.css" />
1616 <link href =" css/site.css" rel =" stylesheet" />
17- <link href =" _content/Syncfusion.Blazor/styles/material.css" rel =" stylesheet" />
17+ <link href =" _content/Syncfusion.Blazor.Themes/material.css" rel =" stylesheet" />
18+ <script src =" _content/Syncfusion.Blazor.WordProcessor/scripts/syncfusion-blazor-documenteditor.min.js" type =" text/javascript" ></script >
1819</head >
1920<body >
2021 <app >
Original file line number Diff line number Diff line change 77@using Microsoft .JSInterop
88@using MyBlazorServerApp
99@using MyBlazorServerApp .Shared
10+ @using Syncfusion .Blazor
11+ @using Syncfusion .Blazor .DocumentEditor
You can’t perform that action at this time.
0 commit comments