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 @@ - +