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

Commit 22464db

Browse files
Fixed bad project file (I still had references to nuget)
1 parent 7622189 commit 22464db

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -258,17 +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>
268-
<PropertyGroup>
269-
<PostBuildEvent>
270-
</PostBuildEvent>
271-
</PropertyGroup>
272261
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
273262
Other similar extension points exist, see Microsoft.Common.targets.
274263
<Target Name="BeforeBuild">

0 commit comments

Comments
 (0)