This repository was archived by the owner on May 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +26
-26
lines changed
FullStockTickerSample/grpc
FullStockTickerAuth/FullStockTicker/src
TraderSys.FullStockTicker.Client
TraderSys.FullStockTickerClientApp
TraderSys.FullStockTickerServer
TraderSys.FullStockTicker.Client
TraderSys.FullStockTickerClientApp
TraderSys.FullStockTickerServer Expand file tree Collapse file tree 6 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
8
- <PackageReference Include =" Google.Protobuf" Version =" 3.9.1 " />
9
- <PackageReference Include =" Grpc.Auth" Version =" 2.23 .0" />
10
- <PackageReference Include =" Grpc.Net.ClientFactory" Version =" 0.2.23 -pre1" />
11
- <PackageReference Include =" Grpc.Net.Common" Version =" 0.2.23 -pre1" />
12
- <PackageReference Include =" Grpc.Tools" Version =" 2.23 .0" >
8
+ <PackageReference Include =" Google.Protobuf" Version =" 3.14.0 " />
9
+ <PackageReference Include =" Grpc.Auth" Version =" 2.34 .0" />
10
+ <PackageReference Include =" Grpc.Net.ClientFactory" Version =" 2.34.0 -pre1" />
11
+ <PackageReference Include =" Grpc.Net.Common" Version =" 2.34.0 -pre1" />
12
+ <PackageReference Include =" Grpc.Tools" Version =" 2.34 .0" >
13
13
<PrivateAssets >all</PrivateAssets >
14
14
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
15
15
</PackageReference >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop " >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<OutputType >WinExe</OutputType >
5
- <TargetFramework >netcoreapp3.0 </TargetFramework >
5
+ <TargetFramework >net5.0-windows </TargetFramework >
6
6
<UseWPF >true</UseWPF >
7
7
</PropertyGroup >
8
8
11
11
</ItemGroup >
12
12
13
13
<ItemGroup >
14
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 3 .0.0-preview8.19405.4 " />
14
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 5 .0.0" />
15
15
</ItemGroup >
16
16
17
17
<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 >netcoreapp3 .0</TargetFramework >
4
+ <TargetFramework >net5 .0</TargetFramework >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
8
8
<Protobuf Include =" Protos\full_stock_ticker.proto" GrpcServices =" Server" />
9
9
</ItemGroup >
10
10
11
11
<ItemGroup >
12
- <PackageReference Include =" Grpc.AspNetCore" Version =" 0.1.22-pre3 " />
13
- <PackageReference Include =" Grpc.Net.Common" Version =" 0.2.23 -pre1" />
14
- <PackageReference Include =" Grpc.Tools" Version =" 2.23 .0" />
15
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.Certificate" Version =" 3 .0.0-preview8.19405.7 " />
12
+ <PackageReference Include =" Grpc.AspNetCore" Version =" 2.34.0-pre1 " />
13
+ <PackageReference Include =" Grpc.Net.Common" Version =" 2.34.0 -pre1" />
14
+ <PackageReference Include =" Grpc.Tools" Version =" 2.34 .0" />
15
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.Certificate" Version =" 5 .0.0" />
16
16
</ItemGroup >
17
17
18
18
<ItemGroup >
Original file line number Diff line number Diff line change 5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
8
- <PackageReference Include =" Google.Protobuf" Version =" 3.9.1 " />
9
- <PackageReference Include =" Grpc.Auth" Version =" 2.23 .0" />
10
- <PackageReference Include =" Grpc.Net.ClientFactory" Version =" 0.2.23 -pre1" />
11
- <PackageReference Include =" Grpc.Net.Common" Version =" 0.2.23 -pre1" />
12
- <PackageReference Include =" Grpc.Tools" Version =" 2.23 .0" >
8
+ <PackageReference Include =" Google.Protobuf" Version =" 3.14.0 " />
9
+ <PackageReference Include =" Grpc.Auth" Version =" 2.34 .0" />
10
+ <PackageReference Include =" Grpc.Net.ClientFactory" Version =" 2.34.0 -pre1" />
11
+ <PackageReference Include =" Grpc.Net.Common" Version =" 2.34.0 -pre1" />
12
+ <PackageReference Include =" Grpc.Tools" Version =" 2.34 .0" >
13
13
<PrivateAssets >all</PrivateAssets >
14
14
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
15
15
</PackageReference >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop " >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<OutputType >WinExe</OutputType >
5
- <TargetFramework >netcoreapp3.0 </TargetFramework >
5
+ <TargetFramework >net5.0-windows </TargetFramework >
6
6
<UseWPF >true</UseWPF >
7
7
</PropertyGroup >
8
8
17
17
</ItemGroup >
18
18
19
19
<ItemGroup >
20
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 3 .0.0-preview8.19405.4 " />
20
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 5 .0.0" />
21
21
</ItemGroup >
22
22
23
23
<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 >netcoreapp3 .0</TargetFramework >
4
+ <TargetFramework >net5 .0</TargetFramework >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
8
8
<Protobuf Include =" Protos\full_stock_ticker.proto" GrpcServices =" Server" />
9
9
</ItemGroup >
10
10
11
11
<ItemGroup >
12
- <PackageReference Include =" Grpc.AspNetCore" Version =" 0.1.22-pre3 " />
13
- <PackageReference Include =" Grpc.Net.Common" Version =" 0.2.23 -pre1" />
14
- <PackageReference Include =" Grpc.Tools" Version =" 2.23 .0" />
15
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.Certificate" Version =" 3 .0.0-preview8.19405.7 " />
12
+ <PackageReference Include =" Grpc.AspNetCore" Version =" 2.34.0-pre1 " />
13
+ <PackageReference Include =" Grpc.Net.Common" Version =" 2.34.0 -pre1" />
14
+ <PackageReference Include =" Grpc.Tools" Version =" 2.34 .0" />
15
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.Certificate" Version =" 5 .0.0" />
16
16
</ItemGroup >
17
17
18
18
<ItemGroup >
You can’t perform that action at this time.
0 commit comments