Skip to content

Commit 3aec3db

Browse files
author
Konduru Keerthi Konduru Ravichandra Raju
committed
Create Word document
1 parent 8af4fdf commit 3aec3db

File tree

3 files changed

+27
-11
lines changed

3 files changed

+27
-11
lines changed

DocIOBlazor.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>net7.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Syncfusion.DocIO.Net.Core" Version="20.3.0.61" />
10+
<PackageReference Include="Syncfusion.DocIO.Net.Core" Version="*" />
1111
</ItemGroup>
1212

1313
</Project>

DocIOBlazor.csproj.user

Lines changed: 0 additions & 9 deletions
This file was deleted.

DocIOBlazor.sln

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.10.34928.147
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DocIOBlazor", "DocIOBlazor.csproj", "{E74BE653-405C-4C99-AD58-ACCB17CB48BC}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{E74BE653-405C-4C99-AD58-ACCB17CB48BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{E74BE653-405C-4C99-AD58-ACCB17CB48BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{E74BE653-405C-4C99-AD58-ACCB17CB48BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{E74BE653-405C-4C99-AD58-ACCB17CB48BC}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {16927BC0-CF12-42C6-93D4-F293D8EC12F5}
24+
EndGlobalSection
25+
EndGlobal

0 commit comments

Comments
 (0)