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 22
22
<MicrosoftNETCoreApp20PackageVersion >2.0.0</MicrosoftNETCoreApp20PackageVersion >
23
23
<MicrosoftNETCoreApp21PackageVersion >2.1.0-preview3-26413-05</MicrosoftNETCoreApp21PackageVersion >
24
24
<MicrosoftNETTestSdkPackageVersion >15.6.1</MicrosoftNETTestSdkPackageVersion >
25
+ <NETStandardLibrary20PackageVersion >2.0.1</NETStandardLibrary20PackageVersion >
25
26
<MoqPackageVersion >4.7.49</MoqPackageVersion >
26
27
<XunitPackageVersion >2.3.1</XunitPackageVersion >
27
28
<XunitRunnerVisualStudioPackageVersion >2.4.0-beta.1.build3945</XunitRunnerVisualStudioPackageVersion >
You can’t perform that action at this time.
0 commit comments