Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.

Commit

Permalink
Update packages (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertcoltheart authored May 1, 2019
1 parent 4ee3876 commit 3fc03b4
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Example.Random/Example.Random.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Machine.Specifications" Version="1.0.0-beta1" />
<PackageReference Include="Machine.Specifications" Version="1.0.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Example/Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.6.0" />
<PackageReference Include="Machine.Specifications" Version="1.0.0-beta1" />
<PackageReference Include="Machine.Specifications" Version="1.0.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.6.0" />
<PackageReference Include="Machine.Specifications" Version="1.0.0-beta1" />
<PackageReference Include="Machine.Specifications.Runner.Utility" Version="1.0.0-beta1" />
<PackageReference Include="Machine.Specifications" Version="1.0.0" />
<PackageReference Include="Machine.Specifications.Runner.Utility" Version="1.0.0" />
<PackageReference Include="Machine.Specifications.Runner.VisualStudio" Version="2.8.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
<PackageReference Include="RhinoMocks" Version="3.6.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Machine.Specifications" Version="1.0.0-beta1" />
<PackageReference Include="Machine.Specifications" Version="1.0.0" />
<PackageReference Include="Selenium.RC" Version="3.1.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Machine.Specifications" Version="1.0.0-beta1" />
<PackageReference Include="Machine.Specifications" Version="1.0.0" />
<PackageReference Include="WatiN" Version="2.1.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Machine.Specifications" Version="1.0.0-beta1" />
<PackageReference Include="Machine.Specifications" Version="1.0.0" />
<PackageReference Include="Selenium.WebDriver" Version="3.141.0" />
</ItemGroup>

Expand Down

0 comments on commit 3fc03b4

Please sign in to comment.