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 2d07ecd commit dc5eb11Copy full SHA for dc5eb11
BooleanExpressionParser/.vscode/launch.json
@@ -6,7 +6,7 @@
6
"type": "coreclr",
7
"request": "launch",
8
"preLaunchTask": "build",
9
- "program": "${workspaceFolder}/bin/Debug/net6.0/BooleanExpressionParser.dll",
+ "program": "${workspaceFolder}/bin/Debug/net7.0/BooleanExpressionParser.dll",
10
"args": [
11
// "A.B",
12
// "A+B",
BooleanExpressionParser/BooleanExpressionParser.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
0 commit comments