Skip to content

Commit

Permalink
Bump Microsoft.AspNetCore.Hosting.WindowsServices from 6.0.15 to 7.0.13
Browse files Browse the repository at this point in the history
Bumps [Microsoft.AspNetCore.Hosting.WindowsServices](https://github.com/dotnet/aspnetcore) from 6.0.15 to 7.0.13.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.15...v7.0.13)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Hosting.WindowsServices
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 25, 2023
1 parent 6da0a8c commit d2a6e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Analogy.LogViewer.gRPC/Analogy.LogViewer.gRPC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@
<PackageReference Include="Grpc.AspNetCore" Version="2.58.0" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0-windows' ">
<PackageReference Include="Microsoft.AspNetCore.Hosting.WindowsServices" Version="7.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Hosting.WindowsServices" Version="7.0.13" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.11" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0-windows' ">
<PackageReference Include="Microsoft.AspNetCore.Hosting.WindowsServices" Version="6.0.15" />
<PackageReference Include="Microsoft.AspNetCore.Hosting.WindowsServices" Version="7.0.13" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.15" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net48' or '$(TargetFramework)' == 'net471' ">
Expand Down

0 comments on commit d2a6e96

Please sign in to comment.