Skip to content

Commit

Permalink
Update Workarounds.targets (#14513)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer authored Feb 26, 2024
1 parent 6f665a2 commit fdfd8a4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Microsoft.DotNet.Arcade.Sdk/tools/Workarounds.targets
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@
</When>
</Choose>

<!--
Workaround for a race condition https://github.com/Microsoft/msbuild/issues/1479.
-->
<PropertyGroup>
<TargetFrameworkMonikerAssemblyAttributesPath>$(IntermediateOutputPath)$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)</TargetFrameworkMonikerAssemblyAttributesPath>
<TargetFrameworkMonikerAssemblyAttributesFileClean>true</TargetFrameworkMonikerAssemblyAttributesFileClean>
</PropertyGroup>

<!--
Portable PDBs are not included in .nupkg by default. Include them unless the project produces symbol packages.
Remove this once we migrate to .snupkg. See https://github.com/dotnet/arcade/issues/1959.
Expand Down

0 comments on commit fdfd8a4

Please sign in to comment.