Skip to content

Commit b0c8c45

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 b0c8c45

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

windowsforms/helloworld-sharedsource/WindowsFormsApp/WindowsFormsApp.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>
@@ -13,7 +13,7 @@
1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
1515
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
16-
<PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.0" />
16+
<PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.6" />
1717
</ItemGroup>
1818
<Import Project="..\SharedProject1\SharedProject1.projitems" Label="Shared" />
1919
</Project>

windowsforms/helloworld-sharedsource/WindowsFormsForm/WindowsFormsForm.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>Library</OutputType>
@@ -13,6 +13,6 @@
1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
1515
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
16-
<PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.0" />
16+
<PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.6" />
1717
</ItemGroup>
1818
</Project>

0 commit comments

Comments
 (0)