Skip to content

Commit d2da179

Browse files
committed
Fix demo
1 parent 31567e4 commit d2da179

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: examples/jsMind.WASM.App/jsMind.WASM.App.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
<PackageReference Include="System.Text.Json" Version="5.0.0" />
1515
</ItemGroup>
1616

17-
<!--<ItemGroup>
17+
<ItemGroup Condition="'$(Configuration)' == 'Release'">
1818
<PackageReference Include="jsMind.Blazor" Version="0.0.10" />
19-
</ItemGroup>-->
19+
</ItemGroup>
2020

21-
<ItemGroup>
21+
<ItemGroup Condition="'$(Configuration)' == 'Debug'">
2222
<ProjectReference Include="..\..\src\jsMind.Blazor\jsMind.Blazor.csproj" />
2323
</ItemGroup>
2424

0 commit comments

Comments
 (0)