Skip to content

Commit 7a75ba1

Browse files
committed
target dotnet 6
1 parent 8bab377 commit 7a75ba1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/XTerm.NET/XTerm.NET.csproj

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

33
<PropertyGroup>
4-
<TargetFramework>net10.0</TargetFramework>
4+
<TargetFramework>net6.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<RootNamespace>XTerm</RootNamespace>
88
</PropertyGroup>
99
<PropertyGroup>
10-
<Version>1.0.9</Version>
11-
<AssemblyVersion>1.0.9.0</AssemblyVersion>
10+
<Version>1.0.10</Version>
11+
<AssemblyVersion>1.0.10.0</AssemblyVersion>
1212
<Description>Dotnet port of xterm.js, giving you ability to host console application.</Description>
1313
<Company>Iciclecreek</Company>
1414
<Authors>Tom Laird-McConnell</Authors>

0 commit comments

Comments
 (0)