Skip to content

Commit

Permalink
Merge pull request #17 from danipen/use-net6.0
Browse files Browse the repository at this point in the history
Use net6.0
  • Loading branch information
danipen authored May 12, 2022
2 parents 6669976 + 36c1e3d commit 1f99496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/TextMateSharp.Demo/TextMateSharp.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>False</IsPackable>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/TextMateSharp.Tests/TextMateSharp.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>False</IsPackable>
</PropertyGroup>

Expand Down

0 comments on commit 1f99496

Please sign in to comment.