Skip to content

Commit d3e2a45

Browse files
build(deps): bump Microsoft.Windows.SDK.BuildTools in /src (#3512)
Bumps Microsoft.Windows.SDK.BuildTools from 10.0.22621.755 to 10.0.22621.756. --- updated-dependencies: - dependency-name: Microsoft.Windows.SDK.BuildTools 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 8e7a0c4 commit d3e2a45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ReactiveUI.Maui/ReactiveUI.Maui.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

33
<PropertyGroup>
44
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
@@ -17,7 +17,7 @@
1717

1818
<ItemGroup Condition="$(TargetFramework.StartsWith('net6.0-windows10')) or $(TargetFramework.StartsWith('net7.0-windows10'))">
1919
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.2.230217.4" />
20-
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.755" />
20+
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.756" />
2121
</ItemGroup>
2222
<ItemGroup>
2323
<ProjectReference Include="..\ReactiveUI\ReactiveUI.csproj" />

0 commit comments

Comments
 (0)