Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit da9252a

Browse files
committed
Updated Portfolios specific sample
1 parent c8df9bf commit da9252a

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

PortfoliosSample/grpc/TraderSys/src/TraderSys.Portfolios.ClientConsole/TraderSys.Portfolios.ClientConsole.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp3.0</TargetFramework>
5+
<TargetFramework>net5.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Google.Protobuf" Version="3.9.1" />
10-
<PackageReference Include="Grpc.Net.ClientFactory" Version="0.2.23-pre1" />
11-
<PackageReference Include="Grpc.Tools" Version="2.23.0">
9+
<PackageReference Include="Google.Protobuf" Version="3.14.0" />
10+
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.34.0-pre1" />
11+
<PackageReference Include="Grpc.Tools" Version="2.34.0">
1212
<PrivateAssets>all</PrivateAssets>
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
</PackageReference>

PortfoliosSample/grpc/TraderSys/src/TraderSys.Portfolios/TraderSys.Portfolios.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp3.0</TargetFramework>
4+
<TargetFramework>net5.0</TargetFramework>
55
</PropertyGroup>
66

77
<ItemGroup>
88
<Protobuf Include="Protos\portfolios.proto" GrpcServices="Server" />
99
</ItemGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Grpc.AspNetCore" Version="0.1.22-pre3" />
13-
<PackageReference Include="Grpc.Tools" Version="2.23.0" />
14-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.0.0-preview8.19405.7" />
12+
<PackageReference Include="Grpc.AspNetCore" Version="2.32.0" />
13+
<PackageReference Include="Grpc.Tools" Version="2.34.0" />
14+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.0" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

PortfoliosSample/grpc/TraderSysAuth/src/TraderSys.Portfolios.Client/TraderSys.Portfolios.Client.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Google.Protobuf" Version="3.9.1" />
9-
<PackageReference Include="Grpc.Net.ClientFactory" Version="0.2.23-pre1" />
10-
<PackageReference Include="Grpc.Tools" Version="2.23.0">
8+
<PackageReference Include="Google.Protobuf" Version="3.14.0" />
9+
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.34.0-pre1" />
10+
<PackageReference Include="Grpc.Tools" Version="2.34.0">
1111
<PrivateAssets>all</PrivateAssets>
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
</PackageReference>

PortfoliosSample/grpc/TraderSysAuth/src/TraderSys.Portfolios.ClientConsole/TraderSys.Portfolios.ClientConsole.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp3.0</TargetFramework>
5+
<TargetFramework>net5.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Google.Protobuf" Version="3.9.1" />
10-
<PackageReference Include="Grpc.Net.ClientFactory" Version="0.2.23-pre1" />
11-
<PackageReference Include="Grpc.Tools" Version="2.23.0">
9+
<PackageReference Include="Google.Protobuf" Version="3.14.0" />
10+
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.34.0-pre1" />
11+
<PackageReference Include="Grpc.Tools" Version="2.34.0">
1212
<PrivateAssets>all</PrivateAssets>
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
</PackageReference>

PortfoliosSample/grpc/TraderSysAuth/src/TraderSys.Portfolios/TraderSys.Portfolios.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp3.0</TargetFramework>
4+
<TargetFramework>net5.0</TargetFramework>
55
</PropertyGroup>
66

77
<ItemGroup>
88
<Protobuf Include="Protos\portfolios.proto" GrpcServices="Server" />
99
</ItemGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Grpc.AspNetCore" Version="0.1.22-pre3" />
13-
<PackageReference Include="Grpc.Tools" Version="2.23.0" />
14-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.0.0-preview8.19405.7" />
12+
<PackageReference Include="Grpc.AspNetCore" Version="2.34.0-pre1" />
13+
<PackageReference Include="Grpc.Tools" Version="2.34.0" />
14+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.0" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

0 commit comments

Comments
 (0)