antonyvorontsov / RabbitMQ.Client.Core.DependencyInjection

.Net Core library-wrapper of RabbitMQ.Client for Dependency Injection.
MIT License
111 stars 36 forks source link

Update library to NetStandard 2.2 #26

Closed mjendza closed 4 years ago

mjendza commented 4 years ago

Is there a chance to update library to net standard 2.2 ? https://github.com/AntonyVorontsov/RabbitMQ.Client.Core.DependencyInjection/blob/master/src/RabbitMQ.Client.Core.DependencyInjection/RabbitMQ.Client.Core.DependencyInjection.csproj#L4

antonyvorontsov commented 4 years ago

Hi mjendza,

As far as I know there is no such version of netstandard. The 2.1 version is the latest, and you can see it here.

The dotnet team actually has plans to come up with something new (considering that milestone). Thus, netstandard2.1 is the newest platform that can be targeted right now (taking into the account that netcoreapp3.1 can easily use netstandard2.1 libs).

Best regards, Antony

mjendza commented 4 years ago

Yes, sorry I haven't checked the versions, wanted to use you package with Asp.Net Core 2.2, swichted to 3.0 :)

THX