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 2020 <MicrosoftExtensionsLoggingDebugPackageVersion >2.1.0-preview3-32233</MicrosoftExtensionsLoggingDebugPackageVersion >
2121 <MicrosoftNETCoreApp20PackageVersion >2.0.0</MicrosoftNETCoreApp20PackageVersion >
2222 <MicrosoftNETCoreApp21PackageVersion >2.1.0-preview3-26413-05</MicrosoftNETCoreApp21PackageVersion >
23+ <NETStandardLibrary20PackageVersion >2.0.1</NETStandardLibrary20PackageVersion >
2324 <NewtonsoftJsonPackageVersion >11.0.2</NewtonsoftJsonPackageVersion >
2425 <SystemThreadingTasksDataflowPackageVersion >4.9.0-preview3-26413-02</SystemThreadingTasksDataflowPackageVersion >
2526 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments