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

Skip to content

Commit 985bf46

Browse files
committed
Merge pull request #20 from davidanthoff/nugetupdate
Update NuGet to automatic package restore
2 parents 7e042b0 + 026e6a7 commit 985bf46

File tree

7 files changed

+0
-145
lines changed

7 files changed

+0
-145
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/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ def build_extension(self, ext):
9595
"/p:Platform=%s" % _platform,
9696
"/p:DefineConstants=\"%s\"" % _defines_sep.join(defines),
9797
"/p:PythonBuildDir=%s" % os.path.abspath(dest_dir),
98-
"/p:NoNuGet=true",
9998
"/verbosity:%s" % VERBOSITY,
10099
]
101100

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)