Skip to content

Commit 85722d7

Browse files
committed
upgraded uno version
1 parent 3eec55e commit 85722d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/WinUI.TableView.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</ItemGroup>
2626

2727
<ItemGroup Condition="'$([MSBuild]::GetTargetPlatformIdentifier($(TargetFramework)))' != 'windows'">
28-
<PackageReference Include="Uno.WinUI" Version="5.5.95" />
28+
<PackageReference Include="Uno.WinUI" Version="5.6.91" />
2929
</ItemGroup>
3030

3131
<ItemGroup Condition="'$([MSBuild]::GetTargetPlatformIdentifier($(TargetFramework)))' == 'windows'">
@@ -38,7 +38,7 @@
3838
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
3939
<EmbedUntrackedSources>true</EmbedUntrackedSources>
4040
<Description>TableView control for WinUI.</Description>
41-
<PackageTags>WinUI, WinAppSDK, Windows, XAML, TableView, DataGrid</PackageTags>
41+
<PackageTags>WinUI, WinAppSDK, Windows, UNO, XAML, TableView, DataGrid</PackageTags>
4242
<Product>WinUI TableView Control</Product>
4343
<RepositoryUrl>https://github.com/w-ahmad/WinUI.TableView</RepositoryUrl>
4444
<PackageProjectUrl>https://github.com/w-ahmad/WinUI.TableView</PackageProjectUrl>

src/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"msbuild-sdks": {
3-
"Uno.Sdk": "5.5.62"
3+
"Uno.Sdk": "5.6.51"
44
}
55
}

0 commit comments

Comments
 (0)