Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

.NET 6 #437

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

.NET 6 #437

wants to merge 1 commit into from

Conversation

NN---
Copy link

@NN--- NN--- commented Apr 25, 2022

No description provided.

@@ -296,8 +296,8 @@ public static class MSBuildFacts
public const string PackagesSubstring = @"\packages";
public const string NetStandard20 = "netstandard2.0";
public const string NetCoreApp31 = "netcoreapp3.1";
public const string Net5 = "net5.0";
public const string Net5Windows = "net5.0-windows";
public const string Net5 = "net6.0";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know this code, but having a const named Net5 with value net6.0 looks misleading.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess time to update to .NET 8.0 now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants