From a337ec8d2579ad837174cde023cb45684509b303 Mon Sep 17 00:00:00 2001 From: Cody Merritt Anhorn Date: Mon, 15 Nov 2021 21:37:58 -0600 Subject: [PATCH] =?UTF-8?q?build:=20Updated=20Framework=20to=20.NET6=20?= =?UTF-8?q?=F0=9F=9B=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dotnet-build-publish.yml | 2 +- .github/workflows/dotnet-package.yml | 2 +- .../EventHorizon.Blazor.Interop.Sample.csproj | 12 ++++++------ .../EventHorizon.Blazor.Interop.csproj | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/dotnet-build-publish.yml b/.github/workflows/dotnet-build-publish.yml index 9be8de2..cedb1a3 100644 --- a/.github/workflows/dotnet-build-publish.yml +++ b/.github/workflows/dotnet-build-publish.yml @@ -17,7 +17,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: '5.0.100' + dotnet-version: '6.0.x' - name: Install dependencies run: dotnet restore - name: Build diff --git a/.github/workflows/dotnet-package.yml b/.github/workflows/dotnet-package.yml index c9cef62..f8fa155 100644 --- a/.github/workflows/dotnet-package.yml +++ b/.github/workflows/dotnet-package.yml @@ -28,7 +28,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: '5.0.100' + dotnet-version: '6.0.x' - name: Build with dotnet run: dotnet build --configuration Release ./EventHorizon.Blazor.Interop/EventHorizon.Blazor.Interop.csproj - name: Pack with dotnet diff --git a/EventHorizon.Blazor.Interop.Sample/EventHorizon.Blazor.Interop.Sample.csproj b/EventHorizon.Blazor.Interop.Sample/EventHorizon.Blazor.Interop.Sample.csproj index 4a4d825..99cebe1 100644 --- a/EventHorizon.Blazor.Interop.Sample/EventHorizon.Blazor.Interop.Sample.csproj +++ b/EventHorizon.Blazor.Interop.Sample/EventHorizon.Blazor.Interop.Sample.csproj @@ -1,18 +1,18 @@ - net5.0 + net6.0 false false - - - - - + + + + + diff --git a/EventHorizon.Blazor.Interop/EventHorizon.Blazor.Interop.csproj b/EventHorizon.Blazor.Interop/EventHorizon.Blazor.Interop.csproj index 80151a8..ec17c7f 100644 --- a/EventHorizon.Blazor.Interop/EventHorizon.Blazor.Interop.csproj +++ b/EventHorizon.Blazor.Interop/EventHorizon.Blazor.Interop.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 true EventHorizon Blazor Interop @@ -17,8 +17,8 @@ - - + +