File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <RuntimeFrameworkVersion Condition =" '$(TargetFramework)' == 'netcoreapp2.0' " >$(MicrosoftNETCoreApp20PackageVersion)</RuntimeFrameworkVersion >
44 <RuntimeFrameworkVersion Condition =" '$(TargetFramework)' == 'netcoreapp2.1' " >$(MicrosoftNETCoreApp21PackageVersion)</RuntimeFrameworkVersion >
5+ <NETStandardImplicitPackageVersion Condition =" '$(TargetFramework)' == 'netstandard2.0' " >$(NETStandardLibrary20PackageVersion)</NETStandardImplicitPackageVersion >
56 </PropertyGroup >
67</Project >
Original file line number Diff line number Diff line change 5959 <MicrosoftNETCoreApp20PackageVersion >2.0.0</MicrosoftNETCoreApp20PackageVersion >
6060 <MicrosoftNETCoreApp21PackageVersion >2.1.0-preview3-26413-05</MicrosoftNETCoreApp21PackageVersion >
6161 <MicrosoftNETTestSdkPackageVersion >15.6.1</MicrosoftNETTestSdkPackageVersion >
62+ <NETStandardLibrary20PackageVersion >2.0.1</NETStandardLibrary20PackageVersion >
6263 <MoqPackageVersion >4.7.49</MoqPackageVersion >
6364 <NewtonsoftJsonPackageVersion >11.0.2</NewtonsoftJsonPackageVersion >
6465 <StackExchangeRedisStrongNamePackageVersion >1.2.4</StackExchangeRedisStrongNamePackageVersion >
You can’t perform that action at this time.
0 commit comments