Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Update to xunit 2.2 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed May 18, 2017
1 parent 6965740 commit af8d20b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages.config
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="GitInfo" version="1.1.29" />
<package id="xunit.runner.console" version="2.1.0" />
<package id="xunit.runner.msbuild" version="2.1.0" />
<package id="xunit.runner.console" version="2.2.0" />
<package id="xunit.runner.msbuild" version="2.2.0" />
<package id="OpenCover" version="4.6.519" targetFramework="net45" />
<package id="ReportGenerator" version="2.4.5" targetFramework="net45" />
</packages>

0 comments on commit af8d20b

Please sign in to comment.