Set AspNetCoreVersion

This commit is contained in:
Ryan Brandenburg 2017-07-24 17:59:32 -07:00
parent 84e720180e
commit 47a58a305b
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<Project>
<Project>
<PropertyGroup>
<AspNetCoreVersion>2.0.0-*</AspNetCoreVersion>
<AspNetCoreVersion>2.1.0-*</AspNetCoreVersion>
<AspNetCoreIntegrationTestingVersion>0.4.0-*</AspNetCoreIntegrationTestingVersion>
<AspNetCoreModuleVersion>1.0.0-*</AspNetCoreModuleVersion>
<CoreFxVersion>4.4.0-*</CoreFxVersion>