Skip to content

Commit 7ac2335

Browse files
build(deps): bump Microsoft.WindowsAppSDK in /src (#3513)
Bumps [Microsoft.WindowsAppSDK](https://github.com/microsoft/windowsappsdk) from 1.2.230217.4 to 1.2.230313.1. - [Release notes](https://github.com/microsoft/windowsappsdk/releases) - [Commits](https://github.com/microsoft/windowsappsdk/commits) --- 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 d3e2a45 commit 7ac2335

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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')) or $(TargetFramework.StartsWith('net7.0-windows10'))">
19-
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.2.230217.4" />
19+
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.2.230313.1" />
2020
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.756" />
2121
</ItemGroup>
2222
<ItemGroup>

src/ReactiveUI.WinUI/ReactiveUI.WinUI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net6.0-windows10.0.17763.0;net7.0-windows10.0.17763.0</TargetFrameworks>
44
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.2.230217.4" />
13+
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.2.230313.1" />
1414
</ItemGroup>
1515

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

0 commit comments

Comments
 (0)