From 6c76c84843364d55e291f81142151224b56fd70e Mon Sep 17 00:00:00 2001 From: Ruben Bartelink Date: Tue, 31 Dec 2024 10:27:20 +0000 Subject: [PATCH] dotnet upgrade --- azure-pipelines.yml | 6 ++++++ .../FsCodec.NewtonsoftJson.Tests.fsproj | 2 +- tests/FsCodec.Tests/FsCodec.Tests.fsproj | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 27a709fd..6d8f6144 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,6 +24,9 @@ jobs: pool: vmImage: 'ubuntu-latest' steps: + - task: UseDotNet@2 + inputs: + useGlobalJson: true - script: dotnet test build.proj displayName: dotnet test - task: PublishTestResults@2 @@ -37,6 +40,9 @@ jobs: pool: vmImage: 'macOS-latest' steps: + - task: UseDotNet@2 + inputs: + useGlobalJson: true - script: dotnet test build.proj displayName: dotnet test - task: PublishTestResults@2 diff --git a/tests/FsCodec.NewtonsoftJson.Tests/FsCodec.NewtonsoftJson.Tests.fsproj b/tests/FsCodec.NewtonsoftJson.Tests/FsCodec.NewtonsoftJson.Tests.fsproj index 0bee6057..743c2650 100644 --- a/tests/FsCodec.NewtonsoftJson.Tests/FsCodec.NewtonsoftJson.Tests.fsproj +++ b/tests/FsCodec.NewtonsoftJson.Tests/FsCodec.NewtonsoftJson.Tests.fsproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 false diff --git a/tests/FsCodec.Tests/FsCodec.Tests.fsproj b/tests/FsCodec.Tests/FsCodec.Tests.fsproj index 6bd3fa75..e46994f0 100644 --- a/tests/FsCodec.Tests/FsCodec.Tests.fsproj +++ b/tests/FsCodec.Tests/FsCodec.Tests.fsproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 false