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 1414 </PropertyGroup >
1515
1616 <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" />
2022 </ItemGroup >
2123
2224 <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" />
2730 </ItemGroup >
2831
2932 <ItemGroup >
3841 <None Include =" $(ExePublishPath)/net6.0/publish/**/*;$(BinPath)/net6.0/GitVersion.MsBuild.*" Pack =" true" PackagePath =" tools/net6.0" />
3942 <None Include =" $(ExePublishPath)/net7.0/publish/**/*;$(BinPath)/net7.0/GitVersion.MsBuild.*" Pack =" true" PackagePath =" tools/net7.0" />
4043 <None Include =" $(ExePublishPath)/net8.0/publish/**/*;$(BinPath)/net8.0/GitVersion.MsBuild.*" Pack =" true" PackagePath =" tools/net8.0" />
41-
4244 </ItemGroup >
4345
4446</Project >
You can’t perform that action at this time.
0 commit comments