Skip to content

Commit 8b60567

Browse files
author
user
committed
Update DuplicateCodeDetector.csproj and CsharpTokenizer.csproj
1 parent 2f2a9d5 commit 8b60567

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DuplicateCodeDetector/DuplicateCodeDetector.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>netcoreapp2.1</TargetFramework>
5+
<TargetFramework>net7.0</TargetFramework>
66
<StartupObject>NearCloneDetector.CloneDetectorCli</StartupObject>
77
</PropertyGroup>
88

tokenizers/CsharpTokenizer/CsharpTokenizer/CsharpTokenizer.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>netcoreapp2.1</TargetFramework>
5+
<TargetFramework>net7.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

0 commit comments

Comments
 (0)