Browse Source

Update Directory.Build.targets

pull/1574/head
James Jackson-South 6 years ago
parent
commit
082890913c
  1. 14
      src/Directory.Build.targets

14
src/Directory.Build.targets

@ -22,14 +22,12 @@
<!-- Workaround for using SDK < 3.1.300, which we cannot use since it breaks coverlet --> <!-- Workaround for using SDK < 3.1.300, which we cannot use since it breaks coverlet -->
<!-- https://github.com/clairernovotny/DeterministicBuilds --> <!-- https://github.com/clairernovotny/DeterministicBuilds -->
<Project> <PropertyGroup>
<PropertyGroup> <TargetFrameworkMonikerAssemblyAttributesPath>$([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))</TargetFrameworkMonikerAssemblyAttributesPath>
<TargetFrameworkMonikerAssemblyAttributesPath>$([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))</TargetFrameworkMonikerAssemblyAttributesPath> </PropertyGroup>
</PropertyGroup> <ItemGroup>
<ItemGroup> <EmbeddedFiles Include="$(GeneratedAssemblyInfoFile)"/>
<EmbeddedFiles Include="$(GeneratedAssemblyInfoFile)"/> </ItemGroup>
</ItemGroup>
</Project>
<ItemDefinitionGroup> <ItemDefinitionGroup>
<InternalsVisibleTo> <InternalsVisibleTo>

Loading…
Cancel
Save