Upgrade to .NET Framework 4.7.1

This shouldn't harm other users, but Mono users will need to update their runtime to include the new .NET Standard 2.0 functions that are being used.
This commit is contained in:
nopjmp
2019-10-21 13:32:36 -05:00
parent 46e947a64b
commit 712f51360d
16 changed files with 18 additions and 16 deletions

View File

@@ -12,7 +12,7 @@
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema>
<DelaySign>false</DelaySign>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net471</TargetFrameworks>
<OutputType>Exe</OutputType>
<RootNamespace>PacketDump</RootNamespace>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>