-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
bugSomething isn't workingSomething isn't working
Description
How can I produce runtime packages compatible with .NET Framework?
I tried to change the framework identified netcoreapp3.1 to netstandard2.0 or net461 but I failed to produce working examples.
The reason why I fail to run the examples is that there are no native DLLs copied to the binary space for the example project:
Analysis of the differences:
- Working with netcoreapp3.1: The folder \dotnet\examples\Example\bin\Debug\netcoreapp3.1 contains a subfolder runtimes\win-x64\native with the native DLLs.
- Not Working with standard2.0: The folder \dotnet\examples\Example\bin\Debug\netstandard2.0 contains no native DLLS and neither a subfolder runtimes subfolder
The nuspec files for the wrapper and native package are the same except for the targetFramework identifier.
Are runtime packages restricted to .NET core and .NET 5.0+ ?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working