File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed
v2/rscg_examples/BlazorOcticons/src/BlazorDemo Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 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" >
Original file line number Diff line number Diff line change 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+
716Welcome to your new app.
817Here is the GitHub icon in purple, size 48:
918More icons are available at <a href =" https://blazorocticons.net/" target =" _blank" >https://blazorocticons.net/</a >
You can’t perform that action at this time.
0 commit comments