Skip to content

Commit

Permalink
Actual fix for dotnet/runtime#96957
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmclaws committed Mar 27, 2024
1 parent cecf558 commit 4b0e45d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
<PackageReference Include="FluentAssertions" Version="6.*" PrivateAssets="All" />
<PackageReference Include="FluentAssertions.Analyzers" Version="0.*" PrivateAssets="All" />
<PackageReference Include="MSTest" Version="3.*" />

<!-- @robertmclaws: Temporary workaround for 8.0 bug: https://github.com/microsoft/vstest/pull/4792 -->
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.*-*" />
<PackageReference Include="Microsoft.TestPlatform" Version="17.*-*" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@
<TargetFrameworks>net8.0</TargetFrameworks>
<DocumentationFile>$(DocumentationFile)\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>

<!-- @robertmclaws: This is temporary and should be removed when Microsoft.NET.Test.Sdk 17.10 RTMs. -->
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.*-*" />
<PackageReference Include="Microsoft.TestPlatform" Version="17.*-*" />
</ItemGroup>

</Project>

0 comments on commit 4b0e45d

Please sign in to comment.