Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e1abc30

Browse files
committed
Migrate NuGet to automatic package restore
1 parent 7e042b0 commit e1abc30

File tree

6 files changed

+0
-144
lines changed

6 files changed

+0
-144
lines changed

pythonnet/.nuget/NuGet.Config

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

pythonnet/.nuget/NuGet.exe

-1.54 MB
Binary file not shown.

pythonnet/.nuget/NuGet.targets

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

pythonnet/src/clrmodule/clrmodule.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@
119119
<None Include="packages.config" />
120120
</ItemGroup>
121121
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
122-
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="'$(NoNuGet)' != 'true' And Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
123122
<Import Project="..\..\packages\UnmanagedExports.1.2.3-Beta\tools\RGiesecke.DllExport.targets" Condition="Exists('..\..\packages\UnmanagedExports.1.2.3-Beta\tools\RGiesecke.DllExport.targets')"/>
124123
<Target Name="AfterBuild" DependsOnTargets="RGieseckeDllExport">
125124
<Copy SourceFiles="$(TargetPath)" DestinationFiles="$(PythonBuildDir)\clr.pyd" />

pythonnet/src/embed_tests/Python.EmbeddingTest.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@
169169
</ProjectReference>
170170
</ItemGroup>
171171
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
172-
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="'$(NoNuGet)' != 'true' And Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
173172
<ProjectExtensions>
174173
<VisualStudio AllowExistingFolder="true" />
175174
</ProjectExtensions>

pythonnet/tools/nuget/nuget.exe

1.58 MB
Binary file not shown.

0 commit comments

Comments
 (0)