remove StartupObject

This commit is contained in:
Stef Heyenrath 2024-06-02 21:34:53 +02:00
parent 01dc52a178
commit de7a38eda4

View File

@ -4,7 +4,6 @@
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<RootNamespace>GildedRoseKata</RootNamespace> <RootNamespace>GildedRoseKata</RootNamespace>
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
<StartupObject>GildedRoseKata.Program</StartupObject>
</PropertyGroup> </PropertyGroup>
</Project> </Project>