pardahlman / RawRabbit

A modern .NET framework for communication over RabbitMq
MIT License
747 stars 144 forks source link

Multi Target netStandard2.0 beside net451 and netstandard1.5 #357

Closed Alegrowin closed 4 years ago

Alegrowin commented 6 years ago

Description

Added netstandard2.0 support to rawrabbit

Check List

Alegrowin commented 6 years ago

@pardahlman Do you want me to provide full support for net45 net451 net452 net46 net461 net462 net47 net471 net472 netstandard1.0 netstandard1.5 and netstandard2.0 as proposed by @thyams

houseofcat commented 6 years ago

461 and 472 gets my vote. Only those two.

Thoughts: @pardahlman?

pardahlman commented 6 years ago

The reason RawRabbit targets net451 and netstandard1_5 is because the official RabbitMQ.Client does so. I've been thinking about targeting netstandard2_0, but why target 461 and 472? 🤔