summary refs log tree commit diff
path: root/Directory.Build.targets
diff options
context:
space:
mode:
authorClaire Novotny <claire@novotny.org>2020-03-29 18:58:52 -0400
committerClaire Novotny <claire@novotny.org>2020-03-29 18:58:52 -0400
commite72e3a8a96b0cd4e83d51f5b4ae83bc520c4c894 (patch)
tree26317a738680ee76aa0a6a3336ab624bcc39a739 /Directory.Build.targets
parentMerge branch 'master' into netstandard (diff)
downloadBouncyCastle.NET-ed25519-pcl-v1.8.6.7.tar.xz
enable deterministic builds pcl-v1.8.6.7
Diffstat (limited to 'Directory.Build.targets')
-rw-r--r--Directory.Build.targets10
1 files changed, 10 insertions, 0 deletions
diff --git a/Directory.Build.targets b/Directory.Build.targets
new file mode 100644

index 000000000..1543cb15b --- /dev/null +++ b/Directory.Build.targets
@@ -0,0 +1,10 @@ +<!-- Workaround. Remove once we're on 3.1.300+ +https://github.com/dotnet/sourcelink/issues/572 --> +<Project> + <PropertyGroup> + <TargetFrameworkMonikerAssemblyAttributesPath>$([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))</TargetFrameworkMonikerAssemblyAttributesPath> + </PropertyGroup> + <ItemGroup> + <EmbeddedFiles Include="$(GeneratedAssemblyInfoFile)"/> + </ItemGroup> +</Project>