fixed the dotnet thingy

This commit is contained in:
Lynne Megido 2020-09-01 17:13:08 +10:00
parent 501053b087
commit f20df85f31

View File

@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<StartupObject>Buypeeb.Program</StartupObject>
<StartupObject>Buypeeb.BuypeebApp</StartupObject>
</PropertyGroup>
<ItemGroup>