Skip to content

Commit

Permalink
Merge pull request #516 from AndreasReitberger/515-update-dependencies
Browse files Browse the repository at this point in the history
Updated nugets
  • Loading branch information
AndreasReitberger authored Jun 13, 2024
2 parents 0f2552f + f9a2f23 commit 35777db
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 31 deletions.
Binary file added art/ar_128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 5 additions & 6 deletions common.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project>
<PropertyGroup>
<Version>1.2.9.1</Version>
<!--<PackageIcon>logo_128.png</PackageIcon>-->
<PackageIcon>ar_128.png</PackageIcon>
<NeutralLanguage>en</NeutralLanguage>
<PackageProjectUrl>https://github.com/AndreasReitberger/SharedMauiXamlStyles</PackageProjectUrl>
<RepositoryUrl>https://github.com/AndreasReitberger/SharedMauiXamlStyles</RepositoryUrl>
Expand All @@ -27,17 +27,16 @@
-->
</PropertyGroup>

<!--
<ItemGroup>
<None Include="..\..\art\logo_128.png">
<None Include="..\..\art\ar_128.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
-->

<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.20" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.20" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.60" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.60" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
</ItemGroup>
Expand Down
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.40" />
<PackageReference Update="Microsoft.Maui.Controls.Compatibility" Version="8.0.40" />
<PackageReference Update="Microsoft.Maui.Controls" Version="8.0.60" />
<PackageReference Update="Microsoft.Maui.Controls.Compatibility" Version="8.0.60" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,23 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\SharedMauiXamlStylesLibrary\SharedMauiXamlStylesLibrary.csproj" />
<PackageReference Include="Syncfusion.Maui.Barcode" Version="25.2.7" />
<PackageReference Include="Syncfusion.Maui.Buttons" Version="25.2.7" />
<PackageReference Include="Syncfusion.Maui.Charts" Version="25.2.7" />
<PackageReference Include="Syncfusion.Maui.Core" Version="25.2.7" />
<PackageReference Include="Syncfusion.Maui.DataGrid" Version="25.2.7" />
<PackageReference Include="Syncfusion.Maui.Expander" Version="25.2.7" />
<PackageReference Include="Syncfusion.Maui.Gauges" Version="25.2.7" />
<PackageReference Include="Syncfusion.Maui.Inputs" Version="25.2.7" />
<PackageReference Include="Syncfusion.Maui.ListView" Version="25.2.7" />
<PackageReference Include="Syncfusion.Maui.Picker" Version="25.2.7" />
<PackageReference Include="Syncfusion.Maui.Scheduler" Version="25.2.7" />
<PackageReference Include="Syncfusion.Maui.Sliders" Version="25.2.7" />
<PackageReference Include="Syncfusion.Maui.TabView" Version="25.2.7" />
<PackageReference Include="Syncfusion.Maui.TreeView" Version="25.2.7" />
<ProjectReference Include="..\SharedMauiXamlStylesLibrary\SharedMauiXamlStylesLibrary.csproj" />
<PackageReference Update="Microsoft.Maui.Controls" Version="8.0.60" />
<PackageReference Update="Microsoft.Maui.Controls.Compatibility" Version="8.0.60" />
<PackageReference Include="Syncfusion.Maui.Barcode" Version="26.1.35" />
<PackageReference Include="Syncfusion.Maui.Buttons" Version="26.1.35" />
<PackageReference Include="Syncfusion.Maui.Charts" Version="26.1.35" />
<PackageReference Include="Syncfusion.Maui.Core" Version="26.1.35" />
<PackageReference Include="Syncfusion.Maui.DataGrid" Version="26.1.35" />
<PackageReference Include="Syncfusion.Maui.Expander" Version="26.1.35" />
<PackageReference Include="Syncfusion.Maui.Gauges" Version="26.1.35" />
<PackageReference Include="Syncfusion.Maui.Inputs" Version="26.1.35" />
<PackageReference Include="Syncfusion.Maui.ListView" Version="26.1.35" />
<PackageReference Include="Syncfusion.Maui.Picker" Version="26.1.35" />
<PackageReference Include="Syncfusion.Maui.Scheduler" Version="26.1.35" />
<PackageReference Include="Syncfusion.Maui.Sliders" Version="26.1.35" />
<PackageReference Include="Syncfusion.Maui.TabView" Version="26.1.35" />
<PackageReference Include="Syncfusion.Maui.TreeView" Version="26.1.35" />
</ItemGroup>

<ItemGroup>
Expand Down Expand Up @@ -253,10 +255,4 @@
<Folder Include="Licenses\LicenseFiles\" />
</ItemGroup>

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


</Project>
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.40" />
<PackageReference Update="Microsoft.Maui.Controls.Compatibility" Version="8.0.40" />
<PackageReference Update="Microsoft.Maui.Controls" Version="8.0.60" />
<PackageReference Update="Microsoft.Maui.Controls.Compatibility" Version="8.0.60" />
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="8.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 35777db

Please sign in to comment.