Merge pull request #4421 from eerhardt/NuGetImportsBefore
Removing the old Microsoft.NuGet.targets in ImportsBefore/After.
This commit is contained in:
commit
081408b6c1
2 changed files with 0 additions and 22 deletions
|
@ -1,17 +0,0 @@
|
||||||
<!--
|
|
||||||
***********************************************************************************************
|
|
||||||
Microsoft.NuGet.ImportBefore.props
|
|
||||||
|
|
||||||
WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
|
|
||||||
created a backup copy. Incorrect changes to this file will make it
|
|
||||||
impossible to load or build your projects from the command-line or the IDE.
|
|
||||||
|
|
||||||
Copyright (c) .NET Foundation. All rights reserved.
|
|
||||||
***********************************************************************************************
|
|
||||||
-->
|
|
||||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<PropertyGroup>
|
|
||||||
<NuGetProps Condition="'$(NuGetProps)'==''">$(MSBuildExtensionsPath)\Microsoft.NuGet.props</NuGetProps>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Condition="Exists('$(NuGetProps)')" Project="$(NuGetProps)" />
|
|
||||||
</Project>
|
|
|
@ -10,11 +10,6 @@ Copyright (c) .NET Foundation. All rights reserved.
|
||||||
***********************************************************************************************
|
***********************************************************************************************
|
||||||
-->
|
-->
|
||||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup>
|
|
||||||
<NuGetTargets Condition="'$(NuGetTargets)'==''">$(MSBuildExtensionsPath)\Microsoft.NuGet.targets</NuGetTargets>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Condition="Exists('$(NuGetTargets)')" Project="$(NuGetTargets)" />
|
|
||||||
|
|
||||||
<!-- Import NuGet.targets for Restore -->
|
<!-- Import NuGet.targets for Restore -->
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<NuGetRestoreTargets Condition="'$(NuGetRestoreTargets)'==''">$(MSBuildExtensionsPath)\NuGet.targets</NuGetRestoreTargets>
|
<NuGetRestoreTargets Condition="'$(NuGetRestoreTargets)'==''">$(MSBuildExtensionsPath)\NuGet.targets</NuGetRestoreTargets>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue