UNPKG

extensions.unity.bundle.efcore.sqlite

Version:

Bundle project that includes references on EntityFrameworkCore and SQLite set of packages to provide ready to go solution for Windows, MacOS, Android, iOS platforms.

50 lines 2.09 kB
{ "name": "extensions.unity.bundle.efcore.sqlite", "displayName": "EntityFrameworkCore + SQLite bundle", "author": { "name": "Ivan Murzak", "email": "ivan.d.murzak@gmail.com", "url": "https://github.com/IvanMurzak" }, "version": "0.0.9", "unity": "2019.2", "description": "Bundle project that includes references on EntityFrameworkCore and SQLite set of packages to provide ready to go solution for Windows, MacOS, Android, iOS platforms.", "keywords": [ "entityframework", "entityframeworkcore", "efcore", "sqlite", "database", "storage" ], "homepage": "https://github.com/IvanMurzak/Unity-EFCore-SQLite", "bugs": { "url": "https://github.com/IvanMurzak/Unity-EFCore-SQLite/issues" }, "dependencies": { "org.nuget.castle.core": "5.1.1", "org.nuget.microsoft.entityframeworkcore": "5.0.17", "org.nuget.microsoft.entityframeworkcore.abstractions": "5.0.17", "org.nuget.microsoft.entityframeworkcore.analyzers": "5.0.17", "org.nuget.microsoft.entityframeworkcore.relational": "5.0.17", "org.nuget.microsoft.entityframeworkcore.sqlite.core": "5.0.17", "org.nuget.sqlitepclraw.bundle_e_sqlite3": "2.1.10", "org.nuget.sqlitepclraw.provider.sqlite3": "2.1.10" }, "scopedRegistries": [ { "name": "UnityNuGet", "url": "https://unitynuget-registry.openupm.com/", "scopes": [ "org.nuget.castle.core", "org.nuget.microsoft.entityframeworkcore", "org.nuget.microsoft.entityframeworkcore.abstractions", "org.nuget.microsoft.entityframeworkcore.analyzers", "org.nuget.microsoft.entityframeworkcore.relational", "org.nuget.microsoft.entityframeworkcore.sqlite.core", "org.nuget.sqlitepclraw.bundle_e_sqlite3", "org.nuget.sqlitepclraw.provider.sqlite3" ] } ] }