File tree 3 files changed +9
-4
lines changed 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
4
4
<Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
54
54
<PackageReference Include =" Shouldly" Version =" 3.0.0" ></PackageReference >
55
55
<PackageReference Include =" System.Reflection.Metadata" Version =" 1.4.2" ></PackageReference >
56
56
<PackageReference Include =" System.Collections.Immutable" Version =" 1.3.1" ></PackageReference >
57
+ <!-- See https://github.com/Microsoft/msbuild/issues/3671 for reason for the ExcludeAssets against msbuild packagerefernces -->
58
+ <PackageReference Include =" Microsoft.Build.Utilities.Core" Version =" 15.1.548" />
59
+ <PackageReference Include =" Microsoft.Build.Framework" Version =" 15.1.548" />
60
+
57
61
</ItemGroup >
58
62
<ItemGroup >
59
63
<Reference Include =" Microsoft.CSharp" />
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