Skip to content

Commit

Permalink
build(deps): bump Microsoft.Windows.Compatibility from 8.0.7 to 8.0.8…
Browse files Browse the repository at this point in the history
… in /src (#324)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 8, 2024
1 parent c234779 commit 850de32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/BSH.Controls/BSH.Controls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
<ProjectReference Include="..\BSH.Engine\BSH.Engine.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.7" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.8" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/BSH.Test/BSH.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.118" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.7" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.8" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BSH.Engine\BSH.Engine.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/PreviewHandlerFramework/PreviewHandlerFramework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.7" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.8" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
Expand Down

0 comments on commit 850de32

Please sign in to comment.