Skip to content

Commit

Permalink
Add Notifo.SDK client to NSE.
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyandreichuk committed Apr 22, 2021
1 parent 10b8465 commit f25e34d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,20 @@
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="Xamarin.iOS" />
<Reference Include="Newtonsoft.Json">
<HintPath>..\..\packages\Newtonsoft.Json.12.0.3\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Notifo.SDK">
<HintPath>..\..\packages\Notifo.SDK.1.0.0-beta7\lib\netstandard2.1\Notifo.SDK.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\" />
</ItemGroup>
<ItemGroup>
<None Include="Info.plist" />
<None Include="Entitlements.plist" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Compile Include="NotificationService.cs" />
Expand Down
6 changes: 6 additions & 0 deletions sample/SampleNotificationServiceExtension/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="xamarinios10" />
<package id="Notifo.SDK" version="1.0.0-beta7" targetFramework="xamarinios10" />
<package id="System.ComponentModel.Annotations" version="5.0.0" targetFramework="xamarinios10" />
</packages>

0 comments on commit f25e34d

Please sign in to comment.