File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project >
3
+ <ItemGroup >
4
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" >
5
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
6
+ <PrivateAssets >all</PrivateAssets >
7
+ </PackageReference >
8
+ </ItemGroup >
9
+ </Project >
Original file line number Diff line number Diff line change 13
13
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
14
14
</PropertyGroup >
15
15
16
- <ItemGroup >
17
- <PackageReference Include =" Microsoft.Build.Tasks.Git" Version =" 1.1.1" >
18
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
19
- <PrivateAssets >all</PrivateAssets >
20
- </PackageReference >
21
- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" >
22
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
23
- <PrivateAssets >all</PrivateAssets >
24
- </PackageReference >
25
- </ItemGroup >
26
-
27
16
</Project >
You can’t perform that action at this time.
0 commit comments