Skip to content

Commit

Permalink
bump xunit references
Browse files Browse the repository at this point in the history
to try and work around
microsoft/vstest#2469
  • Loading branch information
nils-a committed May 24, 2024
1 parent 19321b1 commit 883742c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 7 additions & 2 deletions src/Cake.Terraform.Tests/Cake.Terraform.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@
<PackageReference Include="Cake.Core" Version="0.33.0" />
<PackageReference Include="Cake.Testing" Version="0.33.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
<PackageReference Include="xunit" Version="2.2.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
<!--
add a direct reference to Microsoft.TestPlatform.ObjectModel
to work around https://github.com/microsoft/vstest/issues/2469
-->
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.10.0" />
<PackageReference Include="xunit" Version="2.5.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 1 addition & 2 deletions src/Cake.Terraform/Cake.Terraform.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
<PackageProjectUrl>https://github.com/cake-contrib/Cake.Terraform</PackageProjectUrl>
<PackageTags>cake;build;cake-build;script;addin;cake-addin;terraform;hashicorp</PackageTags>
<RepositoryUrl>$(PackageProjectUrl).git</RepositoryUrl>
<PackageReleaseNotes>https://github.com/cake-contrib/Cake.7zip/releases</PackageReleaseNotes>
<RootNamespace>Cake.SevenZip</RootNamespace>
<PackageReleaseNotes>$(PackageProjectUrl)/releases</PackageReleaseNotes>
<Version>0.0.0</Version>
</PropertyGroup>

Expand Down

0 comments on commit 883742c

Please sign in to comment.