Skip to content

Commit

Permalink
Bump Microsoft.AspNetCore.WebSockets in /src/WebSocketApp
Browse files Browse the repository at this point in the history
Bumps [Microsoft.AspNetCore.WebSockets](https://github.com/aspnet/AspNetCore) from 2.1.1 to 2.1.7.
- [Release notes](https://github.com/aspnet/AspNetCore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@2.1.1...v2.1.7)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.WebSockets
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 23, 2024
1 parent a5a2bf0 commit 8a2781d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebSocketApp/WebSocketApp.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PackageReference Include="Giraffe" Version="3.1.0" />
<PackageReference Include="Giraffe.Razor" Version="1.3.*" />
<Watch Include="**\*.cshtml" Exclude="bin\**\*" />
<PackageReference Include="Microsoft.AspNetCore.WebSockets" Version="2.1.1" />
<PackageReference Include="Microsoft.AspNetCore.WebSockets" Version="2.1.7" />
<PackageReference Include="TaskBuilder.fs" Version="2.1.0" />
<ProjectReference Include="..\FX.Core\FX.Core.fsproj" />
</ItemGroup>
Expand Down

0 comments on commit 8a2781d

Please sign in to comment.