Skip to content

Commit 272ed12

Browse files
committed
fix target framework tips
1 parent 597234d commit 272ed12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DotNetCampus.CommandLine/DotNetCampus.CommandLine.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<!--
55
We add net8.0 to support collection expressions for Immutables.
66
We add net6.0 to support ArgumentNullException.ThrowIfNull().
7-
We add net5.0 to support OperatingSystem.IsWindows()/IsLinux()/IsMacOS() and nint.Parse().
8-
We add netcoreapp3.1 to support basic string methods.
7+
We add net5.0 to support OperatingSystem.IsWindows()/IsLinux()/IsMacOS().
8+
We add netcoreapp3.1 to support basic string methods and ValueTask.
99
-->
1010
<TargetFrameworks>net8.0;net6.0;net5.0;netcoreapp3.1;netstandard2.0</TargetFrameworks>
1111
<ImplicitUsings>enable</ImplicitUsings>

0 commit comments

Comments
 (0)