Skip to content

Commit

Permalink
build(deps): bump Microsoft.Extensions.Hosting.WindowsServices from 7…
Browse files Browse the repository at this point in the history
….0.0 to 7.0.1 in /src (#213)

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 Jun 20, 2023
1 parent 0e71c3c commit f8c8e55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BSH.Service/BSH.Service.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Worker">
<Project Sdk="Microsoft.NET.Sdk.Worker">

<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
Expand All @@ -20,7 +20,7 @@
<ItemGroup>
<PackageReference Include="AlphaVSS" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="7.0.1" />
<PackageReference Include="ServiceWire" Version="5.3.1" />
</ItemGroup>

Expand Down

0 comments on commit f8c8e55

Please sign in to comment.