File tree 1 file changed +5
-1
lines changed 1 file changed +5
-1
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" />
You can’t perform that action at this time.
0 commit comments