Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[release/8.0.4xx] Update dependencies from dotnet/msbuild #45306

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2 NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- Begin: Package sources from dotnet-aspnetcore -->
<!-- End: Package sources from dotnet-aspnetcore -->
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
<add key="darc-pub-DotNet-msbuild-Trusted-a69bbaa" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-a69bbaaf/nuget/v3/index.json" />
<add key="darc-pub-DotNet-msbuild-Trusted-e4f5b93" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-e4f5b938/nuget/v3/index.json" />
<!-- End: Package sources from DotNet-msbuild-Trusted -->
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
<!-- End: Package sources from dotnet-roslyn-analyzers -->
Expand Down
12 changes: 6 additions & 6 deletions 12 eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@
<Uri>https://github.com/dotnet/emsdk</Uri>
<Sha>f6237140b33bf18c72dccfeda14be8d103c3b93e</Sha>
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.11.9">
<Dependency Name="Microsoft.Build" Version="17.11.19">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>a69bbaaf5f8d7249b8cab7309e81ad2221ce396c</Sha>
<Sha>e4f5b938613ae9d306a0396f1d6186a19c970b93</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.Localization" Version="17.11.9-servicing-24462-02">
<Dependency Name="Microsoft.Build.Localization" Version="17.11.19-servicing-24603-10">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>a69bbaaf5f8d7249b8cab7309e81ad2221ce396c</Sha>
<Sha>e4f5b938613ae9d306a0396f1d6186a19c970b93</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.11.9-servicing-24462-02">
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.11.19-servicing-24603-10">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>a69bbaaf5f8d7249b8cab7309e81ad2221ce396c</Sha>
<Sha>e4f5b938613ae9d306a0396f1d6186a19c970b93</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.8.403-beta.24526.2">
Expand Down
4 changes: 2 additions & 2 deletions 4 eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/Microsoft/msbuild -->
<MicrosoftBuildPackageVersion>17.11.9</MicrosoftBuildPackageVersion>
<MicrosoftBuildPackageVersion>17.11.19</MicrosoftBuildPackageVersion>
<MicrosoftBuildCurrentPackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildCurrentPackageVersion>
<!-- Some tasks and the resolver will need to run in an MSBuild that is older than the very latest,
so target one that matches the version in minimumMSBuildVersion.
Expand All @@ -133,7 +133,7 @@
<MicrosoftBuildMinimumVersion Condition="exists('$(RepoRoot)\src\Layout\redist\minimumMSBuildVersion') and '$(DotNetBuildFromSource)' != 'true'">$([System.IO.File]::ReadAllText('$(RepoRoot)\src\Layout\redist\minimumMSBuildVersion').Trim())</MicrosoftBuildMinimumVersion>
<MicrosoftBuildFrameworkPackageVersion>$(MicrosoftBuildMinimumVersion)</MicrosoftBuildFrameworkPackageVersion>
<MicrosoftBuildRuntimePackageVersion>$(MicrosoftBuildMinimumVersion)</MicrosoftBuildRuntimePackageVersion>
<MicrosoftBuildLocalizationPackageVersion>17.11.9-servicing-24462-02</MicrosoftBuildLocalizationPackageVersion>
<MicrosoftBuildLocalizationPackageVersion>17.11.19-servicing-24603-10</MicrosoftBuildLocalizationPackageVersion>
<MicrosoftBuildUtilitiesCorePackageVersion>$(MicrosoftBuildMinimumVersion)</MicrosoftBuildUtilitiesCorePackageVersion>
<MicrosoftBuildTasksCorePackageVersion>$(MicrosoftBuildMinimumVersion)</MicrosoftBuildTasksCorePackageVersion>
<MicrosoftBuildTasksCoreVersion>$(MicrosoftBuildTasksCorePackageVersion)</MicrosoftBuildTasksCoreVersion>
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.