fix pipelines and publish profile

This commit is contained in:
ngfrolov 2024-02-28 09:27:51 +05:00
parent 8e720dc7c4
commit f88c0ecd87
Signed by untrusted user who does not match committer: ng.frolov
GPG Key ID: E99907A0357B29A7
5 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ jobs:
if: ${{ steps.cache-dotnet.outputs.cache-hit != 'true' }} if: ${{ steps.cache-dotnet.outputs.cache-hit != 'true' }}
uses: actions/setup-dotnet@v4 uses: actions/setup-dotnet@v4
with: with:
dotnet-version: 6.0.x dotnet-version: 8.0.x
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Add gitea as nuget source - name: Add gitea as nuget source

View File

@ -14,7 +14,7 @@ jobs:
if: ${{ steps.cache-dotnet.outputs.cache-hit != 'true' }} if: ${{ steps.cache-dotnet.outputs.cache-hit != 'true' }}
uses: actions/setup-dotnet@v4 uses: actions/setup-dotnet@v4
with: with:
dotnet-version: 6.0.x dotnet-version: 8.0.x
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Add gitea as nuget source - name: Add gitea as nuget source

View File

@ -14,7 +14,7 @@ jobs:
if: ${{ steps.cache-dotnet.outputs.cache-hit != 'true' }} if: ${{ steps.cache-dotnet.outputs.cache-hit != 'true' }}
uses: actions/setup-dotnet@v4 uses: actions/setup-dotnet@v4
with: with:
dotnet-version: 6.0.x dotnet-version: 8.0.x
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Add gitea as nuget source - name: Add gitea as nuget source

View File

@ -13,7 +13,7 @@ jobs:
if: ${{ steps.cache-dotnet.outputs.cache-hit != 'true' }} if: ${{ steps.cache-dotnet.outputs.cache-hit != 'true' }}
uses: actions/setup-dotnet@v4 uses: actions/setup-dotnet@v4
with: with:
dotnet-version: 6.0.x dotnet-version: 8.0.x
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Add gitea as nuget source - name: Add gitea as nuget source

View File

@ -13,7 +13,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PublishUrl>bin\publishLinux\</PublishUrl> <PublishUrl>bin\publishLinux\</PublishUrl>
<WebPublishMethod>FileSystem</WebPublishMethod> <WebPublishMethod>FileSystem</WebPublishMethod>
<SiteUrlToLaunchAfterPublish /> <SiteUrlToLaunchAfterPublish />
<TargetFramework>net6.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
<ProjectGuid>a2768702-47cb-4127-941c-e339d5efcffe</ProjectGuid> <ProjectGuid>a2768702-47cb-4127-941c-e339d5efcffe</ProjectGuid>
<SelfContained>true</SelfContained> <SelfContained>true</SelfContained>
<RuntimeIdentifier>linux-x64</RuntimeIdentifier> <RuntimeIdentifier>linux-x64</RuntimeIdentifier>