eclipse / aCute

Eclipse aCute - C# edition in Eclipse IDE
https://projects.eclipse.org/projects/tools.acute
Eclipse Public License 2.0
80 stars 33 forks source link

Introduce dotnet core 5.x #184

Closed maikgreubel closed 3 years ago

maikgreubel commented 3 years ago

Small change to allow creating project using dotnet core 5.x

eriawan commented 3 years ago

@maikgreubel

Could you do for .NET 6.0 instead? .NET 5.0 is not an LTS release, and its support will end on February 2022.

maikgreubel commented 3 years ago

@eriawan

the code respects the version 6.x and it works well. Creating a new project using dotnet 6.0.100-preview3 is possible with the changes in this pull request.

image

image

eriawan commented 3 years ago

LGTM. Thanks!