Skip to content

Commit a305ccd

Browse files
Update dependencies from https://github.com/dotnet/msbuild build 20250324.8 (#18405)
Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build , Microsoft.Build.Framework , Microsoft.Build.Tasks.Core , Microsoft.Build.Utilities.Core From Version 17.13.21-preview-25169-06 -> To Version 17.13.22-preview-25174-08 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Kevin Ransom (msft) <[email protected]>
1 parent 561a5eb commit a305ccd

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

.config/dotnet-tools.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@
5959
"rollForward": false
6060
}
6161
}
62-
}
62+
}

NuGet.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<clear />
99
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
1010
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
11-
<add key="darc-pub-DotNet-msbuild-Trusted-0586a3f" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-0586a3f9/nuget/v3/index.json" />
11+
<add key="darc-pub-DotNet-msbuild-Trusted-0ca03f8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-0ca03f84/nuget/v3/index.json" />
1212
<!-- End: Package sources from DotNet-msbuild-Trusted -->
1313
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1414
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />

eng/Version.Details.xml

+10-10
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,26 @@
77
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
88
</Dependency>
99
<!-- Intermediate is necessary for source build. -->
10-
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.13.21-preview-25169-06">
10+
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.13.22-preview-25174-08">
1111
<Uri>https://github.com/dotnet/msbuild</Uri>
12-
<Sha>0586a3f904d83c5f77f8407661429caadcbdc5f9</Sha>
12+
<Sha>0ca03f84b7848ce9d7d3e5d1f68c5e090efa4f30</Sha>
1313
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
1414
</Dependency>
15-
<Dependency Name="Microsoft.Build" Version="17.13.21">
15+
<Dependency Name="Microsoft.Build" Version="17.13.22">
1616
<Uri>https://github.com/dotnet/msbuild</Uri>
17-
<Sha>0586a3f904d83c5f77f8407661429caadcbdc5f9</Sha>
17+
<Sha>0ca03f84b7848ce9d7d3e5d1f68c5e090efa4f30</Sha>
1818
</Dependency>
19-
<Dependency Name="Microsoft.Build.Framework" Version="17.13.21">
19+
<Dependency Name="Microsoft.Build.Framework" Version="17.13.22">
2020
<Uri>https://github.com/dotnet/msbuild</Uri>
21-
<Sha>0586a3f904d83c5f77f8407661429caadcbdc5f9</Sha>
21+
<Sha>0ca03f84b7848ce9d7d3e5d1f68c5e090efa4f30</Sha>
2222
</Dependency>
23-
<Dependency Name="Microsoft.Build.Tasks.Core" Version="17.13.21">
23+
<Dependency Name="Microsoft.Build.Tasks.Core" Version="17.13.22">
2424
<Uri>https://github.com/dotnet/msbuild</Uri>
25-
<Sha>0586a3f904d83c5f77f8407661429caadcbdc5f9</Sha>
25+
<Sha>0ca03f84b7848ce9d7d3e5d1f68c5e090efa4f30</Sha>
2626
</Dependency>
27-
<Dependency Name="Microsoft.Build.Utilities.Core" Version="17.13.21">
27+
<Dependency Name="Microsoft.Build.Utilities.Core" Version="17.13.22">
2828
<Uri>https://github.com/dotnet/msbuild</Uri>
29-
<Sha>0586a3f904d83c5f77f8407661429caadcbdc5f9</Sha>
29+
<Sha>0ca03f84b7848ce9d7d3e5d1f68c5e090efa4f30</Sha>
3030
</Dependency>
3131
<Dependency Name="System.Reflection.Metadata" Version="8.0.0">
3232
<Uri>https://github.com/dotnet/runtime</Uri>

eng/Versions.props

+4-4
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<MicrosoftVisualStudioShellPackagesVersion>17.10.40152</MicrosoftVisualStudioShellPackagesVersion>
9595
<VisualStudioProjectSystemPackagesVersion>17.10.526-pre-g1b474069f5</VisualStudioProjectSystemPackagesVersion>
9696
<MicrosoftVisualStudioThreadingPackagesVersion>17.10.41</MicrosoftVisualStudioThreadingPackagesVersion>
97-
<MicrosoftBuildVersion>17.13.21</MicrosoftBuildVersion>
97+
<MicrosoftBuildVersion>17.13.22</MicrosoftBuildVersion>
9898
<!-- Roslyn packages -->
9999
<MicrosoftCodeAnalysisEditorFeaturesVersion>$(RoslynVersion)</MicrosoftCodeAnalysisEditorFeaturesVersion>
100100
<MicrosoftCodeAnalysisEditorFeaturesTextVersion>$(RoslynVersion)</MicrosoftCodeAnalysisEditorFeaturesTextVersion>
@@ -130,9 +130,9 @@
130130
<MicrosoftVisualStudioShellImmutable150Version>15.0.25123-Dev15Preview</MicrosoftVisualStudioShellImmutable150Version>
131131
<!-- -->
132132
<!-- Microsoft Build packages -->
133-
<MicrosoftBuildFrameworkVersion>17.13.21</MicrosoftBuildFrameworkVersion>
134-
<MicrosoftBuildTasksCoreVersion>17.13.21</MicrosoftBuildTasksCoreVersion>
135-
<MicrosoftBuildUtilitiesCoreVersion>17.13.21</MicrosoftBuildUtilitiesCoreVersion>
133+
<MicrosoftBuildFrameworkVersion>17.13.22</MicrosoftBuildFrameworkVersion>
134+
<MicrosoftBuildTasksCoreVersion>17.13.22</MicrosoftBuildTasksCoreVersion>
135+
<MicrosoftBuildUtilitiesCoreVersion>17.13.22</MicrosoftBuildUtilitiesCoreVersion>
136136
<!-- -->
137137
<!-- Visual Studio Editor packages -->
138138
<MicrosoftVisualStudioCoreUtilityVersion>$(VisualStudioEditorPackagesVersion)</MicrosoftVisualStudioCoreUtilityVersion>

0 commit comments

Comments
 (0)