Skip to content

Commit

Permalink
Merge pull request #18892 from unoplatform/dev/jela/fix-net9-rc
Browse files Browse the repository at this point in the history
fix: Adjust for outdated rc2 references
  • Loading branch information
jeromelaban authored Nov 22, 2024
2 parents 6064d35 + ba5b416 commit feff443
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<PackageReference Update="SkiaSharp.HarfBuzz" Version="$(SkiaSharpVersion)" />

<PackageReference Condition=" '$(TargetFramework)' == '$(NetPrevious)' " Update="Microsoft.Win32.SystemEvents" Version="8.0.0" />
<PackageReference Condition=" '$(TargetFramework)' == '$(NetCurrent)' " Update="Microsoft.Win32.SystemEvents" Version="9.0.0-rc.2.24473.5" />
<PackageReference Condition=" '$(TargetFramework)' == '$(NetCurrent)' " Update="Microsoft.Win32.SystemEvents" Version="9.0.0" />

<PackageReference Update="Svg.Skia" Version="1.0.0.1" />
<PackageReference Update="GtkSharp" Version="3.24.24.38" />
Expand Down
2 changes: 1 addition & 1 deletion src/SamplesApp/SamplesApp.Wasm/SamplesApp.Wasm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<PackageReference Include="Uno.Wasm.WebSockets" />
<PackageReference Include="Uno.Wasm.Bootstrap" />
<PackageReference Include="Uno.Wasm.Bootstrap.DevServer" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="9.0.0-rc.2.24474.4" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="9.0.0" />
<PackageReference Include="Uno.Core.Extensions.Logging.Singleton" Version="4.0.0-dev.7" />
<PackageReference Include="Uno.Fonts.Fluent" />
<PackageReference Include="Uno.Core.Extensions.Logging" Version="4.0.1" />
Expand Down
6 changes: 3 additions & 3 deletions src/Uno.Sdk/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"Microsoft.Extensions.Logging.Console"
],
"versionOverride": {
"net9.0": "9.0.0-rc.2.24473.5"
"net9.0": "9.0.0"
}
},
{
Expand All @@ -143,7 +143,7 @@
"Microsoft.Windows.Compatibility"
],
"versionOverride": {
"net9.0": "9.0.0-rc.2.24474.4"
"net9.0": "9.0.0"
}
},
{
Expand Down Expand Up @@ -255,7 +255,7 @@
"Microsoft.Maui.Graphics"
],
"versionOverride": {
"net9.0": "9.0.0-rc.2.24503.2"
"net9.0": "9.0.0"
}
},
{
Expand Down

0 comments on commit feff443

Please sign in to comment.