Skip to content

Commit

Permalink
Update to .NET 8 RTM (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK authored Nov 16, 2023
1 parent 952b90e commit 7a69dcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions dotnet_grpc_bench/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
FROM mcr.microsoft.com/dotnet/nightly/sdk:8.0
FROM mcr.microsoft.com/dotnet/sdk:8.0

WORKDIR /app
COPY dotnet_grpc_bench /app
COPY proto /proto

RUN dotnet build -c Release Greeter.sln

ENV DOTNET_ReadyToRun=0
ENV DOTNET_TieredPGO=1
ENV DOTNET_TC_QuickJitForLoops=1

ENTRYPOINT [ "dotnet", "run" , "-c", "Release", "-p", "GreeterServer", "--no-build" ]
2 changes: 1 addition & 1 deletion dotnet_grpc_bench/GreeterServer/GreeterServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Grpc.AspNetCore" Version="2.57.0" />
<PackageReference Include="Grpc.AspNetCore" Version="2.59.0" />

<Protobuf Include="..\..\proto\helloworld\helloworld.proto" Link="helloworld.proto" />
</ItemGroup>
Expand Down

0 comments on commit 7a69dcd

Please sign in to comment.