-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[main] Update dependencies from dotnet/runtime #27149
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
Changes from 13 commits
50d8a9f
f4b957c
9f9464b
c830a4f
149b6d3
7d38384
d3fc84d
8119940
3ed958e
c237c8e
4ddab3c
37f6666
d9a2f43
c53cffb
954e9bc
c3a59e8
c1b3ba8
92d7d09
2d19ab8
3308817
a3d3230
098e370
eb5ed3b
e552c9b
8cd88bb
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,7 +6,7 @@ | |
| <PackageId>Microsoft.NET.Sdk</PackageId> | ||
| <OutDirName>$(Configuration)\Sdks\$(PackageId)\tools</OutDirName> | ||
| </PropertyGroup> | ||
|
|
||
| <Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" /> | ||
|
|
||
| <PropertyGroup> | ||
|
|
@@ -63,12 +63,11 @@ | |
| <!-- Packages that are in-box for .NET Core, so we only need to reference them for .NET Framework --> | ||
| <ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(DotNetBuildFromSource)' != 'true'"> | ||
| <!-- | ||
| MSBuild depends on a new version of SRM/SCI; HostModel a very old one. | ||
| In order to keep working with MSBuild 17.2, which had binding redirects | ||
| for SCI 0-5.0.0.0 but not 6, this task must compile against 5, even | ||
| though that's not the very latest. --> | ||
| <PackageReference Include="System.Collections.Immutable" Version="5.0.0" /> | ||
| <PackageReference Include="System.Reflection.Metadata" Version="5.0.0" /> | ||
| MSBuild depends on a new version of SRM/SCI; keep in sync with binding redirect: | ||
| https://github.com/dotnet/msbuild/blob/5d102ae37163fc1f22610bb433c3ab9a2fff91f0/src/MSBuild/app.config#L59 | ||
| --> | ||
| <PackageReference Include="System.Collections.Immutable" Version="$(SystemCollectionsImmutableVersion)" /> | ||
| <PackageReference Include="System.Reflection.Metadata" Version="$(SystemReflectionMetadataVersion)" /> | ||
|
||
| </ItemGroup> | ||
|
|
||
| <!-- These are loaded from the CLI's copy on .NET Core, we don't need to duplicate them on disk --> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.