diff --git a/NuGetKeyVaultSignTool.Core/NuGetKeyVaultSignTool.Core.csproj b/NuGetKeyVaultSignTool.Core/NuGetKeyVaultSignTool.Core.csproj index 82cb6ea..a0bf3b3 100644 --- a/NuGetKeyVaultSignTool.Core/NuGetKeyVaultSignTool.Core.csproj +++ b/NuGetKeyVaultSignTool.Core/NuGetKeyVaultSignTool.Core.csproj @@ -1,21 +1,19 @@  - netcoreapp3.1;net5.0 + net6.0;net7.0 - - - + + - - - - - - + + + + + diff --git a/NuGetKeyVaultSignTool/NuGetKeyVaultSignTool.csproj b/NuGetKeyVaultSignTool/NuGetKeyVaultSignTool.csproj index ca02693..acfc06d 100644 --- a/NuGetKeyVaultSignTool/NuGetKeyVaultSignTool.csproj +++ b/NuGetKeyVaultSignTool/NuGetKeyVaultSignTool.csproj @@ -2,17 +2,19 @@ Exe - netcoreapp3.1;net5.0;net6.0 + net7.0;net6.0 true Major - - - + + + - + + + diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a2b8663..f6edcdc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,7 @@ stages: - task: UseDotNet@2 displayName: 'Use .NET Core SDK 6.x' inputs: - version: 6.x + version: 7.x includePreviewVersions: true - task: DotNetCoreCLI@2