Skip to content

Commit 4631c2d

Browse files
committed
Merge branch 'master' of https://github.com/kklldog/AgileConfig
2 parents d547bc2 + cf81ea0 commit 4631c2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-dotnet.yml .github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup .NET Core
4040
uses: actions/setup-dotnet@v1
4141
with:
42-
dotnet-version: 3.1.301
42+
dotnet-version: 6.0.100
4343
- name: Install dependencies
4444
run: dotnet restore
4545
- name: Build

.github/workflows/dotnet.yml .github/workflows/release-xxx.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup .NET Core
4141
uses: actions/setup-dotnet@v1
4242
with:
43-
dotnet-version: 3.1.301
43+
dotnet-version: 6.0.100
4444
- name: Install dependencies
4545
run: dotnet restore
4646
- name: Build
@@ -53,7 +53,7 @@ jobs:
5353
run: dotnet publish AgileConfig.Server.Apisite/AgileConfig.Server.Apisite.csproj -c Release
5454
- uses: papeloto/action-zip@v1
5555
with:
56-
files: AgileConfig.Server.Apisite/bin/Release/netcoreapp3.1/publish/
56+
files: AgileConfig.Server.Apisite/bin/Release/net6.0/publish/
5757
dest: agileconfig_server_deploy.zip
5858
- name: create release
5959
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)