Created a .net Standard 2.0 class library, and then used it in a console application created by targetting .netframework 4.6.1 and dot net core 2.1. when running web application the blow exception was thrown.
Could not load file or assembly 'ChoETL.JSON.Core, Version=1.1.0.5, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
I tested same library with project reference in .net core web application and there was no error. when try with published DLL it show error in both core and framework application
Dotnet standard class library project file is
```
```
early when adding project reference is .netframework 4.6.1 it show same error, then adding following setting in property group (project file) it disappear
and is there any proper way to publish dotnet standard libary to work both .netframework 4.6.1 and dot net core 2.1
Kunjahamed PPosted Jan 17, 2020, 5:41 PM
Rajanikant HawaldarPosted Jan 17, 2020, 3:34 PM
Kunjahamed PPosted Jan 17, 2020, 2:45 PM
Rajanikant HawaldarPosted Jan 17, 2020, 11:21 AM
Kunjahamed PPosted Jan 17, 2020, 10:39 AM
Rajanikant HawaldarPosted Jan 17, 2020, 10:20 AM