Skip to content

Commit b5977d9

Browse files
Bump Microsoft.Windows.Compatibility
Bumps [Microsoft.Windows.Compatibility](https://github.com/dotnet/runtime) from 6.0.0 to 6.0.6. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v6.0.0...v6.0.6) --- updated-dependencies: - dependency-name: Microsoft.Windows.Compatibility dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6e32267 commit b5977d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

windowsforms/helloworld-links/FullFxApp/FullFxApp.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
<TargetFramework>net48</TargetFramework>
44
<OutputType>WinExe</OutputType>
@@ -15,6 +15,6 @@
1515
<PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.4.336902">
1616
<PrivateAssets>all</PrivateAssets>
1717
</PackageReference>
18-
<PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.0" />
18+
<PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.6" />
1919
</ItemGroup>
2020
</Project>

0 commit comments

Comments
 (0)