Skip to content

Commit 8b956dc

Browse files
[release/9.0.3xx] Update dependencies from dotnet/msbuild (#47385)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Alexander Köplinger <[email protected]>
1 parent 35ec9fc commit 8b956dc

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

eng/SourceBuildPrebuiltBaseline.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<UsagePattern IdentityGlob="System.Composition.Hosting/*7.0.0*" />
3232
<UsagePattern IdentityGlob="System.Composition.Runtime/*7.0.0*" />
3333
<UsagePattern IdentityGlob="System.Composition.TypedParts/*7.0.0*" />
34-
<UsagePattern IdentityGlob="System.Diagnostics.DiagnosticSource/*8.0.1*" />
34+
<UsagePattern IdentityGlob="System.Diagnostics.DiagnosticSource/*9.0.0*" />
3535
<UsagePattern IdentityGlob="System.Diagnostics.EventLog/*9.0.0*" />
3636
<UsagePattern IdentityGlob="System.Formats.Asn1/*8.0.1*" />
3737
<UsagePattern IdentityGlob="System.Reflection.MetadataLoadContext/*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>2c27e405e17595694d91892159593d6dd10e61e2</Sha>
7070
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
7171
</Dependency>
72-
<Dependency Name="Microsoft.Build" Version="17.14.0-preview-25155-03">
72+
<Dependency Name="Microsoft.Build" Version="17.14.0-preview-25157-07">
7373
<Uri>https://github.com/dotnet/msbuild</Uri>
74-
<Sha>428195cb74072bbb5314889119525369cb9bdeb0</Sha>
74+
<Sha>00b81e71d503ae21780f97f7f5206821e696a5f9</Sha>
7575
</Dependency>
76-
<Dependency Name="Microsoft.Build.Localization" Version="17.14.0-preview-25155-03">
76+
<Dependency Name="Microsoft.Build.Localization" Version="17.14.0-preview-25157-07">
7777
<Uri>https://github.com/dotnet/msbuild</Uri>
78-
<Sha>428195cb74072bbb5314889119525369cb9bdeb0</Sha>
78+
<Sha>00b81e71d503ae21780f97f7f5206821e696a5f9</Sha>
7979
</Dependency>
8080
<!-- Intermediate is necessary for source build. -->
81-
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.14.0-preview-25155-03">
81+
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.14.0-preview-25157-07">
8282
<Uri>https://github.com/dotnet/msbuild</Uri>
83-
<Sha>428195cb74072bbb5314889119525369cb9bdeb0</Sha>
83+
<Sha>00b81e71d503ae21780f97f7f5206821e696a5f9</Sha>
8484
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
8585
</Dependency>
8686
<Dependency Name="Microsoft.FSharp.Compiler" Version="13.9.300-beta.25124.4">

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@
178178
At usage sites, either we use MicrosoftBuildMinimumVersion, or MicrosoftBuildVersion in source-only modes.
179179
180180
Additionally, set the MinimumVSVersion for the installer UI that's required for targeting NetCurrent -->
181-
<MicrosoftBuildVersion>17.14.0-preview-25155-03</MicrosoftBuildVersion>
182-
<MicrosoftBuildLocalizationVersion>17.14.0-preview-25155-03</MicrosoftBuildLocalizationVersion>
181+
<MicrosoftBuildVersion>17.14.0-preview-25157-07</MicrosoftBuildVersion>
182+
<MicrosoftBuildLocalizationVersion>17.14.0-preview-25157-07</MicrosoftBuildLocalizationVersion>
183183
<MicrosoftBuildMinimumVersion Condition="'$(DotNetBuildSourceOnly)' != 'true'">17.11.4</MicrosoftBuildMinimumVersion>
184184
<MinimumVSVersion>17.12</MinimumVSVersion>
185185
</PropertyGroup>

test/dotnet-sln.Tests/GivenDotnetSlnAdd.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ public void WhenNestedProjectIsAddedSolutionFoldersAreCreated(string solutionCom
244244
}
245245

246246
[Theory]
247-
// needs https://github.com/microsoft/vs-solutionpersistence/pull/101
248247
//[InlineData("sln", true, ".sln")]
249248
//[InlineData("sln", false, ".sln")]
250249
//[InlineData("solution", true, ".sln")]

0 commit comments

Comments
 (0)