Skip to content

Commit

Permalink
Bump Microsoft.AspNetCore.WebSockets in /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] authored Jan 6, 2024
1 parent 2c568f1 commit cd8b3ac
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions WebSocketApp/WebSocketApp.fsproj
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<DebugType>portable</DebugType>
<AssemblyName>WebSocketApp</AssemblyName>
<OutputType>Exe</OutputType>
<EnableDefaultContentItems>false</EnableDefaultContentItems>
</PropertyGroup>

<ItemGroup>
<Folder Include="Middleware\" />
</ItemGroup>
<ItemGroup>
<Watch Include="Views\_Layout.cshtml" />
<Watch Include="Views\Partial.cshtml" />
<Watch Include="Views\Index.cshtml" />
<Content Include="Views\*.cshtml;WebRoot\**\*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="WebRoot\main.css" />
<Compile Include="Models.fs" />
<Compile Include="Middleware\WebSocketMiddleware.fs" />
<Compile Include="Program.fs" />
<None Include="web.config" CopyToOutputDirectory="PreserveNewest" />
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.*" />
<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="TaskBuilder.fs" Version="2.1.0" />
<ProjectReference Include="..\FsharpExchangeDotNetStandard\FsharpExchangeDotNetStandard.fsproj" />
</ItemGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<DebugType>portable</DebugType>
<AssemblyName>WebSocketApp</AssemblyName>
<OutputType>Exe</OutputType>
<EnableDefaultContentItems>false</EnableDefaultContentItems>
</PropertyGroup>

<ItemGroup>
<Folder Include="Middleware\" />
</ItemGroup>
<ItemGroup>
<Watch Include="Views\_Layout.cshtml" />
<Watch Include="Views\Partial.cshtml" />
<Watch Include="Views\Index.cshtml" />
<Content Include="Views\*.cshtml;WebRoot\**\*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="WebRoot\main.css" />
<Compile Include="Models.fs" />
<Compile Include="Middleware\WebSocketMiddleware.fs" />
<Compile Include="Program.fs" />
<None Include="web.config" CopyToOutputDirectory="PreserveNewest" />
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.*" />
<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.7" />
<PackageReference Include="TaskBuilder.fs" Version="2.1.0" />
<ProjectReference Include="..\FsharpExchangeDotNetStandard\FsharpExchangeDotNetStandard.fsproj" />
</ItemGroup>
</Project>

0 comments on commit cd8b3ac

Please sign in to comment.