both netstandard2.0 (default) and net6.0 target frameworks are suppor…#13356
Open
asskovalev wants to merge 1 commit intorsdn:retarget-compilerfrom
Open
both netstandard2.0 (default) and net6.0 target frameworks are suppor…#13356asskovalev wants to merge 1 commit intorsdn:retarget-compilerfrom
asskovalev wants to merge 1 commit intorsdn:retarget-compilerfrom
Conversation
…ted; slightly restructured project file tree
|
(Not a Nemerle maintainer) Hello, please excuse me if this is the wrong place to ask, in which case I genuinely apologize. But is this, or does this PR allow, a port of Nemerle to modern .NET versions? Does it work on .NET 6 (and hence .NET Core) now? If so, that'd be great news! Sorry again if this is the wrong place to ask. |
|
Yes, it is work, but it is not official maintainer work. Please go to
telegram group nemerle for details. Soon planning pull request for support
net5 .
25 июн. 2022 г. 2:13 пользователь "TheWitheredStriker" <
***@***.***> написал:
(Not a Nemerle maintainer) Hello, please excuse me if this is the wrong
place to ask, in which case I genuinely apologize. But is this, or does
this PR allow, a port of Nemerle to modern .NET versions? Does it work on
.NET 6 (and hence .NET Core) now? If so, that'd be great news! Sorry again
if this is the wrong place to ask.
—
Reply to this email directly, view it on GitHub
<#13356 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFZYZQNA3WN5FGM6NJSDLC3VQYCGXANCNFSM5VQ6AHHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
net6.0andnetstandard2.0targets are supportedbuilds with latest dotnet 6.0 (LTS) using
dotnet build ncc-core.nproj -c Releasesupport optional env variable
TARGET_FRAMEWORKfor passingnet6.0if need.proj files moved under related directories to avoid cache conflicts at reference resolving stage
.n files moved under
srcdirectories for better visual structure of projects