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

Skip to content

Commit 11a3ee6

Browse files
committed
fixed pyargconverter.cs not included into the older project file
1 parent bea9e0d commit 11a3ee6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/Python.Runtime.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@
122122
<Compile Include="overload.cs" />
123123
<Compile Include="propertyobject.cs" />
124124
<Compile Include="pyansistring.cs" />
125+
<Compile Include="pyargconverter.cs" />
125126
<Compile Include="pydict.cs" />
126127
<Compile Include="pyfloat.cs" />
127128
<Compile Include="pyint.cs" />

0 commit comments

Comments
 (0)