-
-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #321
- Loading branch information
Antoine Aflalo
committed
Feb 26, 2019
1 parent
36cbba9
commit 64bcb57
Showing
5 changed files
with
10 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
77 changes: 0 additions & 77 deletions
77
SoundSwitch/Framework/NotificationManager/Notification/NotificationToast.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Microsoft.Toolkit.Uwp.Notifications" version="5.0.0" targetFramework="net46" /> | ||
<package id="Microsoft-WindowsAPICodePack-Core" version="1.1.3.3" targetFramework="net47" /> | ||
<package id="NAudio" version="1.8.5" targetFramework="net47" /> | ||
<package id="Newtonsoft.Json" version="12.0.1" targetFramework="net47" /> | ||
<package id="Serilog" version="2.7.1" targetFramework="net47" /> | ||
<package id="Serilog" version="2.8.0" targetFramework="net47" /> | ||
<package id="Serilog.Enrichers.Environment" version="2.1.2" targetFramework="net47" /> | ||
<package id="Serilog.Enrichers.Thread" version="3.0.0" targetFramework="net47" /> | ||
<package id="Serilog.Exceptions" version="4.1.0" targetFramework="net47" /> | ||
<package id="Serilog.Exceptions" version="5.0.0" targetFramework="net47" /> | ||
<package id="Serilog.Formatting.Compact" version="1.0.0" targetFramework="net47" /> | ||
<package id="Serilog.Sinks.File" version="4.0.0" targetFramework="net47" /> | ||
</packages> |