Set AspNetCoreVersion

This commit is contained in:
Ryan Brandenburg 2017-07-24 17:57:23 -07:00
parent 0e38a9fdd8
commit 5ee18f0ecc
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<Project>
<Project>
<PropertyGroup>
<AspNetCoreIntegrationTestingVersion>0.4.0-*</AspNetCoreIntegrationTestingVersion>
<AspNetCoreVersion>2.0.0-*</AspNetCoreVersion>
<AspNetCoreVersion>2.1.0-*</AspNetCoreVersion>
<CoreFxVersion>4.4.0-*</CoreFxVersion>
<DotnetDebToolVersion>2.0.0-preview2-*</DotnetDebToolVersion>
<InternalAspNetCoreSdkVersion>2.0.1-*</InternalAspNetCoreSdkVersion>