Set AspNetCoreVersion

This commit is contained in:
Ryan Brandenburg 2017-07-24 17:57:43 -07:00
parent 6c7d22f5a7
commit 96e9b8d239
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<AspNetCoreVersion>2.0.0-*</AspNetCoreVersion> <AspNetCoreVersion>2.1.0-*</AspNetCoreVersion>
<BenchmarkDotNetVersion>0.10.3</BenchmarkDotNetVersion> <BenchmarkDotNetVersion>0.10.3</BenchmarkDotNetVersion>
<CoreFxVersion>4.4.0-*</CoreFxVersion> <CoreFxVersion>4.4.0-*</CoreFxVersion>
<DiagnosticSourceVersion>4.4.1-*</DiagnosticSourceVersion> <DiagnosticSourceVersion>4.4.1-*</DiagnosticSourceVersion>