Skip to content

Commit

Permalink
forcing xunit to run under 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Feb 6, 2018
1 parent aad5af8 commit 96a1e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakefile.rb
Expand Up @@ -69,7 +69,7 @@
sh "dotnet test src/Alba.Testing/Alba.Testing.csproj"

Dir.chdir "src/Alba.Testing.AspNetCore2" do
sh "dotnet xunit"
sh "dotnet xunit --fx-version 2.0.0"
end
end

Expand Down

0 comments on commit 96a1e10

Please sign in to comment.