Skip to content

Why do we need to complile Reqnroll to multiple platform targets and not only .NET Standard 2.0? #31

Closed Answered by SabotageAndi
gasparnagy asked this question in Contributor Q&A
Discussion options

You must be logged in to vote

Two reasons:

  1. NuGet.org
    NuGet.org displays the direct supported .NET Frameworks and gets this information out of the files in the package.

We didn't wanted to put .NET Standard 2.0 Assemblies in the net462 folder.

  1. Package References:

Because of assembly loading issues and I think newer packages dropped .NET Framework support, we needed different References and PackageReferences for .NET Framework and .NET Standard.

Replies: 7 comments 13 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by gasparnagy
Comment options

You must be logged in to vote
8 replies
@SabotageAndi
Comment options

@SabotageAndi
Comment options

@gasparnagy
Comment options

gasparnagy Feb 16, 2024
Maintainer Author

@SabotageAndi
Comment options

@gasparnagy
Comment options

gasparnagy Feb 17, 2024
Maintainer Author

Comment options

You must be logged in to vote
5 replies
@gasparnagy
Comment options

gasparnagy Feb 23, 2024
Maintainer Author

@SabotageAndi
Comment options

@ajeckmans
Comment options

@DomZZ
Comment options

@gasparnagy
Comment options

gasparnagy Feb 26, 2024
Maintainer Author

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
6 participants