File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
CS/BlazorApp_WordProcessing Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22 <PropertyGroup >
3- <TargetFramework >netcoreapp3.1 </TargetFramework >
3+ <TargetFramework >net5.0 </TargetFramework >
44 </PropertyGroup >
55 <ItemGroup >
6- <PackageReference Include =" DevExpress.Blazor" Version =" 20 .1.6 " />
7- <PackageReference Include =" DevExpress.Document.Processor" Version =" 20 .1.11 " />
6+ <PackageReference Include =" DevExpress.Blazor" Version =" 21 .1.2-beta " />
7+ <PackageReference Include =" DevExpress.Document.Processor" Version =" 21 .1.2-beta " />
88 <PackageReference Include =" MailKit" Version =" 2.9.0" />
99 </ItemGroup >
1010 <ItemGroup >
Original file line number Diff line number Diff line change 11//------------------------------------------------------------------------------
2+ //<auto-generated>
23// Generated by the DevExpress.Blazor package.
34// To prevent this operation, add the DxExtendStartupHost property to the project and set this property to False.
45//
56// BlazorApp_WordProcessing.csproj:
67//
78// <Project Sdk="Microsoft.NET.Sdk.Web">
89// <PropertyGroup>
9- // <TargetFramework>netcoreapp3.1 </TargetFramework>
10+ // <TargetFramework>net5.0 </TargetFramework>
1011// <DxExtendStartupHost>False</DxExtendStartupHost>
1112// </PropertyGroup>
13+ //</auto-generated>
1214//------------------------------------------------------------------------------
1315using System ;
1416using Microsoft . Extensions . DependencyInjection ;
You can’t perform that action at this time.
0 commit comments