This repository was archived by the owner on Dec 13, 2018. It is now read-only.
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 2
2
<PropertyGroup >
3
3
<RuntimeFrameworkVersion Condition =" '$(TargetFramework)' == 'netcoreapp2.0' " >$(MicrosoftNETCoreApp20PackageVersion)</RuntimeFrameworkVersion >
4
4
<RuntimeFrameworkVersion Condition =" '$(TargetFramework)' == 'netcoreapp2.1' " >$(MicrosoftNETCoreApp21PackageVersion)</RuntimeFrameworkVersion >
5
+ <NETStandardImplicitPackageVersion Condition =" '$(TargetFramework)' == 'netstandard2.0' " >$(NETStandardLibrary20PackageVersion)</NETStandardImplicitPackageVersion >
5
6
</PropertyGroup >
6
7
</Project >
Original file line number Diff line number Diff line change 20
20
<MicrosoftNETCoreApp20PackageVersion >2.0.0</MicrosoftNETCoreApp20PackageVersion >
21
21
<MicrosoftNETCoreApp21PackageVersion >2.1.0-preview3-26413-05</MicrosoftNETCoreApp21PackageVersion >
22
22
<MicrosoftNETTestSdkPackageVersion >15.6.1</MicrosoftNETTestSdkPackageVersion >
23
+ <NETStandardLibrary20PackageVersion >2.0.1</NETStandardLibrary20PackageVersion >
23
24
<MoqPackageVersion >4.7.49</MoqPackageVersion >
24
25
<NewtonsoftJsonPackageVersion >11.0.2</NewtonsoftJsonPackageVersion >
25
26
<SerilogExtensionsLoggingPackageVersion >1.4.0</SerilogExtensionsLoggingPackageVersion >
You can’t perform that action at this time.
0 commit comments