Skip to content

Commit abac7be

Browse files
authored
Update Python.Test.csproj
1 parent 6e1d2af commit abac7be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/testing/Python.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<Name>Python.Runtime</Name>
102102
</ProjectReference>
103103
</ItemGroup>
104-
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
104+
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
105105
<PropertyGroup>
106106
<TargetAssembly>$(TargetPath)</TargetAssembly>
107107
<TargetAssemblyPdb>$(TargetDir)$(TargetName).pdb</TargetAssemblyPdb>
@@ -110,4 +110,4 @@
110110
<Copy SourceFiles="$(TargetAssembly)" DestinationFolder="$(SolutionDir)\src\tests\fixtures" />
111111
<!--Copy SourceFiles="$(TargetAssemblyPdb)" Condition="Exists('$(TargetAssemblyPdb)')" DestinationFolder="$(PythonBuildDir)" /-->
112112
</Target>
113-
</Project>
113+
</Project>

0 commit comments

Comments
 (0)