Skip to content

Commit 251181f

Browse files
DevExpressExampleBotDevExpressExampleBot
authored andcommitted
Source auto update [skip ci]
1 parent e429f16 commit 251181f

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

CS/ContextMenuToShowTopN_Example/ContextMenuToShowTopN_Example.Net5.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFramework>net8.0-windows</TargetFramework>
@@ -40,6 +40,6 @@
4040
<PackageReference Include="DevExpress.Wpf.PivotGrid" Version="24.2.*-*" />
4141
<PackageReference Include="DevExpress.Wpf.Printing" Version="24.2.*-*" />
4242
<PackageReference Include="DevExpress.Wpf.Themes.All" Version="24.2.*-*" />
43-
<PackageReference Include="System.Data.OleDB" Version="5.0" />
43+
<PackageReference Include="System.Data.OleDB" Version="8.0.1" />
4444
</ItemGroup>
45-
</Project>
45+
</Project>

CS/ContextMenuToShowTopN_Example/ContextMenuToShowTopN_Example.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -142,4 +142,4 @@
142142
<Target Name="AfterBuild">
143143
</Target>
144144
-->
145-
</Project>
145+
</Project>

VB/ContextMenuToShowTopN_Example/ContextMenuToShowTopN_Example.Net5.vbproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFramework>net8.0-windows</TargetFramework>
@@ -60,6 +60,6 @@
6060
<PackageReference Include="DevExpress.Wpf.PivotGrid" Version="24.2.*-*" />
6161
<PackageReference Include="DevExpress.Wpf.Printing" Version="24.2.*-*" />
6262
<PackageReference Include="DevExpress.Wpf.Themes.All" Version="24.2.*-*" />
63-
<PackageReference Include="System.Data.OleDB" Version="5.0" />
63+
<PackageReference Include="System.Data.OleDB" Version="8.0.1" />
6464
</ItemGroup>
65-
</Project>
65+
</Project>

VB/ContextMenuToShowTopN_Example/ContextMenuToShowTopN_Example.vbproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -165,4 +165,4 @@
165165
<Target Name="AfterBuild">
166166
</Target>
167167
-->
168-
</Project>
168+
</Project>

0 commit comments

Comments
 (0)