Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Commit

Permalink
Reference xunit 2.2.0 in the specification package
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkm committed Jul 24, 2017
1 parent 8c077ec commit 445e202
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions build/dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
<RuntimeFrameworkVersion Condition="'$(TargetFramework)'=='netcoreapp2.0'">2.0.0-*</RuntimeFrameworkVersion>
<TestSdkVersion>15.3.0-*</TestSdkVersion>
<XunitVersion>2.3.0-beta2-*</XunitVersion>
<XunitVersionInSpecProjects>2.2.0</XunitVersionInSpecProjects>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="xunit.assert" Version="$(XunitVersion)" />
<PackageReference Include="xunit.extensibility.core" Version="$(XunitVersion)" />
<PackageReference Include="xunit.assert" Version="$(XunitVersionInSpecProjects)" />
<PackageReference Include="xunit.extensibility.core" Version="$(XunitVersionInSpecProjects)" />
</ItemGroup>

</Project>

0 comments on commit 445e202

Please sign in to comment.