Skip to content

Commit d0356ba

Browse files
committed
#1458 - Fix tests
1 parent 6516459 commit d0356ba

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/GitVersionTask.Tests/GitVersionTask.Tests.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
44
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -54,6 +54,10 @@
5454
<PackageReference Include="Shouldly" Version="3.0.0"></PackageReference>
5555
<PackageReference Include="System.Reflection.Metadata" Version="1.4.2"></PackageReference>
5656
<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+
5761
</ItemGroup>
5862
<ItemGroup>
5963
<Reference Include="Microsoft.CSharp" />

0 commit comments

Comments
 (0)