File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 54
54
</PackageReference >
55
55
<!-- See https://github.com/Microsoft/msbuild/issues/3671 for reason for the ExcludeAssets against msbuild packagerefernces -->
56
56
<PackageReference Include =" Microsoft.Build.Utilities.Core" Version =" 15.6.85" ExcludeAssets =" runtime" />
57
- <PackageReference Include =" UtilPack.NuGet.MSBuild" Version =" 2.9.0 " >
57
+ <PackageReference Include =" UtilPack.NuGet.MSBuild" Version =" $(PackageVersion_UtilPackNuGetMSBuild) " >
58
58
<PrivateAssets >all</PrivateAssets >
59
59
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
60
60
</PackageReference >
Original file line number Diff line number Diff line change 1
1
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
2
<PropertyGroup >
3
- <PackageVersion_UtilPackNuGetMSBuild >2.8 .0</PackageVersion_UtilPackNuGetMSBuild >
3
+ <PackageVersion_UtilPackNuGetMSBuild >2.9 .0</PackageVersion_UtilPackNuGetMSBuild >
4
4
</PropertyGroup >
5
5
</Project >
6
6
You can’t perform that action at this time.
0 commit comments