Skip to content

Commit

Permalink
use the target framework net6.0 instead of net5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smdn committed Dec 22, 2022
1 parent c8d18fd commit 3aae232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Smdn.Text.Ondulish/Smdn.Text.Ondulish.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net5.0;netstandard2.1</TargetFrameworks>
<TargetFrameworks>net6.0;netstandard2.1</TargetFrameworks>
<LangVersion>latest</LangVersion>
<VersionPrefix>3.2</VersionPrefix>
<VersionSuffix></VersionSuffix>
Expand Down
2 changes: 1 addition & 1 deletion tests/Smdn.Text.Ondulish/Smdn.Text.Ondulish.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net5.0;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net6.0;netcoreapp3.1</TargetFrameworks>
<LangVersion>latest</LangVersion>
</PropertyGroup>

Expand Down

0 comments on commit 3aae232

Please sign in to comment.