From 97d86e4fb3142f8602da37fd94c3c17e262175ff Mon Sep 17 00:00:00 2001 From: Tig Date: Wed, 29 May 2024 11:37:00 -0600 Subject: [PATCH] Release v1.17.0 --- .github/workflows/publish.yml | 2 +- Example/Example.csproj | 2 +- ReactiveExample/ReactiveExample.csproj | 2 +- UICatalog/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 61c6c4704..69913111f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -34,7 +34,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v4 with: - dotnet-version: 7.0 + dotnet-version: 8.0 dotnet-quality: 'ga' - name: Install dependencies diff --git a/Example/Example.csproj b/Example/Example.csproj index 900d2a48c..2c2fb9ecc 100644 --- a/Example/Example.csproj +++ b/Example/Example.csproj @@ -1,7 +1,7 @@  Exe - net7.0 + net8.0 1.0.0.0 diff --git a/ReactiveExample/ReactiveExample.csproj b/ReactiveExample/ReactiveExample.csproj index 7aaf02444..e903b9b67 100644 --- a/ReactiveExample/ReactiveExample.csproj +++ b/ReactiveExample/ReactiveExample.csproj @@ -1,7 +1,7 @@  Exe - net7.0 + net8.0