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> <PropertyGroup>
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework> <TargetFramework>netcoreapp3.1</TargetFramework>
<StartupObject>Buypeeb.Program</StartupObject> <StartupObject>Buypeeb.BuypeebApp</StartupObject>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>