Skip to content

Commit 67ba6f7

Browse files
Remove SDK workaround (#429)
Remove HACK for bug which the 3.1.3xx SDK fixes.
1 parent e667da6 commit 67ba6f7

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

Directory.Build.targets

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,4 @@
1616
<PublicSign>false</PublicSign>
1717
</PropertyGroup>
1818

19-
<!--
20-
Note: the .NET SDK is impacted by a bug that prevents the resulting builds from being
21-
treated as deterministic. To work around this bug, AssemblyInfo.cs is manually added.
22-
Visit https://github.com/dotnet/sourcelink/issues/572 for more information.
23-
-->
24-
25-
<PropertyGroup>
26-
<TargetFrameworkMonikerAssemblyAttributesPath>$([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))</TargetFrameworkMonikerAssemblyAttributesPath>
27-
</PropertyGroup>
28-
29-
<ItemGroup>
30-
<EmbeddedFiles Include="$(GeneratedAssemblyInfoFile)" />
31-
</ItemGroup>
32-
3319
</Project>

0 commit comments

Comments
 (0)