File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 63
63
<Sha >e4c6eabba09c9d8c4d1bfb40511cb9d494fb0626</Sha >
64
64
<SourceBuild RepoName =" emsdk" ManagedOnly =" true" />
65
65
</Dependency >
66
- <Dependency Name =" Microsoft.Build" Version =" 17.10.0-preview-24176-02 " >
66
+ <Dependency Name =" Microsoft.Build" Version =" 17.10.0-preview-24177-05 " >
67
67
<Uri >https://github.com/dotnet/msbuild</Uri >
68
- <Sha >bf82a1313390df2692c23206e0846b205398188b </Sha >
68
+ <Sha >6064d9c8fe7beb06ffc10f8ff27ce967039a2c0d </Sha >
69
69
</Dependency >
70
- <Dependency Name =" Microsoft.Build.Localization" Version =" 17.10.0-preview-24176-02 " >
70
+ <Dependency Name =" Microsoft.Build.Localization" Version =" 17.10.0-preview-24177-05 " >
71
71
<Uri >https://github.com/dotnet/msbuild</Uri >
72
- <Sha >bf82a1313390df2692c23206e0846b205398188b </Sha >
72
+ <Sha >6064d9c8fe7beb06ffc10f8ff27ce967039a2c0d </Sha >
73
73
</Dependency >
74
74
<!-- Intermediate is necessary for source build. -->
75
- <Dependency Name =" Microsoft.SourceBuild.Intermediate.msbuild" Version =" 17.10.0-preview-24176-02 " >
75
+ <Dependency Name =" Microsoft.SourceBuild.Intermediate.msbuild" Version =" 17.10.0-preview-24177-05 " >
76
76
<Uri >https://github.com/dotnet/msbuild</Uri >
77
- <Sha >bf82a1313390df2692c23206e0846b205398188b </Sha >
77
+ <Sha >6064d9c8fe7beb06ffc10f8ff27ce967039a2c0d </Sha >
78
78
<SourceBuild RepoName =" msbuild" ManagedOnly =" true" />
79
79
</Dependency >
80
80
<Dependency Name =" Microsoft.FSharp.Compiler" Version =" 12.8.300-beta.24175.1" >
Original file line number Diff line number Diff line change 107
107
then use that in Directory.Packages.props.
108
108
109
109
At usage sites, either we use MicrosoftBuildMinimumVersion, or MicrosoftBuildVersion in source-only modes. -->
110
- <MicrosoftBuildVersion >17.10.0-preview-24176-02 </MicrosoftBuildVersion >
111
- <MicrosoftBuildLocalizationVersion >17.10.0-preview-24176-02 </MicrosoftBuildLocalizationVersion >
110
+ <MicrosoftBuildVersion >17.10.0-preview-24177-05 </MicrosoftBuildVersion >
111
+ <MicrosoftBuildLocalizationVersion >17.10.0-preview-24177-05 </MicrosoftBuildLocalizationVersion >
112
112
<MicrosoftBuildMinimumVersion Condition =" Exists('$(RepoRoot)src\Layout\redist\minimumMSBuildVersion') and '$(DotNetBuildSourceOnly)' != 'true'" >$([System.IO.File]::ReadAllText('$(RepoRoot)src\Layout\redist\minimumMSBuildVersion').Trim())</MicrosoftBuildMinimumVersion >
113
113
</PropertyGroup >
114
114
<PropertyGroup >
You can’t perform that action at this time.
0 commit comments