From c4b42bb306cc974cac3e377fda3aac02f56e1b07 Mon Sep 17 00:00:00 2001 From: Isaiah Williams Date: Wed, 4 Mar 2020 11:39:18 -0600 Subject: [PATCH] Updating the PowerShell reference for the test project (#285) --- azure-pipelines.yml | 4 ++-- test/PowerShell.UnitTests/PowerShell.UnitTests.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2edac40..53f1ec0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -33,10 +33,10 @@ steps: condition: and(succeeded(), eq(variables['Agent.OS'], 'Windows_NT')) - task: UseDotNet@2 - displayName: 'Use .NET Core 3.0' + displayName: 'Use .NET Core 3.1' inputs: packageType: sdk - version: 3.0.x + version: 3.1.x installationPath: $(Agent.ToolsDirectory)/dotnet - task: DotNetCoreCLI@2 diff --git a/test/PowerShell.UnitTests/PowerShell.UnitTests.csproj b/test/PowerShell.UnitTests/PowerShell.UnitTests.csproj index 0a896a9..df28714 100644 --- a/test/PowerShell.UnitTests/PowerShell.UnitTests.csproj +++ b/test/PowerShell.UnitTests/PowerShell.UnitTests.csproj @@ -3,7 +3,7 @@ - netcoreapp3.0 + netcoreapp3.1 false Microsoft.Store.PartnerCenter.PowerShell.UnitTests Microsoft.Store.PartnerCenter.PowerShell.UnitTests @@ -15,7 +15,7 @@ - +