switch to .NET Framework 4.8

This commit is contained in:
2020-09-24 11:25:04 +02:00
parent 45ef5483c4
commit e8dadc7fb6
14 changed files with 14 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
<StartupObject />
<RootNamespace>Pilz.S3DFileParser</RootNamespace>
<MyType>Windows</MyType>
<TargetFramework>net472</TargetFramework>
<TargetFramework>net48</TargetFramework>
<DefaultItemExcludes>$(DefaultItemExcludes);$(ProjectDir)**\*.vb</DefaultItemExcludes>
<LangVersion>latest</LangVersion>
<AssemblyTitle>SimpleFileParser</AssemblyTitle>