We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe548d8 commit 6f96813Copy full SHA for 6f96813
CS/BlazorAppWordProcessing/BlazorAppWordProcessing.csproj
@@ -0,0 +1,22 @@
1
+<Project Sdk="Microsoft.NET.Sdk.Web">
2
+
3
+ <PropertyGroup>
4
+ <TargetFramework>net8.0</TargetFramework>
5
+ <Nullable>enable</Nullable>
6
+ <ImplicitUsings>enable</ImplicitUsings>
7
+ </PropertyGroup>
8
9
+ <ItemGroup>
10
+ <PackageReference Include="DevExpress.Blazor" Version="24.2.3" />
11
+ <PackageReference Include="DevExpress.Document.Processor" Version="24.2.3" />
12
+ <PackageReference Include="DevExpress.Drawing.Skia" Version="24.2.3" />
13
+ <PackageReference Include="MailKit" Version="4.9.0" />
14
+ </ItemGroup>
15
16
17
+ <None Update="Data\MailMerge.rtf">
18
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
19
+ </None>
20
21
22
+</Project>
0 commit comments