How to support netcoreapp3.1 ? #1883
-
Expected Behavior / New FeatureThe documentation here, and on readthedocs, claims that netcoreapp3.1 and netcoreapp1 is supported. However, adding Ocelot to projects using these frameworks fails. info : Installed Ocelot 17.0.0 from https://api.nuget.org/v3/index.json with content hash z6U2Vwn+M5ghzh2LdhTJApjhW/c1yeWTVlNPknWVome7X8Z+7B0DWHkX7l0+7ZVYnGPH0iHmgPPZJKCzF0xECg==.
error: NU1202: Package Ocelot 17.0.0 is not compatible with netcoreapp3.1 (.NETCoreApp,Version=v3.1). Package Ocelot 17.0.0 supports: net5.0 (.NETCoreApp,Version=v5.0)
error: Package 'ocelot' is incompatible with 'all' frameworks in project '/Users/chrisb/Projects/demo/ocelot-test.csproj'. Steps to Reproduce the Problem
Specifications
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I have the same issue. I found the ocelot only support the ".NETCoreAPI,version=V5.0" or later from the "V16.0.2".
|
Beta Was this translation helpful? Give feedback.
-
Hi Chris! |
Beta Was this translation helpful? Give feedback.
I have the same issue.
I found the ocelot only support the ".NETCoreAPI,version=V5.0" or later from the "V16.0.2".
So I install it with the "16.0.1", and it's success.
Install-Package Ocelot -Version 16.0.1