This repository was archived by the owner on Dec 20, 2018. It is now read-only.
File tree 2 files changed +2
-0
lines changed 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 35
35
<MicrosoftNETCoreApp21PackageVersion >2.1.0-preview3-26413-05</MicrosoftNETCoreApp21PackageVersion >
36
36
<MicrosoftNETSdkRazorPackageVersion >2.1.0-preview3-32233</MicrosoftNETSdkRazorPackageVersion >
37
37
<MicrosoftNETTestSdkPackageVersion >15.6.1</MicrosoftNETTestSdkPackageVersion >
38
+ <NETStandardLibrary20PackageVersion >2.0.1</NETStandardLibrary20PackageVersion >
38
39
<MicrosoftVisualStudioWebBrowserLinkPackageVersion >2.1.0-preview3-32233</MicrosoftVisualStudioWebBrowserLinkPackageVersion >
39
40
<MicrosoftVisualStudioWebCodeGenerationDesignPackageVersion >2.1.0-preview3-32233</MicrosoftVisualStudioWebCodeGenerationDesignPackageVersion >
40
41
<SeleniumFirefoxWebDriverPackageVersion >0.19.0</SeleniumFirefoxWebDriverPackageVersion >
You can’t perform that action at this time.
0 commit comments