ServiceStack v8.9!

image

We’re happy to announce ServiceStack v8.9 - a major release packed with lots of new features and improvements across the board. Unfortunately these release notes ended up being pretty long, so feel free to use the Table of Contents below to jump to the features you’re interested in:

Checkout ServiceStack v8.9 Release Notes for details.

Github action this morning I’m getting

Swashbuckle.AspNetCore from 8.1.4 to 8.1.3. Reference the package directly from the project to select a different version.

And when trying to upgrade the projects to 8.9
I’m getting

The only ServiceStack NuGet package which references Swashbuckle.AspNetCore is ServiceStack.AspNetCore.OpenApi and that references the latest 8.1.4, you must have something else referencing 8.1.3.

Make sure all your ServiceStack NuGet packages reference the same version, e.g. 8.9.0 or always use 8.* so it always uses the latest version, e.g:

BTW why are you referencing ServiceStack.Azure.Core instead of ServiceStack.Azure?

The *.Core packages were meant for running ASP.NET Core Apps on the .NET Framework, there shouldn’t be a reason to use them now.

Thanks for spotting that, it was code that was ported over from an earlier SS project.

All sorted now, had a rouge package referenced like you mentioned.

Thanks

1 Like