Skip to content

Commit

Permalink
Update to .NET 9 (#491)
Browse files Browse the repository at this point in the history
* Update to .NET 9

* Test disabling DATAS

* Revert
  • Loading branch information
JamesNK authored Nov 14, 2024
1 parent 5dc3777 commit 668df1a
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:8.0
FROM mcr.microsoft.com/dotnet/sdk:9.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>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

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

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

0 comments on commit 668df1a

Please sign in to comment.