File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 2828 <!-- Analyzers cannot be SBRPed + an older release version is being used, meaning there is no intermediate for it
2929 In full source build, this version is overridden by previous repo outputs or come from previously source-built artifacts. -->
3030 <UsagePattern IdentityGlob =" Microsoft.CodeAnalysis.Analyzers/*" />
31+
32+ <!-- Transitive msbuild dependencies that when build in product source-build, latest/n-1 is used -->
33+ <UsagePattern IdentityGlob =" System.Configuration.ConfigurationManager*/*7.0.*" />
34+ <UsagePattern IdentityGlob =" System.Diagnostics.EventLog*/*7.0.*" />
35+ <UsagePattern IdentityGlob =" System.Reflection.MetadataLoadContext*/*7.0.*" />
36+ <UsagePattern IdentityGlob =" System.Security.Cryptography.ProtectedData*/*7.0.*" />
3137 </IgnorePatterns >
32- </UsageData >
38+ </UsageData >
Original file line number Diff line number Diff line change 410410 <Uri >https://github.com/dotnet/installer</Uri >
411411 <Sha >46a7370763921ded24dcb70c585ee97883c615d4</Sha >
412412 </Dependency >
413+ <Dependency Name =" Microsoft.Build" Version =" 17.8.3" >
414+ <Uri >https://github.com/dotnet/msbuild</Uri >
415+ <Sha >195e7f5a3a8e51c37d83cd9e54cb99dc3fc69c22</Sha >
416+ </Dependency >
417+ <Dependency Name =" Microsoft.SourceBuild.Intermediate.msbuild" Version =" 17.8.3-preview-23613-06" >
418+ <Uri >https://github.com/dotnet/msbuild</Uri >
419+ <Sha >195e7f5a3a8e51c37d83cd9e54cb99dc3fc69c22</Sha >
420+ <SourceBuild RepoName =" msbuild" ManagedOnly =" true" />
421+ </Dependency >
413422 </ToolsetDependencies >
414423</Dependencies >
Original file line number Diff line number Diff line change 172172 <NetStandardLibraryVersion >2.0.3</NetStandardLibraryVersion >
173173 <MicrosoftDiagnosticsToolsRuntimeClientVersion >1.0.4-preview6.19326.1</MicrosoftDiagnosticsToolsRuntimeClientVersion >
174174 <DNNEVersion >2.0.5</DNNEVersion >
175- <MicrosoftBuildVersion >17.3.2 </MicrosoftBuildVersion >
175+ <MicrosoftBuildVersion >17.8.3 </MicrosoftBuildVersion >
176176 <MicrosoftBuildTasksCoreVersion >$(MicrosoftBuildVersion)</MicrosoftBuildTasksCoreVersion >
177177 <MicrosoftBuildFrameworkVersion >$(MicrosoftBuildVersion)</MicrosoftBuildFrameworkVersion >
178178 <MicrosoftBuildUtilitiesCoreVersion >$(MicrosoftBuildVersion)</MicrosoftBuildUtilitiesCoreVersion >
You can’t perform that action at this time.
0 commit comments