- Revenera Community
- :
- FlexNet Embedded
- :
- FlexNet Embedded Forum
- :
- FlexNet Embedded .NET Core XT platform (2020.12) Evaluation Only supports .Net core v1.0 or .Net cor...
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
FlexNet Embedded .NET Core XT platform (2020.12) Evaluation Only supports .Net core v1.0 or .Net core version 2.0
Hi,
I am currently evaluating the FlexNet Embedded .NET Core XT platform (2020.12) Evaluation and from the samples found that it is using the "Flexera.FlxLicensingClient.core.2020.12.0.nupkg" nuget package.
After adding the above nuget package in .Net Core 3.1 and .Net Standard .2.0 project it is showing below error
Severity Code Description Project File Line Suppression State
Error NU1202 Package Flexera.FlxLicensingClient.core 2020.12.0 is not compatible with netstandard2.0 (.NETStandard,Version=v2.0). Package Flexera.FlxLicensingClient.core 2020.12.0 supports:
- netcoreapp1.1 (.NETCoreApp,Version=v1.1)
- netcoreapp2.0 (.NETCoreApp,Version=v2.0)
Can you please let us know which library should we use for .Net Core 3.1 and .Net Standard 2.0 projects?
Updates:
I tried with .Net Core 3.1 project and nuget package is working but the question remains for the .Net Standard 2.0 project support.