Skip to content

Commit 1c56703

Browse files
Committing changes.
1 parent d4c0981 commit 1c56703

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Samples/DockItem Header/WpfApp2/WpfApp2.csproj

+2-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@
4141
<Reference Include="Syncfusion.Shared.WPF, Version=28.2462.12.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
4242
<HintPath>..\packages\Syncfusion.Shared.WPF.28.2.12\lib\net462\Syncfusion.Shared.WPF.dll</HintPath>
4343
</Reference>
44-
<Reference Include="Syncfusion.Tools.WPF, Version=28.1462.33.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
45-
<SpecificVersion>False</SpecificVersion>
46-
<HintPath>D:\Syncfusion\Essential Studio\WPF\28.1.33\precompiledassemblies\4.6.2\Syncfusion.Tools.WPF.dll</HintPath>
44+
<Reference Include="Syncfusion.Tools.WPF, Version=28.2462.12.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
45+
<HintPath>..\packages\Syncfusion.Tools.WPF.28.2.12\lib\net462\Syncfusion.Tools.WPF.dll</HintPath>
4746
</Reference>
4847
<Reference Include="System" />
4948
<Reference Include="System.Data" />
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="Syncfusion.Licensing" version="28.2.12" targetFramework="net472" />
4+
<package id="Syncfusion.Shared.WPF" version="28.2.12" targetFramework="net472" />
5+
<package id="Syncfusion.Tools.WPF" version="28.2.12" targetFramework="net472" />
6+
</packages>

0 commit comments

Comments
 (0)