File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 101
101
<Sha >e7f5a77e3351fca1c921a9bbe15ec1d4cd8234a7</Sha >
102
102
<SourceBuild RepoName =" emsdk" ManagedOnly =" true" />
103
103
</Dependency >
104
- <Dependency Name =" Microsoft.Build" Version =" 17.14.0-preview-25126-06 " >
104
+ <Dependency Name =" Microsoft.Build" Version =" 17.14.0-preview-25154-01 " >
105
105
<Uri >https://github.com/dotnet/msbuild</Uri >
106
- <Sha >e18e7f0af7252f8ec892a80d9b3523040ab6de0d </Sha >
106
+ <Sha >d0473775c2797d723bfc55ca6e33184c2bbacbff </Sha >
107
107
</Dependency >
108
- <Dependency Name =" Microsoft.Build.Localization" Version =" 17.14.0-preview-25126-06 " >
108
+ <Dependency Name =" Microsoft.Build.Localization" Version =" 17.14.0-preview-25154-01 " >
109
109
<Uri >https://github.com/dotnet/msbuild</Uri >
110
- <Sha >e18e7f0af7252f8ec892a80d9b3523040ab6de0d </Sha >
110
+ <Sha >d0473775c2797d723bfc55ca6e33184c2bbacbff </Sha >
111
111
</Dependency >
112
112
<!-- Intermediate is necessary for source build. -->
113
- <Dependency Name =" Microsoft.SourceBuild.Intermediate.msbuild" Version =" 17.14.0-preview-25126-06 " >
113
+ <Dependency Name =" Microsoft.SourceBuild.Intermediate.msbuild" Version =" 17.14.0-preview-25154-01 " >
114
114
<Uri >https://github.com/dotnet/msbuild</Uri >
115
- <Sha >e18e7f0af7252f8ec892a80d9b3523040ab6de0d </Sha >
115
+ <Sha >d0473775c2797d723bfc55ca6e33184c2bbacbff </Sha >
116
116
<SourceBuild RepoName =" msbuild" ManagedOnly =" true" />
117
117
</Dependency >
118
118
<Dependency Name =" Microsoft.FSharp.Compiler" Version =" 13.9.300-beta.25124.4" >
Original file line number Diff line number Diff line change 193
193
At usage sites, either we use MicrosoftBuildMinimumVersion, or MicrosoftBuildVersion in source-only modes.
194
194
195
195
Additionally, set the MinimumVSVersion for the installer UI that's required for targeting NetCurrent -->
196
- <MicrosoftBuildVersion >17.14.0-preview-25126-06 </MicrosoftBuildVersion >
197
- <MicrosoftBuildLocalizationVersion >17.14.0-preview-25126-06 </MicrosoftBuildLocalizationVersion >
196
+ <MicrosoftBuildVersion >17.14.0-preview-25154-01 </MicrosoftBuildVersion >
197
+ <MicrosoftBuildLocalizationVersion >17.14.0-preview-25154-01 </MicrosoftBuildLocalizationVersion >
198
198
<MicrosoftBuildMinimumVersion Condition =" '$(DotNetBuildSourceOnly)' != 'true'" >17.11.4</MicrosoftBuildMinimumVersion >
199
199
<MinimumVSVersion >17.13</MinimumVSVersion >
200
200
</PropertyGroup >
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ public void WhenNestedProjectIsAddedSolutionFoldersAreCreated(string solutionCom
245
245
cmd . Should ( ) . Pass ( ) ;
246
246
}
247
247
248
- [ Theory ]
248
+ [ Theory ( Skip = "https://github.com/dotnet/sdk/pull/47181#issuecomment-2690656241" ) ]
249
249
[ InlineData ( "sln" , true , ".sln" ) ]
250
250
[ InlineData ( "sln" , false , ".sln" ) ]
251
251
[ InlineData ( "solution" , true , ".sln" ) ]
You can’t perform that action at this time.
0 commit comments