diff --git a/.gitea/workflows/deploy-dev.yaml b/.gitea/workflows/deploy-dev.yaml
index aab333d7..d263b21a 100644
--- a/.gitea/workflows/deploy-dev.yaml
+++ b/.gitea/workflows/deploy-dev.yaml
@@ -14,7 +14,7 @@ jobs:
if: ${{ steps.cache-dotnet.outputs.cache-hit != 'true' }}
uses: actions/setup-dotnet@v4
with:
- dotnet-version: 6.0.x
+ dotnet-version: 8.0.x
- name: Check out repository code
uses: actions/checkout@v4
- name: Add gitea as nuget source
diff --git a/.gitea/workflows/deploy-prod.yaml b/.gitea/workflows/deploy-prod.yaml
index a72f27b1..fc6cd3f6 100644
--- a/.gitea/workflows/deploy-prod.yaml
+++ b/.gitea/workflows/deploy-prod.yaml
@@ -14,7 +14,7 @@ jobs:
if: ${{ steps.cache-dotnet.outputs.cache-hit != 'true' }}
uses: actions/setup-dotnet@v4
with:
- dotnet-version: 6.0.x
+ dotnet-version: 8.0.x
- name: Check out repository code
uses: actions/checkout@v4
- name: Add gitea as nuget source
diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml
index 1879c4de..105d57c4 100644
--- a/.gitea/workflows/deploy.yaml
+++ b/.gitea/workflows/deploy.yaml
@@ -14,7 +14,7 @@ jobs:
if: ${{ steps.cache-dotnet.outputs.cache-hit != 'true' }}
uses: actions/setup-dotnet@v4
with:
- dotnet-version: 6.0.x
+ dotnet-version: 8.0.x
- name: Check out repository code
uses: actions/checkout@v4
- name: Add gitea as nuget source
diff --git a/.gitea/workflows/unit-tests.yaml b/.gitea/workflows/unit-tests.yaml
index 09711bfa..cd318b27 100644
--- a/.gitea/workflows/unit-tests.yaml
+++ b/.gitea/workflows/unit-tests.yaml
@@ -13,7 +13,7 @@ jobs:
if: ${{ steps.cache-dotnet.outputs.cache-hit != 'true' }}
uses: actions/setup-dotnet@v4
with:
- dotnet-version: 6.0.x
+ dotnet-version: 8.0.x
- name: Check out repository code
uses: actions/checkout@v4
- name: Add gitea as nuget source
diff --git a/AsbCloudWebApi/Properties/PublishProfiles/PubLinux.pubxml b/AsbCloudWebApi/Properties/PublishProfiles/PubLinux.pubxml
index 9ca6d0f0..c0b08b03 100644
--- a/AsbCloudWebApi/Properties/PublishProfiles/PubLinux.pubxml
+++ b/AsbCloudWebApi/Properties/PublishProfiles/PubLinux.pubxml
@@ -13,7 +13,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
bin\publishLinux\
FileSystem
- net6.0
+ net8.0
a2768702-47cb-4127-941c-e339d5efcffe
true
linux-x64