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

Skip to content

Commit 33a8801

Browse files
committed
Fix references to snk file
1 parent 6f9d0ac commit 33a8801

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/embed_tests/Python.EmbeddingTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
</ItemGroup>
139139
<ItemGroup>
140140
<None Include="Embeddingtest.nunit" />
141-
<None Include="pythonnet.snk" Condition="Exists('pythonnet.snk')" />
141+
<None Include="..\pythonnet.snk" />
142142
<None Include="packages.config" />
143143
</ItemGroup>
144144
<ItemGroup>

src/runtime/Python.Runtime.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<ItemGroup>
189189
<None Include="buildclrmodule.bat" />
190190
<None Include="clrmodule.il" />
191-
<None Include="pythonnet.snk" />
191+
<None Include="..\pythonnet.snk" />
192192
<None Include="x64\clrmodule-platform.il" />
193193
<None Include="x86\clrmodule-platform.il" />
194194
</ItemGroup>

0 commit comments

Comments
 (0)