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 9673035 commit b2b8b5dCopy full SHA for b2b8b5d
.github/workflows/ci.yml
@@ -17,10 +17,10 @@ jobs:
17
- name: Setup virtual display
18
run: /usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
19
20
- - name: Install .NET Core 3.1 SDK
+ - name: Install .NET Core 5.0 SDK
21
uses: actions/[email protected]
22
with:
23
- dotnet-version: 3.1.x
+ dotnet-version: 5.0.x
24
25
- name: Install Node.js 15.x
26
uses: actions/setup-node@v1
test/integrationTests/testAssets/slnWithCsproj/src/app/app.csproj
@@ -5,7 +5,7 @@
5
</ItemGroup>
6
<PropertyGroup>
7
<OutputType>Exe</OutputType>
8
- <TargetFramework>netcoreapp2.1</TargetFramework>
+ <TargetFramework>net5.0</TargetFramework>
9
</PropertyGroup>
10
11
</Project>
0 commit comments