Skip to content

Commit e3573e6

Browse files
Try just targeting one framework to prevent file lock issue with CommandLine\CodeConv\obj\DotnetToolSettings.xml
1 parent d53a5b3 commit e3573e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CommandLine/CodeConv/CodeConv.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-
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
5+
<TargetFramework>net8.0</TargetFramework>
66
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
88
<IsPackable>true</IsPackable>

0 commit comments

Comments
 (0)