Skip to content

Commit 0a0bc01

Browse files
committed
Merge branch 'BlazorOcticons' of https://github.com/ignatandrei/RSCG_Examples into BlazorOcticons
2 parents b546c0c + d2d7659 commit 0a0bc01

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

v2/rscg_examples/BlazorOcticons/src/BlazorDemo/BlazorDemo.csproj

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,35 @@
1313

1414

1515

16+
<ItemGroup>
17+
<PackageReference Include="BlazorOcticons" Version="1.2.0" />
18+
<PackageReference Include="BlazorOcticonsGenerator" Version="1.2.0">
19+
</PackageReference>
20+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="10.0.1" />
21+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="10.0.1" PrivateAssets="all" />
22+
</ItemGroup>
23+
24+
25+
<PropertyGroup>
26+
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
27+
<CompilerGeneratedFilesOutputPath>$(BaseIntermediateOutputPath)\GX</CompilerGeneratedFilesOutputPath>
28+
</PropertyGroup>
29+
</Project>
30+
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
31+
32+
<PropertyGroup>
33+
<TargetFramework>net10.0</TargetFramework>
34+
<Nullable>enable</Nullable>
35+
<ImplicitUsings>enable</ImplicitUsings>
36+
<OverrideHtmlAssetPlaceholders>true</OverrideHtmlAssetPlaceholders>
37+
</PropertyGroup>
38+
39+
<ItemGroup>
40+
<AdditionalFiles Include="andrei-16.svg" />
41+
</ItemGroup>
42+
43+
44+
1645
<ItemGroup>
1746
<PackageReference Include="BlazorOcticons" Version="1.3.0" />
1847
<PackageReference Include="BlazorOcticonsGenerator" Version="1.3.0">

v2/rscg_examples/BlazorOcticons/src/BlazorDemo/Pages/Home.razor

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
<h1>Hello, world!</h1>
66

7+
Welcome to your new app.
8+
Here is the GitHub icon in purple, size 48:
9+
More icons are available at <a href="https://blazorocticons.net/" target="_blank">https://blazorocticons.net/</a>
10+
<MarkGithub16 Color="#702AF7" Size="48" />@page "/"
11+
12+
<PageTitle>Home</PageTitle>
13+
14+
<h1>Hello, world!</h1>
15+
716
Welcome to your new app.
817
Here is the GitHub icon in purple, size 48:
918
More icons are available at <a href="https://blazorocticons.net/" target="_blank">https://blazorocticons.net/</a>

0 commit comments

Comments
 (0)