Skip to content

Commit ab1dc25

Browse files
authored
Remove duplicate lines from project file. (#4439)
1 parent 7b2478c commit ab1dc25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools-local/Microsoft.ML.StableApi/Microsoft.ML.StableApi.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
<ItemGroup>
2626
<_contractReferencePath Include="@(ReferencePath)" Condition="'%(FileName)' == '$(ContractName)'" />
2727
<_allReferenceDirectories Include="%(ReferencePath.RootDir)%(ReferencePath.Directory)" />
28-
<_contractReferencePath Include="@(ReferencePath)" Condition="'%(FileName)' == '$(ContractName)'" />
2928
<_contractReferencePath DependencyPaths="@(_allReferenceDirectories)" />
3029
</ItemGroup>
3130
<Error Condition="'@(_contractReferencePath)' == ''" Text="Could not locate $(ContractName)" />

0 commit comments

Comments
 (0)