Skip to content

Commit 12ef828

Browse files
authored
Update ci.yml
1 parent ce35d9b commit 12ef828

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ jobs:
2929
- name: Setup MSBuild.exe
3030
uses: microsoft/setup-msbuild@v1.0.3
3131

32+
- name: Install .NET Core
33+
uses: actions/setup-dotnet@v1.8.1
34+
with:
35+
dotnet-version: '6.0'
36+
include-prerelease: True
37+
3238
- name: Setup NuGet.exe for use with actions
3339
uses: NuGet/setup-nuget@v1.0.5
3440
with:

0 commit comments

Comments
 (0)