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 e98cf2b commit 260e7f3Copy full SHA for 260e7f3
playground/Playground/Playground.csproj
@@ -2,9 +2,9 @@
2
<PropertyGroup>
3
<OutputType>Exe</OutputType>
4
5
- <!-- <TargetFramework>netcoreapp2.2</TargetFramework>
6
- <TargetFramework Condition="'$(NoSupportForNetCore22)' == 'true'">netcoreapp2.1</TargetFramework> -->
7
- <TargetFramework>netcoreapp3.1</TargetFramework>
+ <TargetFramework>netcoreapp2.2</TargetFramework>
+ <TargetFramework Condition="'$(NoSupportForNetCore22)' == 'true'">netcoreapp2.1</TargetFramework>
+ <!-- <TargetFramework>netcoreapp3.1</TargetFramework> -->
8
9
<Description>Benchmarks, sandbox for experiments.</Description>
10
0 commit comments