Skip to content

Commit 902f9dc

Browse files
committed
Fixing problem with nuget package removal
1 parent b3ceca8 commit 902f9dc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

TestStack.Dossier.Tests/TestStack.Dossier.Tests.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props" Condition="Exists('..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" />
43
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
54
<PropertyGroup>
65
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -102,12 +101,6 @@
102101
</Content>
103102
</ItemGroup>
104103
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
105-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
106-
<PropertyGroup>
107-
<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>
108-
</PropertyGroup>
109-
<Error Condition="!Exists('..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props'))" />
110-
</Target>
111104
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
112105
Other similar extension points exist, see Microsoft.Common.targets.
113106
<Target Name="BeforeBuild">

0 commit comments

Comments
 (0)