Switch to NuGet packages

This commit is contained in:
2023-04-07 18:41:18 -04:00
parent 6514f23329
commit eac0313f23
26 changed files with 156 additions and 516 deletions

View File

@@ -1,8 +1,8 @@
<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:my="clr-namespace:FeedCenter.Properties"
xmlns:linkControl="clr-namespace:CKaczor.Wpf.Controls;assembly=Wpf.Controls.Link"
xmlns:controlBox="clr-namespace:CKaczor.Wpf.Windows;assembly=Wpf.Windows.ControlBox"
xmlns:linkControl="clr-namespace:ChrisKaczor.Wpf.Controls;assembly=Wpf.Controls.Link"
xmlns:controlBox="clr-namespace:ChrisKaczor.Wpf.Windows;assembly=Wpf.Windows.ControlBox"
x:Class="FeedCenter.FeedErrorWindow"
Title="{x:Static my:Resources.FeedErrorWindow}"
Height="300"