From 0bd379026fd8c59b90437ea29ca7f3ebff307ea8 Mon Sep 17 00:00:00 2001 From: Paul Yuknewicz Date: Sat, 17 Feb 2024 02:07:28 -0800 Subject: [PATCH] Updated batch project for .net8, removing dead swashbuckle references Signed-off-by: Paul Yuknewicz --- .github/env/global.env | 2 +- bindings/csharp/http/batch/batch.csproj | 6 +----- bindings/csharp/sdk/batch/batch.csproj | 3 +-- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/env/global.env b/.github/env/global.env index fec526fb..51b339fa 100644 --- a/.github/env/global.env +++ b/.github/env/global.env @@ -1,5 +1,5 @@ DAPR_CLI_VERSION: 1.12.0 - DAPR_RUNTIME_VERSION: 1.13.0-rc.2 + DAPR_RUNTIME_VERSION: 1.13.0-rc.4 DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v${DAPR_CLI_VERSION}/install/ DAPR_DEFAULT_IMAGE_REGISTRY: ghcr MACOS_PYTHON_VERSION: 3.10 diff --git a/bindings/csharp/http/batch/batch.csproj b/bindings/csharp/http/batch/batch.csproj index 85b297d5..6a0fd79d 100644 --- a/bindings/csharp/http/batch/batch.csproj +++ b/bindings/csharp/http/batch/batch.csproj @@ -2,13 +2,9 @@ Exe - net6.0 + net8.0 enable enable - - - - \ No newline at end of file diff --git a/bindings/csharp/sdk/batch/batch.csproj b/bindings/csharp/sdk/batch/batch.csproj index 142c5366..3108167d 100644 --- a/bindings/csharp/sdk/batch/batch.csproj +++ b/bindings/csharp/sdk/batch/batch.csproj @@ -2,13 +2,12 @@ Exe - net6.0 + net8.0 enable enable -