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

Skip to content

Commit 42780d1

Browse files
committed
Update Unmanaged Exports package
1 parent e1abc30 commit 42780d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pythonnet/src/clrmodule/clrmodule.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
</PropertyGroup>
107107
<ItemGroup>
108108
<Reference Include="RGiesecke.DllExport.Metadata">
109-
<HintPath>..\..\packages\UnmanagedExports.1.2.3-Beta\lib\net\RGiesecke.DllExport.Metadata.dll</HintPath>
109+
<HintPath>..\..\packages\UnmanagedExports.1.2.6\lib\net\RGiesecke.DllExport.Metadata.dll</HintPath>
110110
<Private>False</Private>
111111
</Reference>
112112
<Reference Include="System" />
@@ -119,8 +119,8 @@
119119
<None Include="packages.config" />
120120
</ItemGroup>
121121
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
122-
<Import Project="..\..\packages\UnmanagedExports.1.2.3-Beta\tools\RGiesecke.DllExport.targets" Condition="Exists('..\..\packages\UnmanagedExports.1.2.3-Beta\tools\RGiesecke.DllExport.targets')"/>
123122
<Target Name="AfterBuild" DependsOnTargets="RGieseckeDllExport">
124123
<Copy SourceFiles="$(TargetPath)" DestinationFiles="$(PythonBuildDir)\clr.pyd" />
125124
</Target>
125+
<Import Project="../../packages/UnmanagedExports.1.2.6/tools/RGiesecke.DllExport.targets" Condition="Exists('../../packages/UnmanagedExports.1.2.6/tools/RGiesecke.DllExport.targets')" />
126126
</Project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="UnmanagedExports" version="1.2.3-Beta" targetFramework="net40" />
3+
<package id="UnmanagedExports" version="1.2.6" targetFramework="net40" />
44
</packages>

0 commit comments

Comments
 (0)