Set AspNetCoreVersion

This commit is contained in:
Ryan Brandenburg 2017-07-24 17:57:01 -07:00
parent 94305530b1
commit 7de0540228
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>
<CoreFxVersion>4.4.0-*</CoreFxVersion>
<InternalAspNetCoreSdkVersion>2.0.1-*</InternalAspNetCoreSdkVersion>
<LibUvVersion>1.10.0</LibUvVersion>