We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7ac8e commit d1f5359Copy full SHA for d1f5359
src/Examples/UnoApp/UnoApp.csproj
@@ -2,10 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFrameworks>
6
- net9.0-desktop;
7
- net9.0-maccatalyst
8
- </TargetFrameworks>
+ <TargetFrameworks>net9.0-desktop;net9.0-maccatalyst</TargetFrameworks>
9
<UnoSingleProject>true</UnoSingleProject>
10
</PropertyGroup>
11
src/WinUI.Dock/WinUI.Dock.csproj
@@ -15,7 +15,7 @@
15
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
16
<EmbedUntrackedSources>true</EmbedUntrackedSources>
17
<Title>$(AssemblyName)</Title>
18
- <Version>1.0.4</Version>
+ <Version>1.0.5</Version>
19
<Authors>qian-o</Authors>
20
<Copyright>MIT</Copyright>
21
<PackageReadmeFile>README.md</PackageReadmeFile>
0 commit comments