File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
sample/SampleNotificationServiceExtension Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 91
91
<Reference Include =" System.Xml" />
92
92
<Reference Include =" System.Core" />
93
93
<Reference Include =" Xamarin.iOS" />
94
+ <Reference Include =" Newtonsoft.Json" >
95
+ <HintPath >..\..\packages\Newtonsoft.Json.12.0.3\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath >
96
+ </Reference >
97
+ <Reference Include =" Notifo.SDK" >
98
+ <HintPath >..\..\packages\Notifo.SDK.1.0.0-beta7\lib\netstandard2.1\Notifo.SDK.dll</HintPath >
99
+ </Reference >
94
100
</ItemGroup >
95
101
<ItemGroup >
96
102
<Folder Include =" Resources\" />
97
103
</ItemGroup >
98
104
<ItemGroup >
99
105
<None Include =" Info.plist" />
100
106
<None Include =" Entitlements.plist" />
107
+ <None Include =" packages.config" />
101
108
</ItemGroup >
102
109
<ItemGroup >
103
110
<Compile Include =" NotificationService.cs" />
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <packages >
3
+ <package id =" Newtonsoft.Json" version =" 12.0.3" targetFramework =" xamarinios10" />
4
+ <package id =" Notifo.SDK" version =" 1.0.0-beta7" targetFramework =" xamarinios10" />
5
+ <package id =" System.ComponentModel.Annotations" version =" 5.0.0" targetFramework =" xamarinios10" />
6
+ </packages >
You can’t perform that action at this time.
0 commit comments