You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
bkoelman
changed the title
Replace netstandard1.0 with netstandard2.0 in JsonApiDotNetCore.Annotations
Target netstandard2.0 instead of 1.0 from JsonApiDotNetCore.Annotations
Dec 6, 2024
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:Although this is technically a breaking change, I don't expect this change to affect users in practice.
The text was updated successfully, but these errors were encountered: