Skip to content

Commit f576b45

Browse files
committed
966129: KB samples
1 parent 7328cf4 commit f576b45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

KB-Samples/DragAndDrop/DragAndDrop_NET8.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
</PropertyGroup>

KB-Samples/DragAndDrop/Pages/CustomDiagram.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
}
8888
private async Task Load()
8989
{
90-
await diagram.LoadDiagram(data);
90+
await diagram.LoadDiagramAsync(data);
9191
}
9292

9393
}

0 commit comments

Comments
 (0)