| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e1abc30 commit 42780d1
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -106,7 +106,7 @@ | |||
| 106 | 106 | </PropertyGroup> | |
| 107 | 107 | <ItemGroup> | |
| 108 | 108 | <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> | ||
| 110 | 110 | <Private>False</Private> | |
| 111 | 111 | </Reference> | |
| 112 | 112 | <Reference Include="System" /> | |
@@ -119,8 +119,8 @@ | |||
| 119 | 119 | <None Include="packages.config" /> | |
| 120 | 120 | </ItemGroup> | |
| 121 | 121 | <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')"/> | ||
| 123 | 122 | <Target Name="AfterBuild" DependsOnTargets="RGieseckeDllExport"> | |
| 124 | 123 | <Copy SourceFiles="$(TargetPath)" DestinationFiles="$(PythonBuildDir)\clr.pyd" /> | |
| 125 | 124 | </Target> | |
| 125 | + <Import Project="../../packages/UnmanagedExports.1.2.6/tools/RGiesecke.DllExport.targets" Condition="Exists('../../packages/UnmanagedExports.1.2.6/tools/RGiesecke.DllExport.targets')" /> | ||
| 126 | 126 | </Project> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | 1 | <?xml version="1.0" encoding="utf-8"?> | |
| 2 | 2 | <packages> | |
| 3 | - <package id="UnmanagedExports" version="1.2.3-Beta" targetFramework="net40" /> | ||
| 3 | + <package id="UnmanagedExports" version="1.2.6" targetFramework="net40" /> | ||
| 4 | 4 | </packages> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments