Skip to content

Commit

Permalink
Update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Windos committed Dec 23, 2020
1 parent 04462ec commit b983f3e
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion BurntToast/BurntToast.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ if ($WinMajorVersion -ge 10) {
$Library = @( Get-ChildItem -Path $PSScriptRoot\lib\Microsoft.Toolkit.Uwp.Notifications\*.dll -Recurse -ErrorAction SilentlyContinue )

if ($IsWindows) {
$Library += @( Get-ChildItem -Path $PSScriptRoot\lib\Microsoft.Windows.CsWinRT\*.dll -Recurse -ErrorAction SilentlyContinue )
$Library += @( Get-ChildItem -Path $PSScriptRoot\lib\Microsoft.Windows.SDK.NET\*.dll -Recurse -ErrorAction SilentlyContinue )
}

Expand Down
1 change: 0 additions & 1 deletion BurntToast/lib/Microsoft.Windows.CsWinRT/README.md

This file was deleted.

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion BurntToast/lib/Microsoft.Windows.SDK.NET/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Microsoft.Windows.SDK.NET.10.0.18362.3-preview\lib\netcoreapp5.0
Microsoft.Windows.SDK.NET.Ref.10.0.19041.12\lib
Binary file not shown.

0 comments on commit b983f3e

Please sign in to comment.