paulegradie / Sailfish

Sailfish - a production friendly performance benchmark runner for .NET
https://paulgradie.com/Sailfish/
MIT License
11 stars 4 forks source link

Lower Microsoft.CodeAnalysis.Common to most common version with EF8 (4.5.0) #149

Closed paulegradie closed 2 months ago

paulegradie commented 2 months ago

Description

Some widely used persistence frameworks (EF) out there unfortuantely use Microsoft.CodeAnalysis.Common=4.5.0. Sailfish also uses this library, except it uses 4.8.0. Since Sailfish doesn't require any critical dependencies from 4.8.0, I've decided to roll this back to 4.5.0 for better backwards compatibility. This is unlikely to change going forward.

In addition: