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 14
14
<add key =" darc-pub-dotnet-aspnetcore-1e7a7af" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-1e7a7af6/nuget/v3/index.json" />
15
15
<!-- End: Package sources from dotnet-aspnetcore -->
16
16
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
17
- <add key =" darc-pub-DotNet-msbuild-Trusted-2939083 " value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-2939083c /nuget/v3/index.json" />
17
+ <add key =" darc-pub-DotNet-msbuild-Trusted-db5f601 " value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-db5f6012 /nuget/v3/index.json" />
18
18
<!-- End: Package sources from DotNet-msbuild-Trusted -->
19
19
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
20
20
<!-- End: Package sources from dotnet-roslyn-analyzers -->
Original file line number Diff line number Diff line change 73
73
<Sha >8be5676af1ccf568b258133788a24aedd1a80994</Sha >
74
74
<SourceBuild RepoName =" emsdk" ManagedOnly =" true" />
75
75
</Dependency >
76
- <Dependency Name =" Microsoft.Build" Version =" 17.12.5 " >
76
+ <Dependency Name =" Microsoft.Build" Version =" 17.12.6 " >
77
77
<Uri >https://github.com/dotnet/msbuild</Uri >
78
- <Sha >2939083c36e8a908f1509b247e575c70791deab7 </Sha >
78
+ <Sha >db5f6012cb7f6e2dd7066c50c573c0d352713407 </Sha >
79
79
</Dependency >
80
- <Dependency Name =" Microsoft.Build.Localization" Version =" 17.12.5 -preview-24517-06 " >
80
+ <Dependency Name =" Microsoft.Build.Localization" Version =" 17.12.6 -preview-24518-05 " >
81
81
<Uri >https://github.com/dotnet/msbuild</Uri >
82
- <Sha >2939083c36e8a908f1509b247e575c70791deab7 </Sha >
82
+ <Sha >db5f6012cb7f6e2dd7066c50c573c0d352713407 </Sha >
83
83
</Dependency >
84
84
<!-- Intermediate is necessary for source build. -->
85
- <Dependency Name =" Microsoft.SourceBuild.Intermediate.msbuild" Version =" 17.12.5 -preview-24517-06 " >
85
+ <Dependency Name =" Microsoft.SourceBuild.Intermediate.msbuild" Version =" 17.12.6 -preview-24518-05 " >
86
86
<Uri >https://github.com/dotnet/msbuild</Uri >
87
- <Sha >2939083c36e8a908f1509b247e575c70791deab7 </Sha >
87
+ <Sha >db5f6012cb7f6e2dd7066c50c573c0d352713407 </Sha >
88
88
<SourceBuild RepoName =" msbuild" ManagedOnly =" true" />
89
89
</Dependency >
90
90
<Dependency Name =" Microsoft.FSharp.Compiler" Version =" 12.9.100-beta.24510.7" >
Original file line number Diff line number Diff line change 192
192
then use that in Directory.Packages.props.
193
193
194
194
At usage sites, either we use MicrosoftBuildMinimumVersion, or MicrosoftBuildVersion in source-only modes. -->
195
- <MicrosoftBuildVersion >17.12.5 </MicrosoftBuildVersion >
196
- <MicrosoftBuildLocalizationVersion >17.12.5 -preview-24517-06 </MicrosoftBuildLocalizationVersion >
195
+ <MicrosoftBuildVersion >17.12.6 </MicrosoftBuildVersion >
196
+ <MicrosoftBuildLocalizationVersion >17.12.6 -preview-24518-05 </MicrosoftBuildLocalizationVersion >
197
197
<MicrosoftBuildMinimumVersion Condition =" Exists('$(RepoRoot)src\Layout\redist\minimumMSBuildVersion') and '$(DotNetBuildSourceOnly)' != 'true'" >$([System.IO.File]::ReadAllText('$(RepoRoot)src\Layout\redist\minimumMSBuildVersion').Trim())</MicrosoftBuildMinimumVersion >
198
198
</PropertyGroup >
199
199
<PropertyGroup >
You can’t perform that action at this time.
0 commit comments