DnsServerApp.NETCore: fixed missing entry point.

This commit is contained in:
Shreyas Zare
2017-12-29 22:47:54 +05:30
parent 118438b6c5
commit 73bbfc15dc

View File

@@ -11,6 +11,7 @@
<Authors>Shreyas Zare</Authors>
<AssemblyName>DnsServerApp</AssemblyName>
<RootNamespace>DnsServerApp</RootNamespace>
<StartupObject>DnsServerApp.Program</StartupObject>
</PropertyGroup>
<ItemGroup>