microsoft/teams.net

Public

mirrored fromhttps://github.com/microsoft/teams.netAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
3ddf9fa76ec1801a0e3ca312c6d9855879571ac1

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

core/src/Directory.Build.targets

10lines · modecode

1<Project>
2 <!--https://github.com/dotnet/Nerdbank.GitVersioning/issues/409#issuecomment-823362561-->
3 <Target Name="AddNuGetPackageVersionToThisAssembly"
4 DependsOnTargets="GetBuildVersion"
5 BeforeTargets="GenerateAssemblyNBGVVersionInfo">
6 <ItemGroup>
7 <AdditionalThisAssemblyFields Include="NuGetPackageVersion" String="$(NuGetPackageVersion)" />
8 </ItemGroup>
9 </Target>
10</Project>