File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 79
79
<PackageReference Include =" YamlDotNet" Version =" $(PackageVersion_YamlDotNet)" >
80
80
<PrivateAssets >All</PrivateAssets >
81
81
</PackageReference >
82
- <PackageReference Include =" Microsoft.Build.Utilities.Core" Version =" 15.1.548" />
83
- <PackageReference Include =" Microsoft.Build.Framework" Version =" 15.1.548" />
82
+ <!-- See https://github.com/Microsoft/msbuild/issues/3671 for reason for the ExcludeAssets against msbuild packagerefernces -->
83
+ <PackageReference Include =" Microsoft.Build.Utilities.Core" Version =" 15.1.548" ExcludeAssets =" runtime" />
84
+ <PackageReference Include =" Microsoft.Build.Framework" Version =" 15.1.548" ExcludeAssets =" runtime" />
84
85
<PackageReference Include =" UtilPack.NuGet.MSBuild" Version =" $(PackageVersion_UtilPackNuGetMSBuild)" />
85
86
</ItemGroup >
86
87
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <PackageVersion_UtilPackNuGetMSBuild >2.6 .0</PackageVersion_UtilPackNuGetMSBuild >
3
+ <PackageVersion_UtilPackNuGetMSBuild >2.7 .0</PackageVersion_UtilPackNuGetMSBuild >
4
4
</PropertyGroup >
5
5
</Project >
6
6
You can’t perform that action at this time.
0 commit comments