Merge pull request #1117 from aspnet/shirhatti/updatemodulename

Update module version property to match exact name of the module
This commit is contained in:
Pavel Krymets 2018-08-02 08:57:10 -07:00 committed by GitHub
commit 1d1b2155c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
</ItemGroup>
<PropertyGroup>
<AspNetCoreModuleVersion Condition=" '$(AspNetCoreModuleVersion)' == '' ">V2</AspNetCoreModuleVersion>
<AspNetCoreModuleName Condition=" '$(AspNetCoreModuleName)' == '' ">AspNetCoreModuleV2</AspNetCoreModuleName>
</PropertyGroup>
</Project>

View File

@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<AspNetCoreModuleVersion Condition=" '$(AspNetCoreModuleVersion)' == '' ">V2</AspNetCoreModuleVersion>
<AspNetCoreModuleName Condition=" '$(AspNetCoreModuleName)' == '' ">AspNetCoreModuleV2</AspNetCoreModuleName>
</PropertyGroup>
</Project>