File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk.BlazorWebAssembly" >
1
+ <Project Sdk =" Microsoft.NET.Sdk.BlazorWebAssembly" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net5.0</TargetFramework >
14
14
<PackageReference Include =" System.Text.Json" Version =" 5.0.0" />
15
15
</ItemGroup >
16
16
17
+ <!-- <ItemGroup>
18
+ <PackageReference Include="jsMind.Blazor" Version="0.0.10" />
19
+ </ItemGroup>-->
20
+
17
21
<ItemGroup >
18
22
<ProjectReference Include =" ..\..\src\jsMind.Blazor\jsMind.Blazor.csproj" />
19
23
</ItemGroup >
Original file line number Diff line number Diff line change 15
15
16
16
< link type ="text/css " rel ="stylesheet " href ="_content/jsMind.Blazor/jsmind.min.css " />
17
17
18
- <!-- testing ... -->
19
- < script type ="text/javascript " src ="_content/jsMind.Blazor/jsmind.min.js "> </ script >
20
- < script type ="text/javascript " src ="_content/jsMind.Blazor/jsmind-interop.min.js "> </ script >
18
+ <!-- jsMind.Blazor -->
19
+ < link type ="text/css " rel ="stylesheet " href ="_content/jsMind.Blazor/jsmind.min.css " />
21
20
</ head >
22
21
23
22
< body >
126
125
}
127
126
} ) ;
128
127
</ script >
128
+
129
+ <!-- jsMind.Blazor -->
130
+ < script type ="text/javascript " src ="_content/jsMind.Blazor/jsmind.min.js "> </ script >
131
+ < script type ="text/javascript " src ="_content/jsMind.Blazor/jsmind-interop.min.js "> </ script >
129
132
</ body >
130
133
131
134
</ html >
You can’t perform that action at this time.
0 commit comments