Skip to content

Commit 4a46ad2

Browse files
committed
feat!: .net9
1 parent 1cb6d9c commit 4a46ad2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33

44
<PropertyGroup>
5-
<TargetFramework>net8.0-windows</TargetFramework>
5+
<TargetFramework>net9.0-windows</TargetFramework>
66
<UseWindowsForms>true</UseWindowsForms>
77
<DeterministicSourcePaths Condition="'$(EnableSourceLink)' == ''">false</DeterministicSourcePaths>
88
</PropertyGroup>

ICSharpCode.TextEditor.Sample/ICSharpCode.TextEditor.Sample.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFramework>net8.0-windows</TargetFramework>
5+
<TargetFramework>net9.0-windows</TargetFramework>
66
<UseWindowsForms>true</UseWindowsForms>
77
</PropertyGroup>
88

Project/ICSharpCode.TextEditor.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFramework>net8.0-windows</TargetFramework>
5+
<TargetFramework>net9.0-windows</TargetFramework>
66
<UseWindowsForms>true</UseWindowsForms>
77
<DeterministicSourcePaths Condition="'$(EnableSourceLink)' == ''">false</DeterministicSourcePaths>
88
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>

Test/ICSharpCode.TextEditor.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Library</OutputType>
55
<OutputPath>..\..\..\..\bin\UnitTests</OutputPath>
6-
<TargetFramework>net8.0-windows</TargetFramework>
6+
<TargetFramework>net9.0-windows</TargetFramework>
77
<UseWindowsForms>true</UseWindowsForms>
88
</PropertyGroup>
99

0 commit comments

Comments
 (0)