change target framework to v4.8

This commit is contained in:
2021-02-16 14:56:08 +01:00
parent db6d9c2d95
commit c02942eb91
3 changed files with 18 additions and 21 deletions

View File

@@ -8,12 +8,13 @@
<OutputType>WinExe</OutputType>
<RootNamespace>PJ64Savestater</RootNamespace>
<AssemblyName>Project64 Savestater</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>