Browse Source

Updated to use the latest shared runtime

Kiran Challa 8 years ago
parent
commit
9ef496fe5b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      build/dependencies.props

+ 1 - 0
build/dependencies.props

@@ -6,6 +6,7 @@
     <MoqVersion>4.7.1</MoqVersion>
     <NETStandardLibraryNETFrameworkVersion>2.0.0-*</NETStandardLibraryNETFrameworkVersion>
     <RedisVersion>1.2.3</RedisVersion>
+    <RuntimeFrameworkVersion Condition="'$(TargetFramework)'=='netcoreapp2.0'">2.0.0-*</RuntimeFrameworkVersion>
     <TestSdkVersion>15.3.0-*</TestSdkVersion>
     <XunitVersion>2.3.0-beta2-*</XunitVersion>
     <WindowsAzureStorageVersion>8.1.1</WindowsAzureStorageVersion>