File tree Expand file tree Collapse file tree 4 files changed +6
-1
lines changed
BuiltInTools/dotnet-watch
Tasks/Microsoft.NET.Build.Extensions.Tasks Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 27
27
<MicrosoftCssParserVersion >1.0.0-20230414.1</MicrosoftCssParserVersion >
28
28
<MicrosoftApplicationInsightsPackageVersion >2.21.0</MicrosoftApplicationInsightsPackageVersion >
29
29
<NETStandardLibraryNETFrameworkVersion >2.0.1-servicing-26011-01</NETStandardLibraryNETFrameworkVersion >
30
+ <NETStandardLibraryVersion >2.0.3</NETStandardLibraryVersion >
30
31
<NewtonsoftJsonPackageVersion >13.0.3</NewtonsoftJsonPackageVersion >
31
32
<StyleCopAnalyzersPackageVersion >1.2.0-beta.435</StyleCopAnalyzersPackageVersion >
32
33
<SystemCollectionsImmutablePackageVersion >7.0.0</SystemCollectionsImmutablePackageVersion >
Original file line number Diff line number Diff line change 35
35
Avoids picking up an old version via transitive dependency from Microsoft.Build or Microsoft.CodeAnalysis.Workspaces.MSBuild.
36
36
-->
37
37
<PackageReference Include =" System.Text.Json" />
38
+ <!-- Lift dependency of NETStandard.Library.NETFramework to version produced in SBRP. -->
39
+ <PackageReference Include =" NETStandard.Library" VersionOverride =" $(NETStandardLibraryVersion)" ExcludeAssets =" All" />
38
40
39
41
<Compile Include =" $(RepoRoot)src\Common\PathUtilities.cs" LinkBase =" Common" />
40
42
</ItemGroup >
Original file line number Diff line number Diff line change 101
101
<PackageReference Include =" System.ServiceProcess.ServiceController" />
102
102
<PackageReference Include =" Microsoft.VisualStudio.Setup.Configuration.Interop" PrivateAssets =" All" ExcludeAssets =" Runtime" Condition =" '$(DotNetBuildFromSource)' != 'true'" />
103
103
<PackageReference Include =" Microsoft.Windows.CsWin32" IncludeAssets =" all" Condition =" '$(DotNetBuildFromSource)' != 'true'" />
104
+ <!-- Lift dependency of NETStandard.Library.NETFramework to version produced in SBRP. -->
105
+ <PackageReference Include =" NETStandard.Library" VersionOverride =" $(NETStandardLibraryVersion)" ExcludeAssets =" All" />
104
106
</ItemGroup >
105
107
<ItemGroup Condition =" '$(IncludeAspNetCoreRuntime)' != 'false' " >
106
108
<PackageReference Include =" Microsoft.AspNetCore.DeveloperCertificates.XPlat" />
Original file line number Diff line number Diff line change 48
48
<PackageReference Include =" Microsoft.Build.Utilities.Core" ExcludeAssets =" Runtime" />
49
49
<PackageReference Include =" NETStandard.Library.NETFramework" ExcludeAssets =" All" NoWarn =" NU1701" />
50
50
<!-- Lift dependency of NETStandard.Library.NETFramework to version produced in SBRP. -->
51
- <PackageReference Include =" NETStandard.Library" VersionOverride =" 2.0.3 " ExcludeAssets =" All" />
51
+ <PackageReference Include =" NETStandard.Library" VersionOverride =" $(NETStandardLibraryVersion) " ExcludeAssets =" All" />
52
52
</ItemGroup >
53
53
54
54
<ItemGroup >
You can’t perform that action at this time.
0 commit comments