Skip to content

Commit

Permalink
Update to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Sep 30, 2023
1 parent 5df8e0c commit 699b379
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dotnet_grpc_bench/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:7.0
FROM mcr.microsoft.com/dotnet/nightly/sdk:8.0

WORKDIR /app
COPY dotnet_grpc_bench /app
Expand Down
4 changes: 2 additions & 2 deletions dotnet_grpc_bench/GreeterServer/GreeterServer.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Grpc.AspNetCore" Version="2.50.0" />
<PackageReference Include="Grpc.AspNetCore" Version="2.56.0" />

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

0 comments on commit 699b379

Please sign in to comment.