.NET 5 B-)

This commit is contained in:
Lynne Megido 2021-06-15 12:04:17 +10:00
parent 21e1f2e3c0
commit be99d1dcef
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>netcoreapp5.0</TargetFramework>
<StartupObject>Buypeeb.BuypeebApp</StartupObject>
</PropertyGroup>