Skip to content

Commit ec1db24

Browse files
committed
update devnet project files
1 parent 500c7d0 commit ec1db24

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

templates/console/devnet.proj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0"?>
22
<Project>
33
<Properties>
4-
<EntryPoint>Application\Program</EntryPoint>
4+
<StartupObject>Application\Program</StartupObject>
5+
<RootNamespace>Application</RootNamespace>
56
</Properties>
67
</Project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ class Program
88
{
99
public static function main(array $args = [])
1010
{
11-
Console::writeline("Hello World!");
11+
Console::writeLine("Hello World!");
1212
}
1313
}

templates/web/devnet.proj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?xml version="1.0"?>
22
<Project>
33
<Properties>
4-
<EntryPoint>Application\Program</EntryPoint>
4+
<StartupObject>Application\Program</StartupObject>
5+
<RootNamespace>Application</RootNamespace>
56
</Properties>
6-
<Dependencies>
7-
<Package include="vendor/autoload.php"/>
8-
</Dependencies>
97
</Project>

0 commit comments

Comments
 (0)