Added new solution and project files for .NET standard#42
Added new solution and project files for .NET standard#42andywcoder wants to merge 4 commits intoandrewkirillov:masterfrom
Conversation
|
I suggest to put the content of For the rest, good that you're doing this! @andrewkirillov please note that somebody else already put a netstandard copy of your library on NuGet which doesn't work properly, I would like it more to have an official one :) |
|
I'm glad you like it. I left the AssemblyInfo.cs files in there on purpose, so that it's still possible to build the original solution and project files (since they need the AssemblyInfo.cs files). |
|
In that case you can also use the |
|
@Andy9FromSpace I just saw that @andrewkirillov wrote on the forum:
source: http://www.aforgenet.com/forum/viewtopic.php?f=2&t=4476 I'm afraid that it means that the chances that your PR will be accepted are small :( @andrewkirillov could you please review this PR and update the nuget packages? |
The existing solution and project files have been left untouched. The new SDK style project files only target .NET standard 2.0. They could also target .NET 2.0, but I didn't want to mess around with that version.
I added .NET standard support only for the projects that supported that without any code changes.
The binaries are still stored in the release folder (in a sub-folder), so it would be quite easy to create nuget packages that target .NET 2.0 and .NET standard 2.0 at the same time.