Skip to content

Commit

Permalink
Merge pull request dotnet#57338 from genlu/FixWarning
Browse files Browse the repository at this point in the history
Fix 'AssemblyVersion overridden by auto-generated version' warning in build
  • Loading branch information
genlu authored Oct 25, 2021
2 parents 35546d0 + ca79c89 commit a4ec465
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CodeStyle/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
<PropertyGroup>
<!-- https://github.com/dotnet/roslyn/issues/46984 -->
<AssemblyVersion></AssemblyVersion>
<AutoGenerateAssemblyVersion>true</AutoGenerateAssemblyVersion>
</PropertyGroup>
</Project>

0 comments on commit a4ec465

Please sign in to comment.