assembly 'netstandard Version=2.0.0.0
See original GitHub issue- Abp package version :3.0.0.
- Net Framework :4.6.0.
Dears,
What happens is after download and reinstall the package(s) I got this error
Severity Code Description Project File Line Suppression State Error CS0012 The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. QStart.Core E:\Practice\QStart\3.0.0\src\QStart.Core\Authorization\LoginManager.cs 20 Active
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
You must add a reference to assembly 'netstandard ...
Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, ...
Read more >'Could not load file or assembly 'netstandard, Version=2.0. ...
Hi Guys, I am having issue creating a extension package, I tried all the workaround suggested, but had no luck, I added NETStandard.Library....
Read more >the type is defined in an assembly that is not referenced error
This error message appears when a class or type that you are trying to use in your code is not properly referenced in...
Read more >Troubleshoot .NET Framework targeting errors
To resolve the error, make sure that your application targets a .NET version that's compatible with the version that's targeted by the projects ......
Read more >MSB3277: Found conflicts between different versions of ' ...
This error occurs during a build when more than one version of the same dependent assembly is referenced in a build of the...
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
I suppose it’s working now.
ABP v3.0.0 is based on .NET Standard 2.0.