Skip to content

Commit 43937f7

Browse files
committed
Remove nuget.targets for the sake of MD
1 parent 0494719 commit 43937f7

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

TestHelpers.Tests/TestHelpers.Tests.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,11 @@
120120
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
121121
</ItemGroup>
122122
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
123-
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
124123
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
125124
Other similar extension points exist, see Microsoft.Common.targets.
126125
<Target Name="BeforeBuild">
127126
</Target>
128127
<Target Name="AfterBuild">
129128
</Target>
130129
-->
131-
</Project>
130+
</Project>

TestingHelpers/TestingHelpers.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,11 @@
107107
</ProjectReference>
108108
</ItemGroup>
109109
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
110-
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
111110
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
112111
Other similar extension points exist, see Microsoft.Common.targets.
113112
<Target Name="BeforeBuild">
114113
</Target>
115114
<Target Name="AfterBuild">
116115
</Target>
117116
-->
118-
</Project>
117+
</Project>

0 commit comments

Comments
 (0)