Skip to content

Commit d6bea17

Browse files
Set TFM to net6.0;net8.0 for "warning NETSDK1138: The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future."
1 parent 19ba022 commit d6bea17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

0 commit comments

Comments
 (0)