Removed comments

Fixes #7579
This commit is contained in:
Nikita Potapenko 2019-02-15 11:38:08 +02:00 committed by Steve Sanderson
parent c565386a3e
commit 98ad532822
2 changed files with 2 additions and 10 deletions

View File

@ -1,5 +1 @@
<!--
Configuring this here is temporary. Later we'll move the app config
into Program.cs, and it won't be necessary to specify AppAssembly.
-->
<Router AppAssembly="typeof(Program).Assembly" />
<Router AppAssembly="typeof(Program).Assembly" />

View File

@ -1,5 +1 @@
<!--
Configuring this here is temporary. Later we'll move the app config
into Program.cs, and it won't be necessary to specify AppAssembly.
-->
<Router AppAssembly="typeof(Program).Assembly" />
<Router AppAssembly="typeof(Program).Assembly" />