Skip to content

Commit a697f7e

Browse files
committed
Corrected the .csproj file
1 parent 4e000d8 commit a697f7e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

TabViewSample/TabViewSample/TabViewSample.csproj

+1-4
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,7 @@
6161
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />
6262
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
6363
<PackageReference Include="CommunityToolkit.Maui" Version="*" />
64-
</ItemGroup>
65-
66-
<ItemGroup>
67-
<ProjectReference Include="..\..\..\..\SfTabView\Source_CheckOut\Dev\maui-tabview\maui\src\tabview\Syncfusion.Maui.TabView.csproj" />
64+
<PackageReference Include="Syncfusion.Maui.TabView" Version="*" />
6865
</ItemGroup>
6966

7067
</Project>

0 commit comments

Comments
 (0)