Skip to content

Commit 83f1e1e

Browse files
authored
Drop STS .net7 for LTS .net8
1 parent 1fe01ee commit 83f1e1e

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)