Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

both netstandard2.0 (default) and net6.0 target frameworks are suppor… #13356

Open
wants to merge 1 commit into
base: retarget-compiler
Choose a base branch
from

Conversation

asskovalev
Copy link

  • both net6.0 and netstandard2.0 targets are supported
    builds with latest dotnet 6.0 (LTS) using dotnet build ncc-core.nproj -c Release
    support optional env variable TARGET_FRAMEWORK for passing net6.0 if need
  • added prebuilt bootstrap compiler for dotnet runtime
  • simplified .proj files using current dotnet's project file schemas
  • slightly restructured project file tree:
    .proj files moved under related directories to avoid cache conflicts at reference resolving stage
    .n files moved under src directories for better visual structure of projects

…ted; slightly restructured project file tree
@TheWitheredStriker
Copy link

(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.

@altbodhi
Copy link

altbodhi commented Jun 24, 2022 via email

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

Successfully merging this pull request may close these issues.

3 participants