Skip to content

Commit be7f925

Browse files
authored
Merge pull request #94 from kzu/net8
Drop STS .net7 for LTS .net8
2 parents 1fe01ee + 83f1e1e commit be7f925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ulid.Cli/Ulid.Cli.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<PropertyGroup>
1414
<OutputType>Exe</OutputType>
15-
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
15+
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
1616
<ToolCommandName>dotnet-ulid</ToolCommandName>
1717
<PackAsTool>true</PackAsTool>
1818
<LangVersion>7.3</LangVersion>

0 commit comments

Comments
 (0)