Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b310f25

Browse files
dotnet-maestro[bot]carlossanlopericstj
authored
[release/9.0] Update dependencies from dotnet/source-build-reference-packages (#107474)
* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240815.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 9.0.0-alpha.1.24374.1 -> To Version 8.0.0-alpha.1.24415.1 * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240906.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.24415.1 -> To Version 9.0.0-alpha.1.24456.1 * Bump intellisense to 9.0.0-preview-20240830.1 * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240909.3 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 9.0.0-alpha.1.24456.1 -> To Version 9.0.0-alpha.1.24459.3 * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240916.2 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 9.0.0-alpha.1.24459.3 -> To Version 9.0.0-alpha.1.24466.2 * Add System.Composition*/8.* to SourceBuildPrebuiltBaseline --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Carlos Sánchez López <[email protected]> Co-authored-by: Eric StJohn <[email protected]>
1 parent 34b0d9d commit b310f25

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

eng/SourceBuildPrebuiltBaseline.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<!-- Allowed due to https://github.com/dotnet/source-build-reference-packages/pull/721 -->
77
<UsagePattern IdentityGlob="System.Composition*/*6.*" />
88
<UsagePattern IdentityGlob="System.Composition*/*7.*" />
9+
<UsagePattern IdentityGlob="System.Composition*/*8.*" />
910
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis*/*4.4.*" />
1011
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis*/*4.8.*" />
1112

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@
7575
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
7676
</Dependency>
7777
<!-- Intermediate is necessary for source build. -->
78-
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="9.0.0-alpha.1.24374.1">
78+
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="9.0.0-alpha.1.24466.2">
7979
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
80-
<Sha>26ae006620fb4518276b494efac55dbcd8f80224</Sha>
80+
<Sha>0cbbe19fd2e94912ae9ab5dd15431ee5193d398c</Sha>
8181
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
8282
</Dependency>
8383
<!-- Intermediate is necessary for source build. -->

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
<CompilerPlatformTestingMicrosoftVisualBasicVersion>10.2.0</CompilerPlatformTestingMicrosoftVisualBasicVersion>
209209
<CompilerPlatformTestingMicrosoftVisualStudioCompositionVersion>17.0.46</CompilerPlatformTestingMicrosoftVisualStudioCompositionVersion>
210210
<!-- Docs -->
211-
<MicrosoftPrivateIntellisenseVersion>8.0.0-preview-20230918.1</MicrosoftPrivateIntellisenseVersion>
211+
<MicrosoftPrivateIntellisenseVersion>9.0.0-preview-20240830.1</MicrosoftPrivateIntellisenseVersion>
212212
<!-- Mono Cecil -->
213213
<MicrosoftDotNetCecilVersion>0.11.5-alpha.24460.1</MicrosoftDotNetCecilVersion>
214214
<!-- ILCompiler -->

0 commit comments

Comments
 (0)