Skip to content

Build Microsoft.NET.Build.Tasks for netfx#12497

Merged
MichaelSimons merged 1 commit into
dotnet:release/6.0.1xxfrom
eerhardt:BuildSdkForNetFx
Oct 23, 2021
Merged

Build Microsoft.NET.Build.Tasks for netfx#12497
MichaelSimons merged 1 commit into
dotnet:release/6.0.1xxfrom
eerhardt:BuildSdkForNetFx

Conversation

@eerhardt
Copy link
Copy Markdown
Member

Required for omnisharp to work with a source-built .NET SDK.

Patch removal issue: dotnet/sdk#22281

Comment on lines +44 to +48
+ <!-- This is working around a source-build issue with NuGet. Since NuGet isn't building for netfx in source-build, this reference isn't getting set automatically -->
+ <!-- This can be removed once NuGet builds for netfx in source-build. -->
+ <ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">
+ <Reference Include="System.IO.Compression" />
+ </ItemGroup>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be removed once NuGet builds for netfx in source-build.

Maybe worth pointing to an issue tracking this if there is one--for the same of time, maybe just mentioning this part of the patch in dotnet/sdk#22281 and including a link. Just so the context isn't lost before someone dives into the patch integration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants