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 69
69
<Sha >6e079c23aee94577c17bae34522b52df0d646ca5</Sha >
70
70
<SourceBuild RepoName =" emsdk" ManagedOnly =" true" />
71
71
</Dependency >
72
- <Dependency Name =" Microsoft.Build" Version =" 17.12.0-preview-24461-07 " >
72
+ <Dependency Name =" Microsoft.Build" Version =" 17.12.0-preview-24461-13 " >
73
73
<Uri >https://github.com/dotnet/msbuild</Uri >
74
- <Sha >977f965b0e18488a0768da26277177524f6d1107 </Sha >
74
+ <Sha >3b9f2e9569db38b34a36154f73e2aaef2f89c796 </Sha >
75
75
</Dependency >
76
- <Dependency Name =" Microsoft.Build.Localization" Version =" 17.12.0-preview-24461-07 " >
76
+ <Dependency Name =" Microsoft.Build.Localization" Version =" 17.12.0-preview-24461-13 " >
77
77
<Uri >https://github.com/dotnet/msbuild</Uri >
78
- <Sha >977f965b0e18488a0768da26277177524f6d1107 </Sha >
78
+ <Sha >3b9f2e9569db38b34a36154f73e2aaef2f89c796 </Sha >
79
79
</Dependency >
80
80
<!-- Intermediate is necessary for source build. -->
81
- <Dependency Name =" Microsoft.SourceBuild.Intermediate.msbuild" Version =" 17.12.0-preview-24461-07 " >
81
+ <Dependency Name =" Microsoft.SourceBuild.Intermediate.msbuild" Version =" 17.12.0-preview-24461-13 " >
82
82
<Uri >https://github.com/dotnet/msbuild</Uri >
83
- <Sha >977f965b0e18488a0768da26277177524f6d1107 </Sha >
83
+ <Sha >3b9f2e9569db38b34a36154f73e2aaef2f89c796 </Sha >
84
84
<SourceBuild RepoName =" msbuild" ManagedOnly =" true" />
85
85
</Dependency >
86
86
<Dependency Name =" Microsoft.FSharp.Compiler" Version =" 12.9.100-beta.24461.5" >
Original file line number Diff line number Diff line change 212
212
then use that in Directory.Packages.props.
213
213
214
214
At usage sites, either we use MicrosoftBuildMinimumVersion, or MicrosoftBuildVersion in source-only modes. -->
215
- <MicrosoftBuildVersion >17.12.0-preview-24461-07 </MicrosoftBuildVersion >
216
- <MicrosoftBuildLocalizationVersion >17.12.0-preview-24461-07 </MicrosoftBuildLocalizationVersion >
215
+ <MicrosoftBuildVersion >17.12.0-preview-24461-13 </MicrosoftBuildVersion >
216
+ <MicrosoftBuildLocalizationVersion >17.12.0-preview-24461-13 </MicrosoftBuildLocalizationVersion >
217
217
<MicrosoftBuildMinimumVersion Condition =" Exists('$(RepoRoot)src\Layout\redist\minimumMSBuildVersion') and '$(DotNetBuildSourceOnly)' != 'true'" >$([System.IO.File]::ReadAllText('$(RepoRoot)src\Layout\redist\minimumMSBuildVersion').Trim())</MicrosoftBuildMinimumVersion >
218
218
</PropertyGroup >
219
219
<PropertyGroup >
You can’t perform that action at this time.
0 commit comments