Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSOE-751: Upgrade to Orchard Core 1.8 #307

Merged
merged 24 commits into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
0c8473c
Updating .NET versions.
Psichorex Jan 18, 2024
b5ae981
Merge remote-tracking branch 'origin/dev' into issue/OSOE-751
Psichorex Jan 19, 2024
7e92a8d
Updating branch reference.
Psichorex Jan 19, 2024
f742dea
Upgrading SDK.
Psichorex Jan 19, 2024
9269a53
Merge remote-tracking branch 'origin/dev' into issue/OSOE-751
Psichorex Jan 27, 2024
d37e745
Merge remote-tracking branch 'origin/dev' into issue/OSOE-751
Psichorex Jan 27, 2024
ad18a5e
Merge remote-tracking branch 'origin/dev' into issue/OSOE-751
Psichorex Jan 30, 2024
6e10f2b
Upgrading dotnet version.
Psichorex Feb 1, 2024
e959343
Merge remote-tracking branch 'origin/dev' into issue/OSOE-751
Psichorex Feb 1, 2024
88ad74f
Updating branch references.
Psichorex Feb 1, 2024
8a7879d
Removing @
Psichorex Feb 1, 2024
9defbb8
Merge remote-tracking branch 'origin/dev' into issue/OSOE-751
Psichorex Feb 5, 2024
7afc3c4
Merge remote-tracking branch 'origin/dev' into issue/OSOE-751
Psichorex Feb 7, 2024
d8c0849
Merge remote-tracking branch 'origin/dev' into issue/OSOE-751
Psichorex Feb 13, 2024
7f45942
Merge remote-tracking branch 'origin/dev' into issue/OSOE-751
Psichorex Feb 14, 2024
2889eff
Upgrading dotnet-dump tool.
Psichorex Feb 14, 2024
844bea4
Updating reference.
Psichorex Feb 14, 2024
6db6ff1
Updating reference.
Psichorex Feb 14, 2024
3b85af2
Merge remote-tracking branch 'origin/dev' into issue/OSOE-751
Psichorex Feb 15, 2024
8b8ade9
Merge remote-tracking branch 'origin/dev' into issue/OSOE-751
Psichorex Feb 17, 2024
b905acd
REverting to dev reference in build-and-test-dotnet.
Psichorex Feb 21, 2024
ecb4e6a
Reverting to dev reference in build-and-test-orchard-core.
Psichorex Feb 21, 2024
70247a8
Reverting to dev reference in build-dotnet.
Psichorex Feb 21, 2024
1db9883
Reverting to dev reference.
Psichorex Feb 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/setup-dotnet/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Sets up the .NET SDK.
inputs:
dotnet-version:
required: false
default: 7.0.x
default: 8.0.x
description: Version of the .NET SDK to set up.

runs:
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/test-dotnet/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ runs:
uses: Lombiq/GitHub-Actions/.github/actions/install-dotnet-tool@dev
with:
name: dotnet-dump
version: 7.0.421201
version: 8.0.510501

- name: Run Tests
id: run-tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ on:
"['ubuntu-22.04']" or "['ubuntu-22.04', 'windows-2022']".
dotnet-version:
type: string
default: 7.0.x
default: 8.0.x
description: Version of the .NET SDK to set up.
blame-hang-timeout:
type: string
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-orchard-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ on:
"['ubuntu-22.04']" or "['ubuntu-22.04', 'windows-2022']".
dotnet-version:
type: string
default: 7.0.x
default: 8.0.x
description: Version of the .NET SDK to set up.
blame-hang-timeout:
type: string
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
"['ubuntu-22.04']" or "['ubuntu-22.04', 'windows-2022']".
dotnet-version:
type: string
default: 7.0.x
default: 8.0.x
description: Version of the .NET SDK to set up.
build-directory:
type: string
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-azure-app-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ on:
description: The name of the type of machine to run the workflow under.
dotnet-version:
type: string
default: 7.0.x
default: 8.0.x
description: Version of the .NET SDK to set up.
build-directory:
type: string
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
description: The logging verbosity type used by the `dotnet` command.
dotnet-version:
type: string
default: 7.0.x
default: 8.0.x
description: Version of the .NET SDK to set up.
timeout-minutes:
type: number
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-analysis-failure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
"['ubuntu-22.04']" or "['ubuntu-22.04', 'windows-2022']".
dotnet-version:
type: string
default: 7.0.x
default: 8.0.x
description: Version of the .NET SDK to set up.
build-directory:
type: string
Expand Down
Loading