Skip to content

Commit

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

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 Apr 2, 2024
1 parent 272be42 commit 93ecfb8
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 @@ -44,6 +44,6 @@
<ProjectReference Include="..\BSH.Engine\BSH.Engine.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.2" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.3" />
</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 @@ -17,7 +17,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.118" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.2" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.3" />
</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 @@ -25,7 +25,7 @@
<Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.2" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.3" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
Expand Down

0 comments on commit 93ecfb8

Please sign in to comment.