rebus-org / Rebus.PostgreSql

:bus: PostgreSQL persistence for Rebus
https://mookid.dk/category/rebus
Other
17 stars 19 forks source link

add support for .NET 5 #20

Closed mastersign closed 3 years ago

mastersign commented 3 years ago

Rebus is MIT-licensed. The code submitted in this pull request needs to carry the MIT license too. By leaving this text in, I hereby acknowledge that the code submitted in the pull request has the MIT license and can be merged with the Rebus codebase.

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

mastersign commented 3 years ago

It looks to me in the test log of appveyor, that the tests are only run against .NET Framework 4. If I run dotnet test locally (with the .NET 5.0 SDK CLI) it picks up on all three TFMs of the test project .NET Framework 4, .NET Core 3.1 and .NET 5.0 and all tests succeeded. But in appveyor the autmatically generated test command seems to run only the first TFM.

mookid8000 commented 3 years ago

Excellent, thanks! 🙂 it's out as Rebus.PostgreSql 7.2.0 on NuGet.org in a few minutes