Skip to content

Commit 260e7f3

Browse files
author
maximv
committed
fixing CI
1 parent e98cf2b commit 260e7f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

playground/Playground/Playground.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44

5-
<!-- <TargetFramework>netcoreapp2.2</TargetFramework>
6-
<TargetFramework Condition="'$(NoSupportForNetCore22)' == 'true'">netcoreapp2.1</TargetFramework> -->
7-
<TargetFramework>netcoreapp3.1</TargetFramework>
5+
<TargetFramework>netcoreapp2.2</TargetFramework>
6+
<TargetFramework Condition="'$(NoSupportForNetCore22)' == 'true'">netcoreapp2.1</TargetFramework>
7+
<!-- <TargetFramework>netcoreapp3.1</TargetFramework> -->
88

99
<Description>Benchmarks, sandbox for experiments.</Description>
1010

0 commit comments

Comments
 (0)