From fffd539f4f99e63582b80220340fa51d6b5db4c7 Mon Sep 17 00:00:00 2001 From: Alexander Luzgarev Date: Sat, 10 Jul 2021 10:27:45 +0200 Subject: [PATCH] Upgrade references --- .../MatFileHandler.Tests.csproj | 17 +++++++---------- azure-pipelines.yml | 4 ++-- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/MatFileHandler.Tests/MatFileHandler.Tests.csproj b/MatFileHandler.Tests/MatFileHandler.Tests.csproj index c6bfd00..eed4d91 100755 --- a/MatFileHandler.Tests/MatFileHandler.Tests.csproj +++ b/MatFileHandler.Tests/MatFileHandler.Tests.csproj @@ -1,22 +1,19 @@  - netcoreapp3.0;net472 + net5.0;net472 false - + ..\MatFileHandler.ruleset - - - ..\MatFileHandler.ruleset - bin\Debug\netcoreapp2.0\MatFileHandler.Tests.xml + bin\Debug\net5.0\MatFileHandler.Tests.xml - - - + + + @@ -25,7 +22,7 @@ - + All diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c43e0ec..2ea8385 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,9 +11,9 @@ variables: steps: - task: UseDotNet@2 - displayName: 'Use .NET Core SDK 3.x' + displayName: 'Use .NET Core SDK 5.x' inputs: - version: 3.x + version: 5.x - script: dotnet build --configuration $(buildConfiguration) displayName: 'dotnet build $(buildConfiguration)'