Quantcast
Channel: OPC Labs - OPC Labs - Recent Topics - OPC Labs Online Forums
Viewing all articles
Browse latest Browse all 1794

Nuget - Loading NetStandard on Top of NetFramework - Versioning - by: bartlynn

$
0
0
When I was helping a coworker, I noticed when we loaded the default C# netFramework 4.8 template, and brought in the latest 5.71.334 OpcLabs.QuickOpc, there were a lot of Net Core nugets loaded too. It was showing over 79 updates. Many of the updates fail since the project is framework 4.8. By pulling in all of the NetCore Dlls, it adds needless bulk to the project. While some updates can go up some versions, unless its a Net Core project, many will just linger. Many of the Nugets it pulls in are deprecated (mainly for Net Core) since those will be included in Net Core 8 , for example.

With the release of 5.72, will this be cleaned up? Seems like the nuget could be configured to separate the frameworks better.

Viewing all articles
Browse latest Browse all 1794

Trending Articles