Skip to content

Commit

Permalink
File format update
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers authored Oct 13, 2022
1 parent 45be182 commit b21f774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Common/Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<PropertyGroup Condition="'$(TargetFramework)' == 'net6.0'">
<DefineConstants>$(DefineConstants);NETSTARDAND_FALLBACK</DefineConstants>
</PropertyGroup>
<!-- Fix start https://github.com/dotnet/sourcelink/issues/572 -->
<!-- Fix start https://github.com/dotnet/sourcelink/issues/572 -->
<PropertyGroup>
<TargetFrameworkMonikerAssemblyAttributesPath>$([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))</TargetFrameworkMonikerAssemblyAttributesPath>
</PropertyGroup>
<ItemGroup>
<EmbeddedFiles Include="$(GeneratedAssemblyInfoFile)" />
</ItemGroup>
<!-- Fix end -->
<!-- Fix end -->
</Project>

0 comments on commit b21f774

Please sign in to comment.