We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7328cf4 commit f576b45Copy full SHA for f576b45
KB-Samples/DragAndDrop/DragAndDrop_NET8.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk.Web">
2
3
<PropertyGroup>
4
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
5
<Nullable>enable</Nullable>
6
<ImplicitUsings>enable</ImplicitUsings>
7
</PropertyGroup>
KB-Samples/DragAndDrop/Pages/CustomDiagram.razor
@@ -87,7 +87,7 @@
87
}
88
private async Task Load()
89
{
90
- await diagram.LoadDiagram(data);
+ await diagram.LoadDiagramAsync(data);
91
92
93
0 commit comments