Rollback to Oqtane Version 6.1.3 and dotnet 9.0
Some checks failed
build-debian-package / Build the debian package (push) Failing after 57s
Some checks failed
build-debian-package / Build the debian package (push) Failing after 57s
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: "Dotnet SDK einrichten"
|
- name: "Dotnet SDK einrichten"
|
||||||
uses: actions/setup-dotnet@v4
|
uses: actions/setup-dotnet@v4
|
||||||
with:
|
with:
|
||||||
dotnet-version: "10.0.x"
|
dotnet-version: "9.0.x"
|
||||||
- name: "Oqtane Framework restore"
|
- name: "Oqtane Framework restore"
|
||||||
run: dotnet restore ./oqtane.framework/Oqtane.slnx --verbosity detailed
|
run: dotnet restore ./oqtane.framework/Oqtane.slnx --verbosity detailed
|
||||||
- name: "Oqtane Framework bauen"
|
- name: "Oqtane Framework bauen"
|
||||||
|
|||||||
@@ -2,6 +2,6 @@ Package: alumnihub
|
|||||||
Architecture: amd64
|
Architecture: amd64
|
||||||
Essential: no
|
Essential: no
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Depends: aspnetcore-runtime-10.0,nginx,postgresql-18
|
Depends: aspnetcore-runtime-9.0,nginx,postgresql-18
|
||||||
Maintainer: kocoder
|
Maintainer: kocoder
|
||||||
Description: Our production oqtane setup
|
Description: Our production oqtane setup
|
||||||
|
|||||||
Submodule oqtane.framework updated: f3175b6b06...6a43bcf458
Reference in New Issue
Block a user