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