Skip to content

Commit

Permalink
chore: Update Uno.Sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored and github-actions[bot] committed Sep 24, 2024
1 parent 040898d commit 94b6a9b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Uno.Sdk.Updater.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<UnoVersion>5.3.144</UnoVersion>
<UnoWasmBootstrapVersionNet8>8.0.21</UnoWasmBootstrapVersionNet8>
<UnoWasmBootstrapVersionNet9>9.0.0-dev.122</UnoWasmBootstrapVersionNet9>
<UnoWasmBootstrapVersionNet9>9.0.0-dev.301</UnoWasmBootstrapVersionNet9>
<UnoExtensionsLoggingVersion>1.7.0</UnoExtensionsLoggingVersion>
<UnoCoreLoggingVersion>4.1.1</UnoCoreLoggingVersion>
<UnoDspTasksVersion>1.4.0</UnoDspTasksVersion>
Expand Down
6 changes: 3 additions & 3 deletions src/Uno.Sdk/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
| SkiaSharpVersion | 2.88.8 |
| SvgSkiaVersion | 1.0.0.19 |
| WinAppSdkVersion | 1.5.240802000 |
| WinAppSdkBuildToolsVersion | 10.0.26100.1 |
| WinAppSdkBuildToolsVersion | 10.0.26100.1742 |
| MicrosoftLoggingVersion** | 8.0.0 |
| WindowsCompatibilityVersion** | 8.0.8 |
| MicrosoftIdentityClientVersion | 4.61.3 |
Expand Down Expand Up @@ -72,7 +72,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
"Uno.Wasm.Bootstrap.Server"
],
"versionOverride": {
"net9.0": "9.0.0-dev.122"
"net9.0": "9.0.0-dev.301"
}
},
{
Expand Down Expand Up @@ -139,7 +139,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
},
{
"group": "WinAppSdkBuildTools",
"version": "10.0.26100.1",
"version": "10.0.26100.1742",
"packages": [
"Microsoft.Windows.SDK.BuildTools"
]
Expand Down
4 changes: 2 additions & 2 deletions src/Uno.Sdk/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"Uno.Wasm.Bootstrap.Server"
],
"versionOverride": {
"net9.0": "9.0.0-dev.122"
"net9.0": "9.0.0-dev.301"
}
},
{
Expand Down Expand Up @@ -98,7 +98,7 @@
},
{
"group": "WinAppSdkBuildTools",
"version": "10.0.26100.1",
"version": "10.0.26100.1742",
"packages": [
"Microsoft.Windows.SDK.BuildTools"
]
Expand Down

0 comments on commit 94b6a9b

Please sign in to comment.