Skip to content

Commit f86f545

Browse files
[main] Update dependencies from dotnet/msbuild (dotnet#42215)
[main] Update dependencies from dotnet/msbuild - Merge branch 'main' into darc-main-7c090691-1b46-490f-a446-f0226dd6640b - Add System.Formats.Asn1 to SB prebuilds
1 parent 3c49774 commit f86f545

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

eng/SourceBuildPrebuiltBaseline.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<UsagePattern IdentityGlob="System.Composition.Runtime/*7.0.0*" />
3333
<UsagePattern IdentityGlob="System.Composition.TypedParts/*7.0.0*" />
3434
<UsagePattern IdentityGlob="System.Diagnostics.EventLog/*7.0.0*" />
35+
<UsagePattern IdentityGlob="System.Formats.Asn1/*8.0.1*" />
3536
<UsagePattern IdentityGlob="System.Reflection.MetadataLoadContext/*7.0.0*" />
3637
<UsagePattern IdentityGlob="System.Reflection.Metadata/8.0.0" />
3738
<UsagePattern IdentityGlob="System.Security.Cryptography.ProtectedData/*7.0.0*" />

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,18 @@
6969
<Sha>99ea0c06b84d3084d090da537080dd35d2a193cf</Sha>
7070
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
7171
</Dependency>
72-
<Dependency Name="Microsoft.Build" Version="17.12.0-preview-24366-01">
72+
<Dependency Name="Microsoft.Build" Version="17.12.0-preview-24368-09">
7373
<Uri>https://github.com/dotnet/msbuild</Uri>
74-
<Sha>978323a418db02ba00b80cb644511fca9a189121</Sha>
74+
<Sha>fb48b92ae74b61c678d1406e6faa2cb73e264075</Sha>
7575
</Dependency>
76-
<Dependency Name="Microsoft.Build.Localization" Version="17.12.0-preview-24366-01">
76+
<Dependency Name="Microsoft.Build.Localization" Version="17.12.0-preview-24368-09">
7777
<Uri>https://github.com/dotnet/msbuild</Uri>
78-
<Sha>978323a418db02ba00b80cb644511fca9a189121</Sha>
78+
<Sha>fb48b92ae74b61c678d1406e6faa2cb73e264075</Sha>
7979
</Dependency>
8080
<!-- Intermediate is necessary for source build. -->
81-
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.12.0-preview-24366-01">
81+
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.12.0-preview-24368-09">
8282
<Uri>https://github.com/dotnet/msbuild</Uri>
83-
<Sha>978323a418db02ba00b80cb644511fca9a189121</Sha>
83+
<Sha>fb48b92ae74b61c678d1406e6faa2cb73e264075</Sha>
8484
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
8585
</Dependency>
8686
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.8.400-beta.24351.2">

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@
207207
then use that in Directory.Packages.props.
208208
209209
At usage sites, either we use MicrosoftBuildMinimumVersion, or MicrosoftBuildVersion in source-only modes. -->
210-
<MicrosoftBuildVersion>17.12.0-preview-24366-01</MicrosoftBuildVersion>
211-
<MicrosoftBuildLocalizationVersion>17.12.0-preview-24366-01</MicrosoftBuildLocalizationVersion>
210+
<MicrosoftBuildVersion>17.12.0-preview-24368-09</MicrosoftBuildVersion>
211+
<MicrosoftBuildLocalizationVersion>17.12.0-preview-24368-09</MicrosoftBuildLocalizationVersion>
212212
<MicrosoftBuildMinimumVersion Condition="Exists('$(RepoRoot)src\Layout\redist\minimumMSBuildVersion') and '$(DotNetBuildSourceOnly)' != 'true'">$([System.IO.File]::ReadAllText('$(RepoRoot)src\Layout\redist\minimumMSBuildVersion').Trim())</MicrosoftBuildMinimumVersion>
213213
</PropertyGroup>
214214
<PropertyGroup>

0 commit comments

Comments
 (0)