File tree Expand file tree Collapse file tree 9 files changed +25
-25
lines changed
NetCoreStack.WebSockets.ProxyClient
NetCoreStack.WebSockets.Tests Expand file tree Collapse file tree 9 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 9
9
</ItemGroup >
10
10
11
11
<ItemGroup >
12
- <PackageReference Include =" Microsoft.AspNetCore.Hosting.Abstractions" Version =" 2.0.1 " />
13
- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 2.0 .0" />
12
+ <PackageReference Include =" Microsoft.AspNetCore.Hosting.Abstractions" Version =" 2.1.0 " />
13
+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 2.1 .0" />
14
14
<PackageReference Include =" System.Net.WebSockets.Client" Version =" 4.3.2" />
15
15
</ItemGroup >
16
16
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public ProxyWebSocketsBuilder(IServiceCollection services)
12
12
_services = services ;
13
13
}
14
14
15
- private void RegisterInternal < TInvocator > ( )
15
+ private void RegisterInternal < TInvocator > ( )
16
16
where TInvocator : IClientWebSocketCommandInvocator
17
17
{
18
18
var invocatorType = typeof ( TInvocator ) ;
Original file line number Diff line number Diff line change 5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
8
- <PackageReference Include =" Microsoft.AspNetCore.WebSockets" Version =" 2.0.1 " />
9
- <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.0 .0" />
10
- <PackageReference Include =" Newtonsoft.Json" Version =" 11.0.1 " />
8
+ <PackageReference Include =" Microsoft.AspNetCore.WebSockets" Version =" 2.1.0 " />
9
+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.1 .0" />
10
+ <PackageReference Include =" Newtonsoft.Json" Version =" 11.0.2 " />
11
11
</ItemGroup >
12
12
13
13
</Project >
Original file line number Diff line number Diff line change 5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
8
- <PackageReference Include =" Microsoft.Extensions.Caching.Abstractions" Version =" 2.0 .0" />
8
+ <PackageReference Include =" Microsoft.Extensions.Caching.Abstractions" Version =" 2.1 .0" />
9
9
</ItemGroup >
10
10
11
11
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp2.0 </TargetFramework >
4
+ <TargetFramework >netcoreapp2.1 </TargetFramework >
5
5
<OutputType >Exe</OutputType >
6
6
</PropertyGroup >
7
7
11
11
</ItemGroup >
12
12
13
13
<ItemGroup >
14
- <PackageReference Include =" Microsoft.Extensions.Configuration.EnvironmentVariables" Version =" 2.0 .0" />
15
- <PackageReference Include =" System.Text.Encoding.CodePages" Version =" 4.4 .0" />
14
+ <PackageReference Include =" Microsoft.Extensions.Configuration.EnvironmentVariables" Version =" 2.1 .0" />
15
+ <PackageReference Include =" System.Text.Encoding.CodePages" Version =" 4.5 .0" />
16
16
<PackageReference Include =" System.Runtime.InteropServices" Version =" 4.3.0" />
17
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 2.0 .0" />
17
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 2.1 .0" />
18
18
</ItemGroup >
19
19
20
20
</Project >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp2.0 </TargetFramework >
4
+ <TargetFramework >netcoreapp2.1 </TargetFramework >
5
5
6
6
<IsPackable >false</IsPackable >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.AspNetCore.Hosting" Version =" 2.0.1 " />
11
- <PackageReference Include =" Microsoft.AspNetCore.Http" Version =" 2.0.1 " />
12
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 2.0 .0" />
13
- <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.0 .0" />
14
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.6.0 " />
10
+ <PackageReference Include =" Microsoft.AspNetCore.Hosting" Version =" 2.1.0 " />
11
+ <PackageReference Include =" Microsoft.AspNetCore.Http" Version =" 2.1.0 " />
12
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 2.1 .0" />
13
+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.1 .0" />
14
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.7.2 " />
15
15
<PackageReference Include =" xunit" Version =" 2.3.1" />
16
16
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.3.1" />
17
17
<DotNetCliToolReference Include =" dotnet-xunit" Version =" 2.3.1" />
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp2.0 </TargetFramework >
4
+ <TargetFramework >netcoreapp2.1 </TargetFramework >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
10
10
</ItemGroup >
11
11
12
12
<ItemGroup >
13
- <PackageReference Include =" Microsoft.AspNetCore.All" Version =" 2.0.5 " />
13
+ <PackageReference Include =" Microsoft.AspNetCore.All" Version =" 2.1.0 " />
14
14
<PackageReference Include =" Swashbuckle" Version =" 6.0.0-beta902" />
15
15
</ItemGroup >
16
16
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp2.0 </TargetFramework >
4
+ <TargetFramework >netcoreapp2.1 </TargetFramework >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
8
- <PackageReference Include =" Microsoft.AspNetCore.All" Version =" 2.0.5 " />
9
- <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 2.0 .0" />
8
+ <PackageReference Include =" Microsoft.AspNetCore.All" Version =" 2.1.0 " />
9
+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 2.1 .0" />
10
10
</ItemGroup >
11
11
12
12
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp2.0 </TargetFramework >
4
+ <TargetFramework >netcoreapp2.1 </TargetFramework >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
11
11
</ItemGroup >
12
12
13
13
<ItemGroup >
14
- <PackageReference Include =" Microsoft.AspNetCore.All" Version =" 2.0.5 " />
14
+ <PackageReference Include =" Microsoft.AspNetCore.All" Version =" 2.1.0 " />
15
15
</ItemGroup >
16
16
17
17
</Project >
You can’t perform that action at this time.
0 commit comments