From 5d21f9b54dc67ef18c23de37ce10846eafd45c3b Mon Sep 17 00:00:00 2001 From: Matthew Pope Date: Thu, 16 Nov 2023 12:42:39 -0800 Subject: [PATCH] Update test project configuration so that tests can run --- .github/workflows/build.yml | 6 ++++-- Amazon.IonDotnet.Tests/Amazon.IonDotnet.Tests.csproj | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 877794a..e4171e0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,9 +17,11 @@ jobs: with: submodules: recursive - name: Setup .Net - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v3 with: - dotnet-version: ${{ matrix.dotnet }} + dotnet-version: | + ${{ matrix.dotnet }} + 7.0.x - name: Project Build run: dotnet build --configuration Release - name: Project Test diff --git a/Amazon.IonDotnet.Tests/Amazon.IonDotnet.Tests.csproj b/Amazon.IonDotnet.Tests/Amazon.IonDotnet.Tests.csproj index 1a945ae..8e7465b 100644 --- a/Amazon.IonDotnet.Tests/Amazon.IonDotnet.Tests.csproj +++ b/Amazon.IonDotnet.Tests/Amazon.IonDotnet.Tests.csproj @@ -1,6 +1,7 @@  - netcoreapp2.1 + true + net7.0 false latest Debug;Release;Perf