We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a75ab commit ccb23bdCopy full SHA for ccb23bd
WinUI3Localizer/WinUI3Localizer.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<TargetFrameworks>net6.0-windows10.0.19041.0;net7.0-windows10.0.19041.0</TargetFrameworks>
4
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
@@ -30,6 +30,7 @@
30
<Copyright>Copyright (c) Andrew KeepCoding 2023</Copyright>
31
<Authors>Andrew KeepCoding</Authors>
32
<PackageReadMeFile>README.md</PackageReadMeFile>
33
+ <PackageIcon>winui.png</PackageIcon>
34
</PropertyGroup>
35
36
<ItemGroup>
@@ -40,6 +41,7 @@
40
41
42
43
<None Include="..\README.md" Pack="true" PackagePath="\" />
44
+ <None Include="..\winui.png" Pack="true" PackagePath="" />
45
</ItemGroup>
46
47
winui.png
686 KB
0 commit comments