Skip to content

Commit

Permalink
Merge pull request #510 from AndreasReitberger/509-update-dependencies
Browse files Browse the repository at this point in the history
Updated dependencies
  • Loading branch information
AndreasReitberger authored May 10, 2024
2 parents ac0ca85 + af8c6eb commit 8aec8f5
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Update="Microsoft.Maui.Controls" Version="8.0.20" />
<PackageReference Update="Microsoft.Maui.Controls.Compatibility" Version="8.0.20" />
<PackageReference Update="Microsoft.Maui.Controls" Version="8.0.21" />
<PackageReference Update="Microsoft.Maui.Controls.Compatibility" Version="8.0.21" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public string this[string name]
}
return node.ToString();
}
catch (Exception ex)
catch (Exception)
{
return string.Empty;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,20 @@

<ItemGroup>
<ProjectReference Include="..\SharedMauiXamlStylesLibrary\SharedMauiXamlStylesLibrary.csproj" />
<PackageReference Include="Syncfusion.Maui.Barcode" Version="25.1.40" />
<PackageReference Include="Syncfusion.Maui.Buttons" Version="25.1.40" />
<PackageReference Include="Syncfusion.Maui.Charts" Version="25.1.40" />
<PackageReference Include="Syncfusion.Maui.Core" Version="25.1.40" />
<PackageReference Include="Syncfusion.Maui.DataGrid" Version="25.1.40" />
<PackageReference Include="Syncfusion.Maui.Expander" Version="25.1.40" />
<PackageReference Include="Syncfusion.Maui.Gauges" Version="25.1.40" />
<PackageReference Include="Syncfusion.Maui.Inputs" Version="25.1.40" />
<PackageReference Include="Syncfusion.Maui.ListView" Version="25.1.40" />
<PackageReference Include="Syncfusion.Maui.Picker" Version="25.1.40" />
<PackageReference Include="Syncfusion.Maui.Scheduler" Version="25.1.40" />
<PackageReference Include="Syncfusion.Maui.Sliders" Version="25.1.40" />
<PackageReference Include="Syncfusion.Maui.TabView" Version="25.1.40" />
<PackageReference Include="Syncfusion.Maui.TreeView" Version="25.1.40" />
<PackageReference Include="Syncfusion.Maui.Barcode" Version="25.2.3" />
<PackageReference Include="Syncfusion.Maui.Buttons" Version="25.2.3" />
<PackageReference Include="Syncfusion.Maui.Charts" Version="25.2.3" />
<PackageReference Include="Syncfusion.Maui.Core" Version="25.2.3" />
<PackageReference Include="Syncfusion.Maui.DataGrid" Version="25.2.3" />
<PackageReference Include="Syncfusion.Maui.Expander" Version="25.2.3" />
<PackageReference Include="Syncfusion.Maui.Gauges" Version="25.2.3" />
<PackageReference Include="Syncfusion.Maui.Inputs" Version="25.2.3" />
<PackageReference Include="Syncfusion.Maui.ListView" Version="25.2.3" />
<PackageReference Include="Syncfusion.Maui.Picker" Version="25.2.3" />
<PackageReference Include="Syncfusion.Maui.Scheduler" Version="25.2.3" />
<PackageReference Include="Syncfusion.Maui.Sliders" Version="25.2.3" />
<PackageReference Include="Syncfusion.Maui.TabView" Version="25.2.3" />
<PackageReference Include="Syncfusion.Maui.TreeView" Version="25.2.3" />
</ItemGroup>

<ItemGroup>
Expand Down Expand Up @@ -254,8 +254,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Update="Microsoft.Maui.Controls" Version="8.0.20" />
<PackageReference Update="Microsoft.Maui.Controls.Compatibility" Version="8.0.20" />
<PackageReference Update="Microsoft.Maui.Controls" Version="8.0.21" />
<PackageReference Update="Microsoft.Maui.Controls.Compatibility" Version="8.0.21" />
</ItemGroup>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@

<ItemGroup>
<PackageReference Update="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
<PackageReference Update="Microsoft.Maui.Controls" Version="8.0.20" />
<PackageReference Update="Microsoft.Maui.Controls.Compatibility" Version="8.0.20" />
<PackageReference Update="Microsoft.Maui.Controls" Version="8.0.21" />
<PackageReference Update="Microsoft.Maui.Controls.Compatibility" Version="8.0.21" />
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="8.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 8aec8f5

Please sign in to comment.