Skip to content

Commit 87c38e1

Browse files
setting .net 9 for core solutions
1 parent ff673c2 commit 87c38e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Src/SamplesByPlatforms/Xceed.Console.Words.Sample/Xceed.Console.Words.Sample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
5+
<TargetFramework>net9.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>

Src/SamplesByPlatforms/Xceed.Wpf.Words.Sample/Xceed.Wpf.Words.Sample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFrameworks>net8.0-windows;net9.0-windows;net48</TargetFrameworks>
5+
<TargetFramework>net9.0-windows</TargetFramework>
66
<AssemblyTitle>Xceed.Wpf.Words.Sample</AssemblyTitle>
77
<AssemblyCompany>Logiciels Xceed</AssemblyCompany>
88
<AssemblyProduct>Xceed.Wpf.Words.Sample</AssemblyProduct>

0 commit comments

Comments
 (0)