Updated to use the latest shared runtime

This commit is contained in:
Kiran Challa 2017-05-26 12:43:03 -07:00
parent 3089bf74fe
commit df75fd2188
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
<MoqVersion>4.7.1</MoqVersion>
<NETStandardLibraryNETFrameworkVersion>2.0.0-*</NETStandardLibraryNETFrameworkVersion>
<RoslynVersion>2.0.0</RoslynVersion>
<RuntimeFrameworkVersion Condition="'$(TargetFramework)'=='netcoreapp2.0'">2.0.0-*</RuntimeFrameworkVersion>
<TestSdkVersion>15.3.0-*</TestSdkVersion>
<WebApiClientVersion>5.2.2</WebApiClientVersion>
<XunitVersion>2.3.0-beta2-*</XunitVersion>