Browse Source

Bump to .NET 6.0

pull/31/head
Igor Velikorossov 4 years ago
committed by Igor Velikorossov
parent
commit
7002c10005
  1. 3
      Project/ICSharpCode.TextEditor.csproj

3
Project/ICSharpCode.TextEditor.csproj

@ -2,6 +2,9 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<DeterministicSourcePaths Condition="'$(EnableSourceLink)' == ''">false</DeterministicSourcePaths>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

Loading…
Cancel
Save