From 5bebb02d00ced625bc5d3f3b16ac9c9fdc144bfb Mon Sep 17 00:00:00 2001 From: Bert Date: Wed, 10 Jan 2024 17:10:39 +0100 Subject: [PATCH] Update .NET SDK version (#1584) --- Directory.Packages.props | 6 +++--- eng/azure-pipelines-nightly.yml | 6 +++--- eng/build.yml | 10 +++++----- global.json | 2 +- test/coverlet.core.tests/coverlet.core.tests.csproj | 6 +++--- .../coverlet.integration.determisticbuild.csproj | 4 ++-- .../coverlet.integration.template.csproj | 4 ++-- .../coverlet.integration.tests.csproj | 6 +++--- .../coverlet.tests.xunit.extensions.csproj | 2 +- 9 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index e3f734c58..a8469c01f 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -46,10 +46,10 @@ - + - - + + diff --git a/eng/azure-pipelines-nightly.yml b/eng/azure-pipelines-nightly.yml index a0ca90857..bd28f145d 100644 --- a/eng/azure-pipelines-nightly.yml +++ b/eng/azure-pipelines-nightly.yml @@ -9,8 +9,8 @@ steps: - task: UseDotNet@2 inputs: - version: 7.0.403 - displayName: Install .NET Core SDK 7.0.403 + version: 8.0.101 + displayName: Install .NET Core SDK 8.0.101 - task: UseDotNet@2 inputs: @@ -34,7 +34,7 @@ steps: - task: NuGetCommand@2 inputs: command: push - packagesToPush: $(Build.SourcesDirectory)\artifacts\package\release\*.nupkg + packagesToPush: $(Build.SourcesDirectory)\artifacts\package\release\*.snupkg nuGetFeedType: internal publishVstsFeed: coverlet/coverlet-nightly displayName: Publish NuGet symbol packages diff --git a/eng/build.yml b/eng/build.yml index 6cc9ed179..dbacdb65f 100644 --- a/eng/build.yml +++ b/eng/build.yml @@ -1,18 +1,18 @@ steps: - task: UseDotNet@2 inputs: - version: 6.0.416 - displayName: Install .NET Core SDK 6.0.417 + version: 6.0.418 + displayName: Install .NET Core SDK 6.0.418 - task: UseDotNet@2 inputs: - version: 7.0.403 - displayName: Install .NET Core SDK 7.0.404 + version: 7.0.405 + displayName: Install .NET Core SDK 7.0.405 - task: UseDotNet@2 inputs: useGlobalJson: true - displayName: Install .NET Core SDK 8.0.100 + displayName: Install .NET Core SDK 8.0.101 # create artifact/package folder - pwsh: | diff --git a/global.json b/global.json index 48e1c8448..5c3fd64fb 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.100" + "version": "8.0.101" } } diff --git a/test/coverlet.core.tests/coverlet.core.tests.csproj b/test/coverlet.core.tests/coverlet.core.tests.csproj index e1d245f76..c529a9f16 100644 --- a/test/coverlet.core.tests/coverlet.core.tests.csproj +++ b/test/coverlet.core.tests/coverlet.core.tests.csproj @@ -12,7 +12,7 @@ - + @@ -22,8 +22,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/coverlet.integration.determisticbuild/coverlet.integration.determisticbuild.csproj b/test/coverlet.integration.determisticbuild/coverlet.integration.determisticbuild.csproj index 0097fd694..0f1e39197 100644 --- a/test/coverlet.integration.determisticbuild/coverlet.integration.determisticbuild.csproj +++ b/test/coverlet.integration.determisticbuild/coverlet.integration.determisticbuild.csproj @@ -25,8 +25,8 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + diff --git a/test/coverlet.integration.template/coverlet.integration.template.csproj b/test/coverlet.integration.template/coverlet.integration.template.csproj index c0a443886..759a71f66 100644 --- a/test/coverlet.integration.template/coverlet.integration.template.csproj +++ b/test/coverlet.integration.template/coverlet.integration.template.csproj @@ -11,8 +11,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/coverlet.integration.tests/coverlet.integration.tests.csproj b/test/coverlet.integration.tests/coverlet.integration.tests.csproj index 470a6dd4b..6aa398926 100644 --- a/test/coverlet.integration.tests/coverlet.integration.tests.csproj +++ b/test/coverlet.integration.tests/coverlet.integration.tests.csproj @@ -9,11 +9,11 @@ - + - - + + diff --git a/test/coverlet.tests.xunit.extensions/coverlet.tests.xunit.extensions.csproj b/test/coverlet.tests.xunit.extensions/coverlet.tests.xunit.extensions.csproj index ccb1dabf4..6a67a0006 100644 --- a/test/coverlet.tests.xunit.extensions/coverlet.tests.xunit.extensions.csproj +++ b/test/coverlet.tests.xunit.extensions/coverlet.tests.xunit.extensions.csproj @@ -8,6 +8,6 @@ - +