Skip to content

Commit

Permalink
Update FilterDataGrid
Browse files Browse the repository at this point in the history
  • Loading branch information
Kruemelino committed Apr 25, 2024
1 parent a80a00a commit 20c3db3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions FBoxDial/FritzBoxDial.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@
<Reference Include="ColorPicker, Version=3.4.1.0, Culture=neutral, PublicKeyToken=1c61eec504ce2276, processorArchitecture=MSIL">
<HintPath>..\packages\PixiEditor.ColorPicker.3.4.1\lib\net451\ColorPicker.dll</HintPath>
</Reference>
<Reference Include="FilterDataGrid, Version=1.2.7.0, Culture=neutral, PublicKeyToken=42060d65a6cc17c2, processorArchitecture=MSIL">
<HintPath>..\packages\FilterDataGrid.1.2.7\lib\net48\FilterDataGrid.dll</HintPath>
<Reference Include="FilterDataGrid, Version=1.2.8.0, Culture=neutral, PublicKeyToken=42060d65a6cc17c2, processorArchitecture=MSIL">
<HintPath>..\packages\FilterDataGrid.1.2.8\lib\net48\FilterDataGrid.dll</HintPath>
</Reference>
<Reference Include="HttpClientFactoryLite, Version=0.4.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\HttpClientFactoryLite.0.4.0\lib\netstandard2.0\HttpClientFactoryLite.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion FBoxDial/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Dirkster.TreeLib" version="1.2.0" targetFramework="net48" />
<package id="FilterDataGrid" version="1.2.7" targetFramework="net48" />
<package id="FilterDataGrid" version="1.2.8" targetFramework="net481" />
<package id="HttpClientFactoryLite" version="0.4.0" targetFramework="net48" />
<package id="Microsoft.Xaml.Behaviors.Wpf" version="1.1.77" targetFramework="net481" />
<package id="MixERP.Net.VCards" version="1.0.7" targetFramework="net48" />
Expand Down

0 comments on commit 20c3db3

Please sign in to comment.