File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 88 </PropertyGroup >
99
1010 <ItemGroup >
11- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14 .0" />
11+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13 .0" />
1212 <PackageReference Include =" Moq" Version =" 4.20.72" />
1313 <PackageReference Include =" Pure.DI" Version =" 2.1.70" >
1414 <PrivateAssets >all</PrivateAssets >
Original file line number Diff line number Diff line change 2626 <Description >$(Title) $(Version) $(TargetFramework)</Description >
2727 <PackageTags >C#;csharp;script;interactive</PackageTags >
2828 <PureDIProfilePath >c:\profiling</PureDIProfilePath >
29+ <BuildInParallel Condition =" $([MSBuild]::IsOSPlatform('Windows'))" >false</BuildInParallel >
2930 </PropertyGroup >
3031
3132 <ItemGroup >
Original file line number Diff line number Diff line change 1818 <Description >$(Title) $(Version) $(TargetFramework)</Description >
1919 <PackageTags >C#;csharp;script;interactive</PackageTags >
2020 <TargetsForTfmSpecificBuildOutput >$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage</TargetsForTfmSpecificBuildOutput >
21+ <BuildInParallel Condition =" $([MSBuild]::IsOSPlatform('Windows'))" >false</BuildInParallel >
2122 </PropertyGroup >
2223
2324 <ItemGroup >
You can’t perform that action at this time.
0 commit comments