Set AspNetCoreVersion

This commit is contained in:
Ryan Brandenburg 2017-07-24 17:58:18 -07:00
parent 643efbe660
commit a509de0eb5
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>
<BenchmarkDotNetVersion>0.10.3</BenchmarkDotNetVersion>
<CoreFxVersion>4.4.0-*</CoreFxVersion>
<DiagnosticSourceVersion>4.4.1-*</DiagnosticSourceVersion>