Skip to content

Commit aea448c

Browse files
committed
Update package.json
1 parent 23555ee commit aea448c

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Assets/_PackageRoot/package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"email": "[email protected]",
77
"url": "https://github.com/IvanMurzak"
88
},
9-
"version": "0.0.7",
9+
"version": "0.0.8",
1010
"unity": "2019.2",
1111
"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.",
1212
"keywords": [
@@ -36,7 +36,14 @@
3636
"name": "UnityNuGet",
3737
"url": "https://unitynuget-registry.openupm.com/",
3838
"scopes": [
39-
"org.nuget"
39+
"org.nuget.castle.core",
40+
"org.nuget.microsoft.entityframeworkcore",
41+
"org.nuget.microsoft.entityframeworkcore.abstractions",
42+
"org.nuget.microsoft.entityframeworkcore.analyzers",
43+
"org.nuget.microsoft.entityframeworkcore.relational",
44+
"org.nuget.microsoft.entityframeworkcore.sqlite.core",
45+
"org.nuget.sqlitepclraw.bundle_e_sqlite3",
46+
"org.nuget.sqlitepclraw.provider.sqlite3"
4047
]
4148
}
4249
]

0 commit comments

Comments
 (0)