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

Commit

Permalink
Update packages (#20)
Browse files Browse the repository at this point in the history
* Update packages

* fix

* utility
  • Loading branch information
robertcoltheart authored Apr 7, 2019
1 parent 5cd81d4 commit 9766746
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/Example.Failing/Example.Failing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

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

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

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

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

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

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

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

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

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

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

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="2.2.0" />
<PackageReference Include="Machine.Specifications" Version="0.12.0" />
<PackageReference Include="Machine.Specifications.Runner.VisualStudio" Version="2.8.0" />
<PackageReference Include="Machine.Specifications" Version="1.0.0-beta1" />
<PackageReference Include="Machine.Specifications.Runner.VisualStudio" Version="2.8.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="1.9.71" />
<PackageReference Include="Machine.Specifications.Reporting" Version="0.10.0" />
<PackageReference Include="Machine.Specifications.Runner.Utility" Version="0.9.0" />
<PackageReference Include="Machine.Specifications.Reporting" Version="1.0.0-beta1" />
<PackageReference Include="Machine.Specifications.Runner.Utility" Version="1.0.0-beta2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="1.9.71" PrivateAssets="All" />
<PackageReference Include="Machine.Specifications.Reporting" Version="0.10.0" PrivateAssets="All" />
<PackageReference Include="Machine.Specifications.Runner.Utility" Version="0.9.0" PrivateAssets="All" />
<PackageReference Include="Machine.Specifications.Reporting" Version="1.0.0-beta1" PrivateAssets="All" />
<PackageReference Include="Machine.Specifications.Runner.Utility" Version="1.0.0-beta2" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 9766746

Please sign in to comment.