Skip to content

Commit

Permalink
Remove workaround for dotnet/sourcelink#572
Browse files Browse the repository at this point in the history
  • Loading branch information
wazzamatazz committed Jun 24, 2020
1 parent eef0835 commit 1c97d0a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@
</PackageReference>
</ItemGroup>

<!-- Workaround for https://github.com/dotnet/sourcelink/issues/572 - REMOVE ONCE SDK 3.1.300 IS RELEASED -->
<PropertyGroup>
<TargetFrameworkMonikerAssemblyAttributesPath>$([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))</TargetFrameworkMonikerAssemblyAttributesPath>
</PropertyGroup>
<ItemGroup>
<EmbeddedFiles Include="$(GeneratedAssemblyInfoFile)"/>
</ItemGroup>

<!-- Extension point to allow Continuous Integration systems to inject their own configuration. -->
<Import Project="CI.targets" Condition="Exists('CI.targets')" />

Expand Down

0 comments on commit 1c97d0a

Please sign in to comment.