From 505f77fae8836a6aaae6f44a68d0d1031976630c Mon Sep 17 00:00:00 2001 From: Mukesh Murugan Date: Sat, 23 Nov 2024 07:50:45 +0530 Subject: [PATCH] update image version --- .github/workflows/webapi.yml | 4 ++-- src/Directory.Build.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/webapi.yml b/.github/workflows/webapi.yml index 01ae264ec..82269e704 100644 --- a/.github/workflows/webapi.yml +++ b/.github/workflows/webapi.yml @@ -25,7 +25,7 @@ jobs: - name: setup dotnet uses: actions/setup-dotnet@v4 with: - dotnet-version: 9.0.100 + dotnet-version: 9.x - name: restore dependencies run: dotnet restore ./src/api/server/Server.csproj - name: build @@ -43,7 +43,7 @@ jobs: - name: setup dotnet uses: actions/setup-dotnet@v4 with: - dotnet-version: 9.0.100 + dotnet-version: 9.x - name: docker login uses: docker/login-action@v3 with: diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 0c6a4b342..d39cb30fc 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -10,7 +10,7 @@ true latest All - 2.0.2-rc;latest + 2.0.3-rc;latest