Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 31f52e0

Browse files
committed
Removed NuGet exe & targets
These are no longer required with VS + NuGet v3.
1 parent 9b19eab commit 31f52e0

File tree

4 files changed

+0
-153
lines changed

4 files changed

+0
-153
lines changed

src/.nuget/NuGet.exe

-1.59 MB
Binary file not shown.

src/.nuget/NuGet.targets

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

src/Our.Umbraco.DocTypeGridEditor.sln

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{CEE9961C-D747-40CD-B0B2-868D6B46833E}"
99
ProjectSection(SolutionItems) = preProject
1010
.nuget\NuGet.Config = .nuget\NuGet.Config
11-
.nuget\NuGet.exe = .nuget\NuGet.exe
12-
.nuget\NuGet.targets = .nuget\NuGet.targets
1311
EndProjectSection
1412
EndProject
1513
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{D588B45D-9E67-4136-8271-2B8724C8165F}"

src/Our.Umbraco.DocTypeGridEditor/Our.Umbraco.DocTypeGridEditor.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -258,13 +258,6 @@
258258
</ItemGroup>
259259
<ItemGroup />
260260
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
261-
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
262-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
263-
<PropertyGroup>
264-
<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>
265-
</PropertyGroup>
266-
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
267-
</Target>
268261
<PropertyGroup>
269262
<PostBuildEvent>IF %25ComputerName%25 == MBP13-PC-BC (
270263
IF NOT "$(SolutionDir)" == "*Undefined*" (

0 commit comments

Comments
 (0)