Skip to content

Commit a84dc3e

Browse files
committed
package updates
1 parent 7c5cf35 commit a84dc3e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

src/NetCoreStack.WebSockets.ProxyClient/NetCoreStack.WebSockets.ProxyClient.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
</ItemGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.0.0" />
12+
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.0.1" />
1313
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.0.0" />
14-
<PackageReference Include="System.Net.WebSockets.Client" Version="4.3.1" />
14+
<PackageReference Include="System.Net.WebSockets.Client" Version="4.3.2" />
1515
</ItemGroup>
1616

1717
</Project>

src/NetCoreStack.WebSockets/NetCoreStack.WebSockets.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.WebSockets" Version="2.0.0" />
8+
<PackageReference Include="Microsoft.AspNetCore.WebSockets" Version="2.0.1" />
99
<PackageReference Include="Microsoft.Extensions.Logging" Version="2.0.0" />
1010
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
1111
</ItemGroup>

test/ServerTestApp/ServerTestApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</ItemGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" />
13+
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.5" />
1414
<PackageReference Include="Swashbuckle" Version="6.0.0-beta902" />
1515
</ItemGroup>
1616

test/WebClientTestApp/WebClientTestApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" />
8+
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.5" />
99
</ItemGroup>
1010

1111
<ItemGroup>

test/WebClientTestApp2/WebClientTestApp2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" />
14+
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.5" />
1515
</ItemGroup>
1616

1717
</Project>

0 commit comments

Comments
 (0)