Add support .NET Portable or .NET Standard.
See original GitHub issueCan’t add NAudio as a NuGet dependency for the following cases:
- .NET Portable (Xamarin.Forms) project:
Could not install package 'NAudio 1.8.0'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.0,Profile=Profile24', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
- .NET Standard
Package NAudio 1.8.0 is not compatible with netstandard1.4 (.NETStandard,Version=v1.4). Package NAudio 1.8.0 supports:
- net35 (.NETFramework,Version=v3.5)
- win8 (Windows,Version=v8.0)
One or more packages are incompatible with .NETStandard,Version=v1.4.
Package restore failed.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:4
- Comments:10 (7 by maintainers)
Top Results From Across the Web
NET Standard
.NET Standard is a formal specification of .NET APIs that are available on multiple .NET implementations. The motivation behind .NET Standard ...
Read more >What is .Net Standard? How it is different from .Net Core ...
Net Standard is a specification which dictates what the Base Class Libraries of different .Net platforms should implement to unify the Base Class...
Read more >Understanding the .NET ecosystem: The introduction of . ...
In this article, previously part of my new book, we look at .NET Standard, look at why it was created, and discuss its...
Read more >.NET Standard Explained: How To Share Code
Portable Class Libraries are another way of sharing code between projects. Runtimes, like .NET Core, implement .NET Standard. Specific runtime ...
Read more >Difference between .Net Core, Portable, Standard ...
Net Compact - This is a completely different .NET framework with its own unique API. It is completely incompatible with any other framework,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@markheath Is it possible to release the stable version 1.9.0 ? Or any planned date of release?
there’s a .NET Standard build in the works (look at the netstandard branch) which I’m hoping will be used for NAudio 1.9. It doesn’t support all the classes in the regular .NET framework version of NAudio, but it does allow a lot of the library to be used from .NET core or other .NET Standard 2.0 platforms