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
<MicrosoftExtensionsLoggingDebugPackageVersion >2.1.0-preview3-32233</MicrosoftExtensionsLoggingDebugPackageVersion >
21
21
<MicrosoftNETCoreApp20PackageVersion >2.0.0</MicrosoftNETCoreApp20PackageVersion >
22
22
<MicrosoftNETCoreApp21PackageVersion >2.1.0-preview3-26413-05</MicrosoftNETCoreApp21PackageVersion >
23
+ <NETStandardLibrary20PackageVersion >2.0.1</NETStandardLibrary20PackageVersion >
23
24
<NewtonsoftJsonPackageVersion >11.0.2</NewtonsoftJsonPackageVersion >
24
25
<SystemThreadingTasksDataflowPackageVersion >4.9.0-preview3-26413-02</SystemThreadingTasksDataflowPackageVersion >
25
26
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments