essai de la notification GCM

This commit is contained in:
Paul Schneider 2016-07-27 10:42:43 +02:00
commit 8e96622fba
3 changed files with 43 additions and 21 deletions

9
sendmsg/NuGet.Config Executable file
View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>