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

Skip to content

Commit b4710fc

Browse files
committed
Remove Mono.Unix reference from project
Remove duplicate property in Python.Test
1 parent f9d913e commit b4710fc

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/runtime/Python.Runtime.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,6 @@
6969
<Optimize>false</Optimize>
7070
<DebugType>full</DebugType>
7171
</PropertyGroup>
72-
<ItemGroup Condition=" '$(Configuration)'=='DebugMono' Or '$(Configuration)'=='ReleaseMono' ">
73-
<Reference Include="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
74-
<SpecificVersion>False</SpecificVersion>
75-
<HintPath>..\..\packages\MonoGAC\Mono.Posix\4.0.0.0__0738eb9f132ed756\Mono.Posix.dll</HintPath>
76-
</Reference>
77-
</ItemGroup>
7872
<ItemGroup>
7973
<Reference Include="System" />
8074
</ItemGroup>

src/testing/Python.Test.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@
9999
</ItemGroup>
100100
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
101101
<PropertyGroup>
102-
<PythonBuildDir Condition=" '$(PythonBuildDir)' == '' ">$(SolutionDir)</PythonBuildDir>
103102
<TargetAssembly>$(TargetPath)</TargetAssembly>
104103
<TargetAssemblyPdb>$(TargetDir)$(TargetName).pdb</TargetAssemblyPdb>
105104
</PropertyGroup>

0 commit comments

Comments
 (0)