Skip to content

[Minor] Workaround NuGet SourceRoots issue no longer needed? #438

Description

@jeroenhabets

I noticed:

<!-- Workaround for https://github.com/dotnet/sdk/issues/11105 -->
<ItemGroup>
<SourceRoot Include="$(NuGetPackageRoot)\" Condition="'$(NuGetPackageRoot)' != ''" />
</ItemGroup>
<ItemGroup>
<EditorConfigFiles Remove=".editorconfig" />
</ItemGroup>

but dotnet/sdk#11105 and all follow up issues NuGet/Home#9431 and NuGet/Home#9810 have been fixed and Closed more than five years ago, so I suspect this workaround is no longer needed?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions