Skip to content

Commit 9f4c943

Browse files
build(deps): bump Microsoft.WindowsAppSDK from 1.1.1 to 1.1.2 in /src (#3308)
Bumps [Microsoft.WindowsAppSDK](https://github.com/microsoft/windowsappsdk) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/microsoft/windowsappsdk/releases) - [Commits](microsoft/WindowsAppSDK@v1.1.1...v1.1.2) --- updated-dependencies: - dependency-name: Microsoft.WindowsAppSDK dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8fa79d1 commit 9f4c943

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ReactiveUI.Maui/ReactiveUI.Maui.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup Condition="$(TargetFramework.StartsWith('net6.0-windows10'))">
19-
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.1.1" />
19+
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.1.2" />
2020
</ItemGroup>
2121
<ItemGroup>
2222
<ProjectReference Include="..\ReactiveUI\ReactiveUI.csproj" />

src/ReactiveUI.WinUI/ReactiveUI.WinUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.1.1" />
12+
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.1.2" />
1313
</ItemGroup>
1414

1515
<!-- Workaround for https://github.com/microsoft/WindowsAppSDK/issues/1217 -->

0 commit comments

Comments
 (0)