Skip to content

Commit b2b8b5d

Browse files
committed
Move test project to net5.0.
1 parent 9673035 commit b2b8b5d

File tree

2 files changed

+3
-3
lines changed
  • .github/workflows
  • test/integrationTests/testAssets/slnWithCsproj/src/app

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
- name: Setup virtual display
1818
run: /usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
1919

20-
- name: Install .NET Core 3.1 SDK
20+
- name: Install .NET Core 5.0 SDK
2121
uses: actions/[email protected]
2222
with:
23-
dotnet-version: 3.1.x
23+
dotnet-version: 5.0.x
2424

2525
- name: Install Node.js 15.x
2626
uses: actions/setup-node@v1

test/integrationTests/testAssets/slnWithCsproj/src/app/app.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</ItemGroup>
66
<PropertyGroup>
77
<OutputType>Exe</OutputType>
8-
<TargetFramework>netcoreapp2.1</TargetFramework>
8+
<TargetFramework>net5.0</TargetFramework>
99
</PropertyGroup>
1010

1111
</Project>

0 commit comments

Comments
 (0)