Skip to content

Commit 6297262

Browse files
authored
.NET 8 in actions (#131)
* Update CI.yml * Update Release.yml * Update CI.yml * Update Release.yml
1 parent 6f20093 commit 6297262

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET
1919
uses: actions/setup-dotnet@v4
2020
with:
21-
dotnet-version: 7.0.x
21+
dotnet-version: 8
2222
include-prerelease: true
2323

2424
- name: Install dependencies

.github/workflows/Release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
- name: GitVersion
2525
run: dotnet dotnet-gitversion /output buildserver /updateprojectfiles
2626

27-
- name: Setup .NET 7
27+
- name: Setup .NET
2828
uses: actions/setup-dotnet@v4
2929
with:
30-
dotnet-version: 7.0.x
30+
dotnet-version: 8
3131
include-prerelease: true
3232

3333
- name: Install dependencies
@@ -46,4 +46,4 @@ jobs:
4646
- name: Publish
4747
env:
4848
NugetKey: ${{ secrets.NuGetKey }}
49-
run: dotnet nuget push (Get-ChildItem *.nupkg -Recurse) --api-key $Env:NuGetKey --source https://api.nuget.org/v3/index.json
49+
run: dotnet nuget push (Get-ChildItem *.nupkg -Recurse) --api-key $Env:NuGetKey --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)