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 3f7b9a7 commit 2d8db2fCopy full SHA for 2d8db2f
.github/workflows/ci.yml
@@ -45,12 +45,6 @@ jobs:
45
echo "BUILD_VERSION=$version" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf-8 -Append
46
shell: pwsh
47
48
- - name: Setup NuGet
49
- uses: NuGet/[email protected]
50
-
51
- - name: Restore dependencies
52
- run: nuget restore $SOLUTION
53
54
- name: Setup .NET Core 3.1
55
uses: actions/setup-dotnet@v1
56
with:
@@ -61,6 +55,17 @@ jobs:
61
62
dotnet-version: 5.0.x
63
57
58
+ - name: Setup .NET 6.0
59
+ uses: actions/setup-dotnet@v1
60
+ with:
+ dotnet-version: 6.0.x
+
+ - name: Setup NuGet
64
+ uses: NuGet/[email protected]
65
66
+ - name: Restore dependencies
67
+ run: nuget restore $SOLUTION
68
69
- name: Setup MSBuild
70
uses: microsoft/[email protected]
71
0 commit comments