Skip to content

Commit

Permalink
[Recursive sync] sdk / 2d6bc4f → 16ccea5
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-maestro[bot] committed Jan 10, 2025
1 parent 8f7ab93 commit c50efed
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions prereqs/git-info/msbuild.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<GitCommitHash>6ea6901b3aec1feaa989df8a5e0eb3e728bbc117</GitCommitHash>
<OfficialBuildId>20250108.9</OfficialBuildId>
<OutputPackageVersion>17.14.0-preview-25058-09</OutputPackageVersion>
<GitCommitHash>01501b7d0f9a09dfb71717c5b55a55d75f5af354</GitCommitHash>
<OfficialBuildId>20250109.8</OfficialBuildId>
<OutputPackageVersion>17.14.0-preview-25059-08</OutputPackageVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion prereqs/git-info/sdk.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<GitCommitHash>2d6bc4f67df6fdfe8fe299a37c8e4894d480759e</GitCommitHash>
<GitCommitHash>16ccea5ffefe59f4724a3f5ba527b8d36e050e7c</GitCommitHash>
<OfficialBuildId>20250110.1</OfficialBuildId>
<OutputPackageVersion>0.0.0</OutputPackageVersion>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/msbuild/eng/SourceBuildPrebuiltBaseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<UsagePattern IdentityGlob="System.Text.Json/*8.0.5*" />
<UsagePattern IdentityGlob="System.Threading.Tasks.Dataflow/*8.0.0*" />
<UsagePattern IdentityGlob="System.Formats.Asn1/*8.0.1*" />
<UsagePattern IdentityGlob="Microsoft.VisualStudio.SolutionPersistence/*1.0.9*" />
<UsagePattern IdentityGlob="Microsoft.VisualStudio.SolutionPersistence/*1.0.*" />
</IgnorePatterns>
<Usages>
</Usages>
Expand Down
2 changes: 1 addition & 1 deletion src/msbuild/eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</PropertyGroup>
<PropertyGroup>
<MicrosoftIORedistVersion>6.0.1</MicrosoftIORedistVersion>
<MicrosoftVisualStudioSolutionPersistenceVersion>1.0.9</MicrosoftVisualStudioSolutionPersistenceVersion>
<MicrosoftVisualStudioSolutionPersistenceVersion>1.0.28</MicrosoftVisualStudioSolutionPersistenceVersion>
<SystemCollectionsImmutableVersion>8.0.0</SystemCollectionsImmutableVersion>
<SystemConfigurationConfigurationManagerVersion>8.0.0</SystemConfigurationConfigurationManagerVersion>
<SystemFormatsAsn1Version>8.0.1</SystemFormatsAsn1Version>
Expand Down
12 changes: 6 additions & 6 deletions src/sdk/eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,18 @@
<Sha>6ee0290df7381d7b9c4887b440e1a2815dc72407</Sha>
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.14.0-preview-25058-09">
<Dependency Name="Microsoft.Build" Version="17.14.0-preview-25059-08">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>6ea6901b3aec1feaa989df8a5e0eb3e728bbc117</Sha>
<Sha>01501b7d0f9a09dfb71717c5b55a55d75f5af354</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.Localization" Version="17.14.0-preview-25058-09">
<Dependency Name="Microsoft.Build.Localization" Version="17.14.0-preview-25059-08">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>6ea6901b3aec1feaa989df8a5e0eb3e728bbc117</Sha>
<Sha>01501b7d0f9a09dfb71717c5b55a55d75f5af354</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.14.0-preview-25058-09">
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.14.0-preview-25059-08">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>6ea6901b3aec1feaa989df8a5e0eb3e728bbc117</Sha>
<Sha>01501b7d0f9a09dfb71717c5b55a55d75f5af354</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.FSharp.Compiler" Version="13.9.200-beta.25056.5">
Expand Down
4 changes: 2 additions & 2 deletions src/sdk/eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@
At usage sites, either we use MicrosoftBuildMinimumVersion, or MicrosoftBuildVersion in source-only modes.
Additionally, set the MinimumVSVersion for the installer UI that's required for targeting NetCurrent -->
<MicrosoftBuildVersion>17.14.0-preview-25058-09</MicrosoftBuildVersion>
<MicrosoftBuildLocalizationVersion>17.14.0-preview-25058-09</MicrosoftBuildLocalizationVersion>
<MicrosoftBuildVersion>17.14.0-preview-25059-08</MicrosoftBuildVersion>
<MicrosoftBuildLocalizationVersion>17.14.0-preview-25059-08</MicrosoftBuildLocalizationVersion>
<MicrosoftBuildMinimumVersion Condition="'$(DotNetBuildSourceOnly)' != 'true'">17.11.4</MicrosoftBuildMinimumVersion>
<MinimumVSVersion>17.12</MinimumVSVersion>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/source-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@
"commitSha": "63a09289745da5c256e7baf5f4194a750b1ec878"
},
{
"packageVersion": "17.14.0-preview-25058-09",
"packageVersion": "17.14.0-preview-25059-08",
"barId": null,
"path": "msbuild",
"remoteUri": "https://github.com/dotnet/msbuild",
"commitSha": "6ea6901b3aec1feaa989df8a5e0eb3e728bbc117"
"commitSha": "01501b7d0f9a09dfb71717c5b55a55d75f5af354"
},
{
"packageVersion": "6.13.0-rc.113",
Expand Down Expand Up @@ -124,7 +124,7 @@
"barId": null,
"path": "sdk",
"remoteUri": "https://github.com/dotnet/sdk",
"commitSha": "2d6bc4f67df6fdfe8fe299a37c8e4894d480759e"
"commitSha": "16ccea5ffefe59f4724a3f5ba527b8d36e050e7c"
},
{
"packageVersion": "10.0.605604",
Expand Down

0 comments on commit c50efed

Please sign in to comment.