We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c8f33 commit 75a8b98Copy full SHA for 75a8b98
.github/workflows/dotnetblazor.yml
@@ -7,27 +7,14 @@ jobs:
7
8
runs-on: ubuntu-latest
9
10
- env:
11
- SqlServer_Test_Project_Path: Tests\SqlServer.Connector.Tests\SqlServer.Connector.Tests.csproj
12
-
13
steps:
14
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
17
- name: Setup .NET 8.0
18
- uses: actions/setup-dotnet@v2
19
- with:
20
- dotnet-version: 8.0.205
21
22
- - name: Setup .NET 7.0
23
24
25
- dotnet-version: 7.0.x
26
27
- - name: Setup .NET 6.0
28
+ uses: actions/setup-dotnet@v4
29
with:
30
- dotnet-version: 6.0.x
+ dotnet-version: 8.0.x
31
32
- name: Clean
33
run: dotnet clean InsideOut.sln --configuration Release && dotnet nuget locals all --clear
0 commit comments