From 48e414cbfbc0b6afb1c001a907f26beebd1ed9f9 Mon Sep 17 00:00:00 2001 From: AJ Rice <53190766+ajrice6713@users.noreply.github.com> Date: Thu, 19 Jan 2023 12:52:58 -0500 Subject: [PATCH] DX-2789 Update `Microsoft.NET.Test.Sdk` --- .github/workflows/test.yml | 6 ++-- .../Bandwidth.Iris.Tests.csproj | 36 +++++++++---------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cb79b0a..b6466c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,7 @@ name: Test on: schedule: - - cron: '0 4 * * *' + - cron: "0 4 * * *" pull_request: workflow_dispatch: @@ -11,8 +11,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-2022, windows-2019, ubuntu-18.04, ubuntu-20.04] - dotnet: [3.1.x, 5.0.x] + os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-22.04] + dotnet: [6.0.x, 7.0.x] steps: - name: Checkout repo uses: actions/checkout@v2 diff --git a/Bandwidth.Iris.Tests/Bandwidth.Iris.Tests.csproj b/Bandwidth.Iris.Tests/Bandwidth.Iris.Tests.csproj index 8bdbc30..cfb5a42 100644 --- a/Bandwidth.Iris.Tests/Bandwidth.Iris.Tests.csproj +++ b/Bandwidth.Iris.Tests/Bandwidth.Iris.Tests.csproj @@ -1,29 +1,29 @@ - netcoreapp3.1 - net5.0 + net6.0 + net7.0 - false - false + false + false - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - PreserveNewest - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + PreserveNewest + - +