Skip to content

Commit 6e837a4

Browse files
committed
修复5_0
1 parent bc302d6 commit 6e837a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotnetCampus.CommandLine/Compatibility/NET45Compatibility.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if NETCOREAPP3_0 || NETCOREAPP3_1 || NETCOREAPP5_1 || NET5_0 || NET6_0
1+
#if NETCOREAPP3_0 || NETCOREAPP3_1 || NETCOREAPP5_0 || NET5_0 || NET6_0
22
#else
33
namespace System
44
{

0 commit comments

Comments
 (0)