JsonApiDotNetCore icon indicating copy to clipboard operation
JsonApiDotNetCore copied to clipboard

Target netstandard2.0 instead of 1.0 from JsonApiDotNetCore.Annotations

Open bkoelman opened this issue 1 year ago • 1 comments

See the recommendation at https://github.com/dotnet/designs/blob/main/accepted/2024/net-standard-recommendation.md.

Building for netstandard1.0 using the .NET 9 SDK produces the following warning:

warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details.

Although this is technically a breaking change, I don't expect this change to affect users in practice.

bkoelman avatar Jul 12 '24 13:07 bkoelman

This warning is currently suppressed at: https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/0c79d355946bc1f4099d684c40ef55603af55d08/Directory.Build.props#L14

bkoelman avatar Nov 26 '24 16:11 bkoelman