File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 14
14
</PropertyGroup >
15
15
16
16
<ItemGroup >
17
- <PackageReference Include =" Microsoft.Build.Utilities.Core" PrivateAssets =" All" />
18
- <PackageReference Include =" Microsoft.Win32.Registry" PrivateAssets =" All" />
19
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" PrivateAssets =" All" />
17
+ <PackageReference Include =" Microsoft.Build.Utilities.Core" />
18
+ <PackageReference Include =" Microsoft.Win32.Registry" />
19
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" />
20
+ <!-- Marks all packages as 'local only' so they don't end up in the nuspec. -->
21
+ <PackageReference Update =" @(PackageReference)" PrivateAssets =" All" />
20
22
</ItemGroup >
21
23
22
24
<ItemGroup >
23
- <ProjectReference Include =" ..\GitVersion.BuildAgents\GitVersion.BuildAgents.csproj" PrivateAssets =" All" />
24
- <ProjectReference Include =" ..\GitVersion.Configuration\GitVersion.Configuration.csproj" PrivateAssets =" All" />
25
- <ProjectReference Include =" ..\GitVersion.Core\GitVersion.Core.csproj" PrivateAssets =" All" />
26
- <ProjectReference Include =" ..\GitVersion.Output\GitVersion.Output.csproj" PrivateAssets =" All" />
25
+ <ProjectReference Include =" ..\GitVersion.BuildAgents\GitVersion.BuildAgents.csproj" />
26
+ <ProjectReference Include =" ..\GitVersion.Configuration\GitVersion.Configuration.csproj" />
27
+ <ProjectReference Include =" ..\GitVersion.Core\GitVersion.Core.csproj" />
28
+ <ProjectReference Include =" ..\GitVersion.Output\GitVersion.Output.csproj" />
29
+ <ProjectReference Update =" @(ProjectReference)" PrivateAssets =" All" />
27
30
</ItemGroup >
28
31
29
32
<ItemGroup >
38
41
<None Include =" $(ExePublishPath)/net6.0/publish/**/*;$(BinPath)/net6.0/GitVersion.MsBuild.*" Pack =" true" PackagePath =" tools/net6.0" />
39
42
<None Include =" $(ExePublishPath)/net7.0/publish/**/*;$(BinPath)/net7.0/GitVersion.MsBuild.*" Pack =" true" PackagePath =" tools/net7.0" />
40
43
<None Include =" $(ExePublishPath)/net8.0/publish/**/*;$(BinPath)/net8.0/GitVersion.MsBuild.*" Pack =" true" PackagePath =" tools/net8.0" />
41
-
42
44
</ItemGroup >
43
45
44
46
</Project >
You can’t perform that action at this time.
0 commit comments