Skip to content

Commit e718d8f

Browse files
Support latest test SDK
1 parent fddac7c commit e718d8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Machine.Specifications.Runner.VisualStudio/Machine.Specifications.Runner.VisualStudio.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222

2323
<ItemGroup>
2424
<PackageReference Include="Mono.Cecil" Version="[0.10-*, 0.11)" />
25-
<PackageReference Include="Machine.Specifications" Version="[0.11.0, 1.0]" PrivateAssets="All" />
25+
<PackageReference Include="Machine.Specifications" Version="[0.11.0, 1.0.0]" PrivateAssets="All" />
2626
</ItemGroup>
2727

2828
<ItemGroup Condition="'$(TargetFramework)'=='netcoreapp2.1'">
29-
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="[15.0.0,16)" PrivateAssets="All" />
29+
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="[15.0.0,17.0.0)" PrivateAssets="All" />
3030
</ItemGroup>
3131

3232
<ItemGroup Condition="'$(TargetFramework)'=='net46'">
33-
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="[11.0.0,16.0.0)" PrivateAssets="All" />
33+
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="[11.0.0,17.0.0)" PrivateAssets="All" />
3434
</ItemGroup>
3535

3636
<PropertyGroup>

0 commit comments

Comments
 (0)