Skip to content

Commit a5785e0

Browse files
committed
fixup! Upgrade to xUnit 2.0
1 parent b948d39 commit a5785e0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="..\packages\xunit.runner.visualstudio.2.1.0-beta4-build1082\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\packages\xunit.runner.visualstudio.2.1.0-beta4-build1082\build\net20\xunit.runner.visualstudio.props')" />
34
<Import Project="..\packages\xunit.core.2.1.0-beta4-build3042\build\portable-net45+dnxcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props" Condition="Exists('..\packages\xunit.core.2.1.0-beta4-build3042\build\portable-net45+dnxcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" />
45
<PropertyGroup>
56
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -167,6 +168,7 @@
167168
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
168169
</PropertyGroup>
169170
<Error Condition="!Exists('..\packages\xunit.core.2.1.0-beta4-build3042\build\portable-net45+dnxcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\xunit.core.2.1.0-beta4-build3042\build\portable-net45+dnxcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props'))" />
171+
<Error Condition="!Exists('..\packages\xunit.runner.visualstudio.2.1.0-beta4-build1082\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\xunit.runner.visualstudio.2.1.0-beta4-build1082\build\net20\xunit.runner.visualstudio.props'))" />
170172
</Target>
171173
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
172174
Other similar extension points exist, see Microsoft.Common.targets.

LibGit2Sharp.Tests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
<package id="xunit.core" version="2.1.0-beta4-build3042" targetFramework="net45" />
88
<package id="xunit.extensibility.core" version="2.1.0-beta4-build3042" targetFramework="net45" />
99
<package id="xunit.extensibility.execution" version="2.1.0-beta4-build3042" targetFramework="net45" />
10-
<package id="xunit.runner.visualstudio" version="2.0.0" targetFramework="net45" />
10+
<package id="xunit.runner.visualstudio" version="2.1.0-beta4-build1082" targetFramework="net45" />
1111
</packages>

0 commit comments

Comments
 (0)