Luís Brás
Luís Brás
> Try updating netframework to latest netframework or dotnet8 so you can use netstandard2.0 at least. I tried updating my sample project to .NET Framework 4.8 and had no issues,...
I do expect it to work because SkiaSharp claims it provides bindings for .NET Standard 1.3: [](https://github.com/mono/SkiaSharp) [](https://www.nuget.org/packages/SkiaSharp) If this is no longer true, then the above statements should be...
I get this as well. It has been around for a while #2223. Using VS2019 16.11.35.
> I Ran into this issue as well in `v13.15.10.0` Same here, consuming an API using Swashbuckle as spec generator. @vincenzolauretta fix worked for us. Thanks! But yeah, this doesn't...
I just went through the same issue. I tried to deploy a zip file with some files that needed to be updated, without -Clean, but instead it deleted all other...