Skip to content

Commit 337fb12

Browse files
committed
Renamed Packages.config to packages.config
1 parent f0dd479 commit 337fb12

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Core/Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<Compile Include="XpathBuilder.cs" />
5353
</ItemGroup>
5454
<ItemGroup>
55-
<None Include="Packages.config" />
55+
<None Include="packages.config" />
5656
</ItemGroup>
5757
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5858
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

Selenium.Core.Tests/Selenium.Core.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</ProjectReference>
5353
</ItemGroup>
5454
<ItemGroup>
55-
<None Include="Packages.config" />
55+
<None Include="packages.config" />
5656
</ItemGroup>
5757
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5858
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

Selenium.Core/Selenium.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
158158
</Content>
159159
<None Include="App.config" />
160-
<None Include="Packages.config" />
160+
<None Include="packages.config" />
161161
</ItemGroup>
162162
<ItemGroup>
163163
<ProjectReference Include="..\Core\Core.csproj">

Selenium.Widgets-UI-3.0/Selenium.Widget.v3.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<Compile Include="Service\WidgetServiceFactory.cs" />
7171
</ItemGroup>
7272
<ItemGroup>
73-
<None Include="Packages.config" />
73+
<None Include="packages.config" />
7474
</ItemGroup>
7575
<ItemGroup>
7676
<Folder Include="API\EmployeeApi\" />

0 commit comments

Comments
 (0)