Skip to content

Commit 730c94e

Browse files
committed
Removed MSBuild NuGet package restore
1 parent fe057bc commit 730c94e

File tree

4 files changed

+0
-140
lines changed

4 files changed

+0
-140
lines changed

src/.nuget/NuGet.targets

Lines changed: 0 additions & 133 deletions
This file was deleted.

src/AutoTest.ArgumentNullException.Xunit/AutoTest.ArgumentNullException.Xunit.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<AssemblyName>AutoTest.ArgumentNullException.Xunit</AssemblyName>
1212
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14-
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
1514
</PropertyGroup>
1615
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1716
<DebugSymbols>true</DebugSymbols>
@@ -33,7 +32,6 @@
3332
<WarningLevel>4</WarningLevel>
3433
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
3534
<DocumentationFile>bin\Release\AutoTest.ArgumentNullException.Xunit.xml</DocumentationFile>
36-
<BuildPackage>true</BuildPackage>
3735
</PropertyGroup>
3836
<ItemGroup>
3937
<Reference Include="System" />
@@ -75,7 +73,6 @@
7573
</ProjectReference>
7674
</ItemGroup>
7775
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
78-
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
7976
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
8077
Other similar extension points exist, see Microsoft.Common.targets.
8178
<Target Name="BeforeBuild">

src/AutoTest.ArgumentNullException.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{31716E
1111
ProjectSection(SolutionItems) = preProject
1212
.nuget\NuGet.Config = .nuget\NuGet.Config
1313
.nuget\NuGet.exe = .nuget\NuGet.exe
14-
.nuget\NuGet.targets = .nuget\NuGet.targets
1514
.nuget\packages.config = .nuget\packages.config
1615
EndProjectSection
1716
EndProject

src/AutoTest.ArgumentNullException/AutoTest.ArgumentNullException.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<AssemblyName>AutoTest.ArgumentNullException</AssemblyName>
1212
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14-
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
1514
</PropertyGroup>
1615
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1716
<DebugSymbols>true</DebugSymbols>
@@ -33,7 +32,6 @@
3332
<WarningLevel>4</WarningLevel>
3433
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
3534
<DocumentationFile>bin\Release\AutoTest.ArgumentNullException.xml</DocumentationFile>
36-
<BuildPackage>true</BuildPackage>
3735
</PropertyGroup>
3836
<ItemGroup>
3937
<Reference Include="Ploeh.AutoFixture, Version=3.0.1.0, Culture=neutral, PublicKeyToken=b24654c590009d4f, processorArchitecture=MSIL">
@@ -95,7 +93,6 @@
9593
</None>
9694
</ItemGroup>
9795
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
98-
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
9996
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
10097
Other similar extension points exist, see Microsoft.Common.targets.
10198
<Target Name="BeforeBuild">

0 commit comments

Comments
 (0)