Skip to content

Commit

Permalink
Bump Microsoft.Windows.Compatibility from 8.0.7 to 8.0.8
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Windows.Compatibility](https://github.com/dotnet/windowsdesktop) from 8.0.7 to 8.0.8.
- [Release notes](https://github.com/dotnet/windowsdesktop/releases)
- [Commits](dotnet/windowsdesktop@v8.0.7...v8.0.8)

---
updated-dependencies:
- dependency-name: Microsoft.Windows.Compatibility
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 321a7ba commit c7646ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/SampleClients/Common/SampleClients.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
</ItemGroup>
<PropertyGroup />
<ItemGroup>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.7" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.8" />
<PackageReference Include="Technosoftware.DaAeHdaSolution.DaAeHdaClient" Version="2.0.2" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion examples/SampleClients/ScPL/SampleClients.ScPl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@
<DebugType>none</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.7" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.8" />
</ItemGroup>
</Project>

0 comments on commit c7646ce

Please sign in to comment.