File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed
BuiltInTools/dotnet-watch
Tasks/Microsoft.NET.Build.Extensions.Tasks Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 28
28
<MicrosoftExtensionsDependencyModelVersion >2.1.0-preview2-26306-03</MicrosoftExtensionsDependencyModelVersion >
29
29
<MicrosoftApplicationInsightsPackageVersion >2.20.0</MicrosoftApplicationInsightsPackageVersion >
30
30
<NETStandardLibraryNETFrameworkVersion >2.0.1-servicing-26011-01</NETStandardLibraryNETFrameworkVersion >
31
+ <NETStandardLibraryVersion >2.0.3</NETStandardLibraryVersion >
31
32
<NewtonsoftJsonPackageVersion >13.0.1</NewtonsoftJsonPackageVersion >
32
33
<NewtonsoftJsonVersion >$(NewtonsoftJsonPackageVersion)</NewtonsoftJsonVersion >
33
34
<StyleCopAnalyzersPackageVersion >1.2.0-beta.435</StyleCopAnalyzersPackageVersion >
Original file line number Diff line number Diff line change 33
33
Avoids picking up an old version via transitive dependency from Microsoft.Build or Microsoft.CodeAnalysis.Workspaces.MSBuild.
34
34
-->
35
35
<PackageReference Include =" System.Text.Json" Version =" $(SystemTextJsonVersion)" />
36
-
36
+ <!-- Lift dependency of NETStandard.Library.NETFramework to version produced in SBRP. -->
37
+ <PackageReference Include =" NETStandard.Library" Version =" $(NETStandardLibraryVersion)" ExcludeAssets =" All" />
37
38
<Compile Include =" $(RepoRoot)src\Common\PathUtilities.cs" LinkBase =" Common" />
38
39
</ItemGroup >
39
40
Original file line number Diff line number Diff line change 96
96
<PackageReference Include =" Microsoft.Deployment.DotNet.Releases" Version =" $(MicrosoftDeploymentDotNetReleasesVersion)" />
97
97
<PackageReference Include =" System.ServiceProcess.ServiceController" Version =" $(SystemServiceProcessServiceControllerVersion)" />
98
98
<PackageReference Include =" Microsoft.VisualStudio.Setup.Configuration.Interop" Version =" $(MicrosoftVisualStudioSetupConfigurationInteropVersion)" PrivateAssets =" All" ExcludeAssets =" Runtime" Condition =" '$(DotNetBuildFromSource)' != 'true'" />
99
+ <!-- Lift dependency of NETStandard.Library.NETFramework to version produced in SBRP. -->
100
+ <PackageReference Include =" NETStandard.Library" Version =" $(NETStandardLibraryVersion)" ExcludeAssets =" All" />
99
101
</ItemGroup >
100
102
<ItemGroup Condition =" '$(IncludeAspNetCoreRuntime)' != 'false' " >
101
103
<PackageReference Include =" Microsoft.AspNetCore.DeveloperCertificates.XPlat" Version =" $(MicrosoftAspNetCoreDeveloperCertificatesXPlatPackageVersion)" />
Original file line number Diff line number Diff line change 48
48
<PackageReference Include =" Microsoft.Build.Utilities.Core" Version =" $(MicrosoftBuildUtilitiesCoreVersion)" ExcludeAssets =" Runtime" />
49
49
<PackageReference Include =" NETStandard.Library.NETFramework" Version =" $(NETStandardLibraryNETFrameworkVersion)" ExcludeAssets =" All" NoWarn =" NU1701" />
50
50
<!-- Lift dependency of NETStandard.Library.NETFramework to version produced in SBRP. -->
51
- <PackageReference Include =" NETStandard.Library" Version =" 2.0.3 " ExcludeAssets =" All" />
51
+ <PackageReference Include =" NETStandard.Library" Version =" $(NETStandardLibraryVersion) " ExcludeAssets =" All" />
52
52
</ItemGroup >
53
53
54
54
<ItemGroup >
You can’t perform that action at this time.
0 commit comments