Set AspNetCoreVersion

This commit is contained in:
Ryan Brandenburg 2017-07-24 17:58:31 -07:00
parent ac0b1895c1
commit 3564b4eaa4
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<AspNetCoreVersion>2.0.0-*</AspNetCoreVersion>
<AspNetCoreVersion>2.1.0-*</AspNetCoreVersion>
<BenchmarkDotNetVersion>0.10.3</BenchmarkDotNetVersion>
<InternalAspNetCoreSdkVersion>2.0.1-*</InternalAspNetCoreSdkVersion>
<MoqVersion>4.7.49</MoqVersion>