Skip to content

Commit 74a572a

Browse files
chore(deps): update windows sdk & app sdk (#4197)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [Microsoft.Windows.SDK.BuildTools](https://aka.ms/WinSDKProjectURL) | `10.0.26100.6584` -> `10.0.26100.7175` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Windows.SDK.BuildTools/10.0.26100.7175?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.Windows.SDK.BuildTools/10.0.26100.6584/10.0.26100.7175?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [Microsoft.WindowsAppSDK](https://redirect.github.com/microsoft/windowsappsdk) | `1.8.251003001` -> `1.8.251106002` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.WindowsAppSDK/1.8.251106002?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.WindowsAppSDK/1.8.251003001/1.8.251106002?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/reactiveui/ReactiveUI). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQyLjE2LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbIkRlcGVuZGVuY3kgTWFuYWdlbWVudCJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c333339 commit 74a572a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<PackageVersion Include="Microsoft.Reactive.Testing" Version="6.1.0" />
2828
<PackageVersion Include="System.Reactive" Version="6.1.0" />
2929
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
30-
<PackageVersion Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.6584" />
30+
<PackageVersion Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.7175" />
3131
<PackageVersion Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.135" />
3232
<PackageVersion Include="Mocks.Maui" Version="1.2.5" />
3333
<PackageVersion Include="Nerdbank.GitVersioning" Version="3.9.50" />
@@ -71,7 +71,7 @@
7171
<PackageVersion Include="Xamarin.AndroidX.Preference" Version="1.2.1.15" />
7272
</ItemGroup>
7373
<ItemGroup Condition="'$(UseMaui)' != 'true'">
74-
<PackageVersion Include="Microsoft.WindowsAppSDK" Version="1.8.251003001" />
74+
<PackageVersion Include="Microsoft.WindowsAppSDK" Version="1.8.251106002" />
7575
</ItemGroup>
7676
<ItemGroup Condition="$(TargetFramework.StartsWith('net4'))">
7777
<PackageVersion Include="System.ValueTuple" Version="4.6.1" />

0 commit comments

Comments
 (0)