Coder Social home page Coder Social logo

Multi-targeting fork about mono.nat HOT 2 OPEN

JeremyAnsel avatar JeremyAnsel commented on July 17, 2024
Multi-targeting fork

from mono.nat.

Comments (2)

alanmcgovern avatar alanmcgovern commented on July 17, 2024

Why not just submit a PR which adds the additional frameworks?

Resubmitting the same code to nuget under multiple different packages is more confusing for everyone :)

I'd be happy to accept PRs and release a new version of you'd like! Also, are there any features from newer frameworks which you want to use? If not, what's the benefit you're hoping to get from targeting the additional frameworks?

from mono.nat.

alanmcgovern avatar alanmcgovern commented on July 17, 2024

I saw you configured the csproj to use langvesrion 11 even though you're targeting netstandard 2.0. This can produce binaries that don't load under frameworks older than .NET Core 3.0 (i.e. the desktop 4.7.2 / 4.8 framework).

https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/language-versioning

C# 12 is supported only on .NET 8 and newer versions. C# 11 is supported only on .NET 7 and newer versions. C# 10 is supported only on .NET 6 and newer versions.

Technically C# 8 is not fully supported under netstandard 2.0, but as long as you don't use default interface implementations then everything else Just Works.

from mono.nat.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.