Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit e8f09ac

Browse files
authored
Added missing work runtime seed packages
1 parent 3e46e3c commit e8f09ac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nuget.cake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@ var seedPackages = new [] {
111111
"Xamarin.Android.Arch.Lifecycle.LiveData.Core",
112112
"Xamarin.Android.Arch.Lifecycle.Runtime",
113113
"Xamarin.Android.Arch.Lifecycle.ViewModel",
114+
"Xamarin.Android.Arch.Persistence.Db",
115+
"Xamarin.Android.Arch.Persistence.Db.Framework",
116+
"Xamarin.Android.Arch.Persistence.Room.Common",
117+
"Xamarin.Android.Arch.Persistence.Room.Runtime",
118+
"Xamarin.Android.Arch.Work.Runtime",
114119
"Xamarin.Android.Support.Animated.Vector.Drawable",
115120
"Xamarin.Android.Support.Annotations",
116121
"Xamarin.Android.Support.AsyncLayoutInflater",

0 commit comments

Comments
 (0)