diff --git a/Directory.Packages.props b/Directory.Packages.props index ad61baa84..0a70acdcc 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -9,7 +9,7 @@ 17.11.48 5.3.0 - 7.3.1 + 7.6.0 18.5.1 3.2.2 @@ -19,21 +19,21 @@ - + - - - - - + + + + + - + - + @@ -52,29 +52,29 @@ - + - + - - - - - + + + + + - + - - - + + + diff --git a/eng/build-legacy.yml b/eng/build-legacy.yml index a7287021c..330ab4574 100644 --- a/eng/build-legacy.yml +++ b/eng/build-legacy.yml @@ -4,13 +4,13 @@ steps: - task: UseDotNet@2 inputs: - version: 8.0.420 - displayName: Install .NET Core SDK 8.0.420 + version: 8.0.421 + displayName: Install .NET Core SDK 8.0.421 - task: UseDotNet@2 inputs: useGlobalJson: true - displayName: Install .NET Core SDK 9.0.313 (global.json) + displayName: Install .NET Core SDK 9.0.314 (global.json) # create artifact/package folder - pwsh: | diff --git a/global.json b/global.json index 93c5d4a22..a9f688f62 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.203", + "version": "10.0.300", "rollForward": "latestFeature" }, "test": { diff --git a/src/coverlet.core/coverlet.core.csproj b/src/coverlet.core/coverlet.core.csproj index faf439500..0668211b1 100644 --- a/src/coverlet.core/coverlet.core.csproj +++ b/src/coverlet.core/coverlet.core.csproj @@ -22,9 +22,9 @@ - - - + + + diff --git a/src/legacy/global-legacy.json b/src/legacy/global-legacy.json index 8a08ffc2f..67e5d6e0a 100644 --- a/src/legacy/global-legacy.json +++ b/src/legacy/global-legacy.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "9.0.313" + "version": "9.0.314" } } diff --git a/test/coverlet.MTP.validation.tests/coverlet.MTP.validation.tests.csproj b/test/coverlet.MTP.validation.tests/coverlet.MTP.validation.tests.csproj index 515438bdf..3edc497af 100644 --- a/test/coverlet.MTP.validation.tests/coverlet.MTP.validation.tests.csproj +++ b/test/coverlet.MTP.validation.tests/coverlet.MTP.validation.tests.csproj @@ -19,6 +19,7 @@ + diff --git a/test/coverlet.core.coverage.tests/coverlet.core.coverage.tests.csproj b/test/coverlet.core.coverage.tests/coverlet.core.coverage.tests.csproj index 8556552d0..3617ba226 100644 --- a/test/coverlet.core.coverage.tests/coverlet.core.coverage.tests.csproj +++ b/test/coverlet.core.coverage.tests/coverlet.core.coverage.tests.csproj @@ -22,7 +22,8 @@ - + + diff --git a/test/coverlet.integration.MTP.tests/coverlet.integration.MTP.tests.csproj b/test/coverlet.integration.MTP.tests/coverlet.integration.MTP.tests.csproj index b076d972b..47e8c384b 100644 --- a/test/coverlet.integration.MTP.tests/coverlet.integration.MTP.tests.csproj +++ b/test/coverlet.integration.MTP.tests/coverlet.integration.MTP.tests.csproj @@ -10,15 +10,15 @@ - + - + - + diff --git a/test/coverlet.integration.template/coverlet.integration.template.csproj b/test/coverlet.integration.template/coverlet.integration.template.csproj index cd916015b..2c0f732cc 100644 --- a/test/coverlet.integration.template/coverlet.integration.template.csproj +++ b/test/coverlet.integration.template/coverlet.integration.template.csproj @@ -21,8 +21,8 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + diff --git a/test/coverlet.msbuild.tasks.tests/coverlet.msbuild.tasks.tests.csproj b/test/coverlet.msbuild.tasks.tests/coverlet.msbuild.tasks.tests.csproj index 33834a469..0d83c61e8 100644 --- a/test/coverlet.msbuild.tasks.tests/coverlet.msbuild.tasks.tests.csproj +++ b/test/coverlet.msbuild.tasks.tests/coverlet.msbuild.tasks.tests.csproj @@ -49,7 +49,7 @@ - + runtime