Skip to content

Commit 584e2cf

Browse files
authored
Merge pull request #1 from SyncfusionExamples/UpdatedSample
Updated sample to latest version and resolved the issue
2 parents 23ad16d + f84b598 commit 584e2cf

File tree

5 files changed

+42
-18
lines changed

5 files changed

+42
-18
lines changed

MyBlazorServerApp.csproj

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
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>

Pages/Index.razor

Lines changed: 27 additions & 13 deletions
Large diffs are not rendered by default.

Pages/_Host.cshtml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
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>

_Imports.razor

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77
@using Microsoft.JSInterop
88
@using MyBlazorServerApp
99
@using MyBlazorServerApp.Shared
10+
@using Syncfusion.Blazor
11+
@using Syncfusion.Blazor.DocumentEditor

wwwroot/Data/Getting_Started.docx

62.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)