Skip to content

Commit 2534303

Browse files
committed
Update UnmanagedExports to 1.2.7
Fixes ec6ebd1. It's not enough to update packages.config, the project also needs to be updated.
1 parent 7b34278 commit 2534303

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/clrmodule/clrmodule.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
</PropertyGroup>
111111
<ItemGroup>
112112
<Reference Include="RGiesecke.DllExport.Metadata">
113-
<HintPath>..\..\packages\UnmanagedExports.1.2.6\lib\net\RGiesecke.DllExport.Metadata.dll</HintPath>
113+
<HintPath>..\..\packages\UnmanagedExports.1.2.7\lib\net\RGiesecke.DllExport.Metadata.dll</HintPath>
114114
<Private>False</Private>
115115
</Reference>
116116
<Reference Include="System" />
@@ -131,5 +131,5 @@
131131
<Copy SourceFiles="$(TargetAssembly)" DestinationFiles="$(PythonBuildDir)\clr.pyd" />
132132
<Copy SourceFiles="$(TargetAssemblyPdb)" Condition="Exists('$(TargetAssemblyPdb)')" DestinationFiles="$(PythonBuildDir)\clr.pdb" />
133133
</Target>
134-
<Import Project="../../packages/UnmanagedExports.1.2.6/tools/RGiesecke.DllExport.targets" Condition="Exists('../../packages/UnmanagedExports.1.2.6/tools/RGiesecke.DllExport.targets')" />
134+
<Import Project="../../packages/UnmanagedExports.1.2.7/tools/RGiesecke.DllExport.targets" Condition="Exists('../../packages/UnmanagedExports.1.2.7/tools/RGiesecke.DllExport.targets')" />
135135
</Project>

0 commit comments

Comments
 (0)