Skip to content

Commit 3aacc21

Browse files
Remove workarounds
1 parent 6a06840 commit 3aacc21

File tree

3 files changed

+1
-18
lines changed

3 files changed

+1
-18
lines changed

NuGet.config

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/Directory.Build.targets

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
1-
<!-- Workaround. Remove once we're on 3.1.300+
2-
https://github.com/dotnet/sourcelink/issues/572 -->
31
<Project>
4-
<PropertyGroup>
5-
<TargetFrameworkMonikerAssemblyAttributesPath>$([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))</TargetFrameworkMonikerAssemblyAttributesPath>
6-
</PropertyGroup>
7-
<ItemGroup>
8-
<EmbeddedFiles Include="$(GeneratedAssemblyInfoFile)"/>
9-
</ItemGroup>
10-
2+
113
<Target Name="CoverletGetPathMap"
124
DependsOnTargets="InitializeSourceRootMappedPaths"
135
Returns="@(_LocalTopLevelSourceRoot)"

src/Directory.build.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<LangVersion>latest</LangVersion>
44
<PublishRepositoryUrl>true</PublishRepositoryUrl>
55
<EmbedUntrackedSources>true</EmbedUntrackedSources>
6-
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
76
</PropertyGroup>
87

98
<ItemGroup>

0 commit comments

Comments
 (0)