Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

.NET Core 3.0 can be selected in New Project dialog when not supported #7051

@mrward

Description

@mrward

Visual Studio for Mac 7.8 and earlier versions have this problem. VS Mac 8.0 supports .NET Core 3.0 SDK.

The New Project dialog should not show 3.0 as a target framework when creating a new .NET Core project. Currently when 3.0 is selected and the Create button is clicked nothing happens - no project is created since the IDE cannot find the 3.0 project templates since they are not registered.

Currently this check is incorrect for 3.0 - https://github.com/mono/monodevelop/blob/release-7.8/main/src/addins/MonoDevelop.DotNetCore/MonoDevelop.DotNetCore/DotNetCoreProjectSupportedTargetFrameworks.cs#L93

VS bug #786083

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions