Skip to content

Commit dc5eb11

Browse files
committed
Upgrade project to .NET 7
1 parent 2d07ecd commit dc5eb11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BooleanExpressionParser/.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "coreclr",
77
"request": "launch",
88
"preLaunchTask": "build",
9-
"program": "${workspaceFolder}/bin/Debug/net6.0/BooleanExpressionParser.dll",
9+
"program": "${workspaceFolder}/bin/Debug/net7.0/BooleanExpressionParser.dll",
1010
"args": [
1111
// "A.B",
1212
// "A+B",

BooleanExpressionParser/BooleanExpressionParser.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net7.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>

0 commit comments

Comments
 (0)