Skip to content

Commit e6e1d44

Browse files
Mihkel Kivisildmrts
authored andcommitted
Updating github workflows to use .Net 8
Signed-off-by: Mihkel Kivisild <[email protected]>
1 parent b9cd985 commit e6e1d44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dotnet-build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup dotnet
1313
uses: actions/setup-dotnet@v4
1414
with:
15-
dotnet-version: 6.0.x # SDK Version to use.
15+
dotnet-version: 8.0.x # SDK Version to use.
1616

1717
- name: Cache Nuget packages
1818
uses: actions/cache@v4

.github/workflows/dotnet-build-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup dotnet
1313
uses: actions/setup-dotnet@v4
1414
with:
15-
dotnet-version: 6.0.x # SDK Version to use.
15+
dotnet-version: 8.0.x # SDK Version to use.
1616

1717
- name: Setup MSBuild
1818
uses: microsoft/[email protected]
@@ -37,4 +37,4 @@ jobs:
3737
run: msbuild src/WebEid.Security.sln /t:Build /p:Configuration=Release
3838

3939
- name: Test
40-
run: vstest.console.exe src/WebEid.Security.Tests/bin/Release/net6.0/WebEID.Security.Tests.dll
40+
run: vstest.console.exe src/WebEid.Security.Tests/bin/Release/net8.0/WebEID.Security.Tests.dll

0 commit comments

Comments
 (0)