Skip to content

Commit

Permalink
fix: Fixed build.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Oct 8, 2024
1 parent 0a3e9b0 commit 172efe7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/libs/H.NotifyIcon.Maui/H.NotifyIcon.Maui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ popups, context menus, and balloon messages. It can be used directly in code or
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="EventGenerator.Generator" Version="0.13.0">
<PackageReference Include="EventGenerator.Generator" Version="0.13.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
6 changes: 3 additions & 3 deletions src/libs/H.NotifyIcon.Uno.WinUI/H.NotifyIcon.Uno.WinUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' != 'net8.0-windows10.0.19041' ">
<PackageReference Include="Uno.WinUI" Version="5.2.175" />
<PackageReference Include="Uno.WinUI" Version="5.4.38" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0-windows10.0.19041' ">
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-windows10.0.19041'">
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240627000" />
</ItemGroup>

Expand All @@ -33,7 +33,7 @@ popups, context menus, and balloon messages. It can be used directly in code or
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="EventGenerator.Generator" Version="0.13.0">
<PackageReference Include="EventGenerator.Generator" Version="0.13.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions src/libs/H.NotifyIcon.Uno/H.NotifyIcon.Uno.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Uno.UI" Version="5.2.175" />
<PackageReference Include="Uno.UI" Version="5.4.38" />
</ItemGroup>

<PropertyGroup Label="NuGet">
Expand All @@ -27,7 +27,7 @@ popups, context menus, and balloon messages. It can be used directly in code or
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="EventGenerator.Generator" Version="0.13.0">
<PackageReference Include="EventGenerator.Generator" Version="0.13.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/libs/H.NotifyIcon.WinUI/H.NotifyIcon.WinUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ popups, context menus, and balloon messages. It can be used directly in code or
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="EventGenerator.Generator" Version="0.13.0">
<PackageReference Include="EventGenerator.Generator" Version="0.13.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 172efe7

Please sign in to comment.