For .NET 11 we need to consider whether Microsoft.Data.Sqlite.Core should continue to support .NET Framework. And we should drop netstandard2.0 to avoid giving the impression that older TFMs like net8.0 are still supported. So, the final set would be one of:
net10.0
net10.0;net472
net11.0;net10.0
net11.0;net10.0;net472
For .NET 11 we need to consider whether
Microsoft.Data.Sqlite.Coreshould continue to support .NET Framework. And we should dropnetstandard2.0to avoid giving the impression that older TFMs likenet8.0are still supported. So, the final set would be one of:net10.0net10.0;net472net11.0;net10.0net11.0;net10.0;net472