Skip to content

Commit

Permalink
Fix MSBuild template
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Rossignoli committed Dec 5, 2023
1 parent 0d64bd1 commit 4b38f24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Package/MSTest.Sdk/Sdk/Sdk.props.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.2.0-preview.23601.5" />
<PackageReference Include="MSTest.TestFramework" Version="3.2.0-preview.23601.5" />
<PackageReference Include="Microsoft.Testing.Platform.Extensions.VSTestBridge" Version="1.0.0-alpha.23603.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="${MicrosoftNETTestSdkVersion}" />
<PackageReference Include="MSTest.TestAdapter" Version="${MSTestVersion}" />
<PackageReference Include="MSTest.TestFramework" Version="${MSTestVersion}" />
<PackageReference Include="Microsoft.Testing.Platform.Extensions.VSTestBridge" Version="${MicrosoftTestingPlatformVersion}" />
</ItemGroup>
</Project>

0 comments on commit 4b38f24

Please sign in to comment.