We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c679b commit 55f44e8Copy full SHA for 55f44e8
Directory.Build.targets
@@ -59,6 +59,13 @@
59
</AssemblyAttribute>
60
</ItemGroup>
61
62
+ <ItemGroup Condition="'$(RepoOriginalSourceRevisionId)' != ''">
63
+ <AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute">
64
+ <_Parameter1>OriginalRepoCommitHash</_Parameter1>
65
+ <_Parameter2>$(RepoOriginalSourceRevisionId)</_Parameter2>
66
+ </AssemblyAttribute>
67
+ </ItemGroup>
68
+
69
<Target Name="AddInternalsVisibleToDynamicProxyGenAssembly2" BeforeTargets="BeforeCompile">
70
<ItemGroup Condition="'@(InternalsVisibleToDynamicProxyGenAssembly2->Count())' > 0">
71
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
0 commit comments