From e78a08d16e3d98cff29e7479019ced9c027ea964 Mon Sep 17 00:00:00 2001 From: Peter Smulovics Date: Tue, 5 Mar 2024 07:45:29 -0500 Subject: [PATCH] update dotnet 8 (#186) (#217) * Bump xunit.runner.visualstudio from 2.5.1 to 2.5.7 (#188) Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.7. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.1...2.5.7) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... * Bump xunit from 2.6.4 to 2.7.0 (#189) Bumps [xunit](https://github.com/xunit/xunit) from 2.6.4 to 2.7.0. - [Commits](https://github.com/xunit/xunit/compare/2.6.4...2.7.0) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor ... * Bump es5-ext from 0.10.62 to 0.10.64 in /site (#187) Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.62 to 0.10.64. - [Release notes](https://github.com/medikoo/es5-ext/releases) - [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md) - [Commits](https://github.com/medikoo/es5-ext/compare/v0.10.62...v0.10.64) --- updated-dependencies: - dependency-name: es5-ext dependency-type: indirect ... * Bump follow-redirects from 1.15.3 to 1.15.4 in /site (#182) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.4) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... * Bump msgpackr from 1.10.0 to 1.10.1 in /site (#175) Bumps [msgpackr](https://github.com/kriszyp/msgpackr) from 1.10.0 to 1.10.1. - [Release notes](https://github.com/kriszyp/msgpackr/releases) - [Commits](https://github.com/kriszyp/msgpackr/compare/v1.10.0...v1.10.1) --- updated-dependencies: - dependency-name: msgpackr dependency-type: indirect ... * Bump TestableIOSystemIOAbstractionsTestingHelpersVersion (#185) Bumps `TestableIOSystemIOAbstractionsTestingHelpersVersion` from 19.2.69 to 20.0.15. Updates `TestableIO.System.IO.Abstractions.TestingHelpers` from 19.2.69 to 20.0.15 - [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases) - [Commits](https://github.com/TestableIO/System.IO.Abstractions/compare/v19.2.69...v20.0.15) Updates `TestableIO.System.IO.Abstractions.Wrappers` from 19.2.69 to 20.0.15 - [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases) - [Commits](https://github.com/TestableIO/System.IO.Abstractions/compare/v19.2.69...v20.0.15) --- updated-dependencies: - dependency-name: TestableIO.System.IO.Abstractions.TestingHelpers dependency-type: direct:production update-type: version-update:semver-major - dependency-name: TestableIO.System.IO.Abstractions.Wrappers dependency-type: direct:production update-type: version-update:semver-major ... * update dotnet version --------- Signed-off-by: dependabot[bot] Co-authored-by: jyffarh <49767480+jyffarh@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brian Ingenito <28159742+bingenito@users.noreply.github.com> Co-authored-by: Joyce Dzifa Lokko --- .github/workflows/continuous-integration.yml | 3 +-- Directory.Build.props | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 3053e90b..712beedd 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -26,8 +26,7 @@ jobs: uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0 with: dotnet-version: | - 3.1.x - 6.0.x + 8.0.x - name: Restore dependencies run: dotnet restore --locked-mode - name: Build diff --git a/Directory.Build.props b/Directory.Build.props index b3cf4871..5f57b0e2 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - net6.0 + net8.0