Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft.Data.Sqlite 2.0 to target .NET Standard 2.0 #247

Open
divega opened this issue May 26, 2017 · 0 comments
Open

Microsoft.Data.Sqlite 2.0 to target .NET Standard 2.0 #247

divega opened this issue May 26, 2017 · 0 comments

Comments

@divega
Copy link

divega commented May 26, 2017

(Posting specifically about Microsoft.Data.Sqlite for visibility. This followed the same decision process as #246, so excuse the repetition.)

We have the intention to make Microsoft.Data.Sqlite 2.0 target .NET Standard 2.0 only. This means you will be able to use it on:

  • .NET Framework 4.6.1 and up
  • .NET Core 2.x
  • Mono 5.x

There will be a period of time during which other .NET platforms will need to catch up to .NET Standard 2.0, e.g. an UWP version with support for .NET Standard 2.0 will arrive later this year, as announced at Build.

Microsoft.Data.Sqlite 1.x versions target .NET Framework 4.5.1 and .NET Standard 1.2 and can still be used in older platforms. The documentation on .NET Standard contains a full matrix of .NET platform support.

The change is already in the code and happened in two stages:

Why do we want to do this?

Because

  • it simplifies our compatibility story for the long term,
  • improves the maintainability of our codebase,
  • reduces the size of the our packages
  • and prevents Microsoft.Data.Sqlite from falsely appearing to be compatible with platforms on which we are not doing any testing.

Please post any questions, feedback or concerns on the following discussion thread:
aspnet/Microsoft.Data.Sqlite#373

@aspnet aspnet locked and limited conversation to collaborators May 26, 2017
@divega divega changed the title Microsoft.Data.Sqlite to target .NET Standard 2.0 Microsoft.Data.Sqlite 2.0 to target .NET Standard 2.0 May 26, 2017
@danroth27 danroth27 modified the milestone: 2.0.0-preview2 Jun 2, 2017
@danroth27 danroth27 added the 2.0.0 label Aug 3, 2017
@danroth27 danroth27 added 2.0.0 and removed 2.0.0 labels Aug 3, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants