diff options
Diffstat (limited to 'src/Directory.csproj.targets')
-rw-r--r-- | src/Directory.csproj.targets | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Directory.csproj.targets b/src/Directory.csproj.targets index 49303a1d..c9927fd7 100644 --- a/src/Directory.csproj.targets +++ b/src/Directory.csproj.targets | |||
@@ -10,4 +10,9 @@ | |||
10 | </PropertyGroup> | 10 | </PropertyGroup> |
11 | 11 | ||
12 | <Target Name="__SetAssemblyInfoFromGit" DependsOnTargets="__SetPropertiesFromGit" BeforeTargets="GetAssemblyVersion" /> | 12 | <Target Name="__SetAssemblyInfoFromGit" DependsOnTargets="__SetPropertiesFromGit" BeforeTargets="GetAssemblyVersion" /> |
13 | |||
14 | <ItemGroup> | ||
15 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | ||
16 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
17 | </ItemGroup> | ||
13 | </Project> | 18 | </Project> |