File tree Expand file tree Collapse file tree
ICSharpCode.AvalonEdit.Sample
ICSharpCode.AvalonEdit.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
22 <PropertyGroup >
33 <OutputType >WinExe</OutputType >
4- <TargetFrameworks >net6.0-windows;net7 .0-windows;net472</TargetFrameworks >
4+ <TargetFrameworks >net6.0-windows;net8 .0-windows;net472</TargetFrameworks >
55 <UseWPF >true</UseWPF >
66 <UseWindowsForms >true</UseWindowsForms >
77 <DefineConstants >TRACE</DefineConstants >
1717 <PropertyGroup Condition =" '$(TargetFramework)' == 'net6.0-windows' " >
1818 <DefineConstants >TRACE</DefineConstants >
1919 </PropertyGroup >
20- <PropertyGroup Condition =" '$(TargetFramework)' == 'net7 .0-windows' " >
20+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net8 .0-windows' " >
2121 <DefineConstants >TRACE</DefineConstants >
2222 </PropertyGroup >
2323 <PropertyGroup Condition =" '$(TargetFramework)' == 'net472' " >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
22 <PropertyGroup >
33 <OutputType >Library</OutputType >
4- <TargetFrameworks >net6.0-windows;net7 .0-windows;net462</TargetFrameworks >
4+ <TargetFrameworks >net6.0-windows;net8 .0-windows;net462</TargetFrameworks >
55 <UseWPF >true</UseWPF >
66 <UseWindowsForms >true</UseWindowsForms >
77 <DefineConstants >TRACE</DefineConstants >
1616 <PropertyGroup Condition =" '$(TargetFramework)' == 'net6.0-windows' " >
1717 <DefineConstants >TRACE</DefineConstants >
1818 </PropertyGroup >
19- <PropertyGroup Condition =" '$(TargetFramework)' == 'net7 .0-windows' " >
19+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net8 .0-windows' " >
2020 <DefineConstants >TRACE</DefineConstants >
2121 </PropertyGroup >
2222 <PropertyGroup Condition =" '$(TargetFramework)' == 'net462' " >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
22 <PropertyGroup >
33 <OutputType >Library</OutputType >
4- <TargetFrameworks >net6.0-windows;net7 .0-windows;net462</TargetFrameworks >
4+ <TargetFrameworks >net6.0-windows;net8 .0-windows;net462</TargetFrameworks >
55 <UseWPF >true</UseWPF >
66 <UseWindowsForms >true</UseWindowsForms >
77 <DefineConstants >TRACE</DefineConstants >
4343 <PropertyGroup Condition =" '$(TargetFramework)' == 'net6.0-windows' " >
4444 <DefineConstants >TRACE</DefineConstants >
4545 </PropertyGroup >
46- <PropertyGroup Condition =" '$(TargetFramework)' == 'net7 .0-windows' " >
46+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net8 .0-windows' " >
4747 <DefineConstants >TRACE</DefineConstants >
4848 </PropertyGroup >
4949 <PropertyGroup Condition =" '$(TargetFramework)' == 'net462' " >
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 7 .0.100" ,
3+ "version" : " 8 .0.100" ,
44 "rollForward" : " major" ,
55 "allowPrerelease" : true
66 }
You can’t perform that action at this time.
0 commit comments