Skip to content

Commit

Permalink
[cartservice] Bump to .NET 7 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek authored May 29, 2023
1 parent 5719519 commit a24bc7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/cartservice/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NET_VERSION=6.0
ARG NET_VERSION=7.0
FROM mcr.microsoft.com/dotnet/sdk:${NET_VERSION} as builder

WORKDIR /app
Expand Down
4 changes: 2 additions & 2 deletions src/cartservice/cartservice.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>10.0</LangVersion>
<TargetFramework>net7.0</TargetFramework>
<LangVersion>11.0</LangVersion>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>

Expand Down

0 comments on commit a24bc7e

Please sign in to comment.