Skip to content

Commit 6f698e8

Browse files
committed
Add sl50 to the portable definition support (since it's legal with xUnit.net 1.x)
1 parent 12e15ca commit 6f698e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xunit.runner.visualstudio.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
<!-- Execution -->
2323
<file src="build\_._" target="lib\net20\_._" />
24-
<file src="build\_._" target="lib\portable-net40+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid\_._" />
24+
<file src="build\_._" target="lib\portable-net40+aspnetcore50+sl50+win+wpa81+wp80+monotouch+monoandroid\_._" />
2525
<file src="build\xunit.runner.visualstudio.props" target="build\net20\xunit.runner.visualstudio.props" />
26-
<file src="build\xunit.runner.visualstudio.props" target="build\portable-net40+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid\xunit.runner.visualstudio.props" />
26+
<file src="build\xunit.runner.visualstudio.props" target="build\portable-net40+aspnetcore50+sl50+win+wpa81+wp80+monotouch+monoandroid\xunit.runner.visualstudio.props" />
2727
</files>
2828
</package>

0 commit comments

Comments
 (0)