File tree Expand file tree Collapse file tree
src/components/BootstrapBlazor.Region Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 <Project Path =" src/components/BootstrapBlazor.PdfViewer/BootstrapBlazor.PdfViewer.csproj" />
6262 <Project Path =" src/components/BootstrapBlazor.Player/BootstrapBlazor.Player.csproj" />
6363 <Project Path =" src/components/BootstrapBlazor.RDKit/BootstrapBlazor.RDKit.csproj" />
64+ <Project Path =" src/components/BootstrapBlazor.Region/BootstrapBlazor.Region.csproj" Id =" f4e0b11d-f630-4e34-9dca-e9c6b6b60cee" />
6465 <Project Path =" src/components/BootstrapBlazor.SignaturePad/BootstrapBlazor.SignaturePad.csproj" />
6566 <Project Path =" src/components/BootstrapBlazor.SmilesDrawer/BootstrapBlazor.SmilesDrawer.csproj" />
6667 <Project Path =" src/components/BootstrapBlazor.Sortable/BootstrapBlazor.Sortable.csproj" />
Original file line number Diff line number Diff line change 1+ <Project Sdk =" Microsoft.NET.Sdk.Razor" >
2+
3+ <PropertyGroup >
4+ <Version >9.0.0</Version >
5+ </PropertyGroup >
6+
7+ <PropertyGroup >
8+ <PackageTags >Bootstrap Blazor WebAssembly wasm UI Components Province City Region</PackageTags >
9+ <Description >Bootstrap UI components extensions of Region Select</Description >
10+ </PropertyGroup >
11+
12+ <ItemGroup >
13+ <Content Remove =" Data\**\*.json" />
14+ </ItemGroup >
15+
16+ <ItemGroup >
17+ <EmbeddedResource Include =" Data\**\*.json" />
18+ </ItemGroup >
19+
20+ <ItemGroup >
21+ <PackageReference Include =" BootstrapBlazor" Version =" $(BBVersion)" />
22+ </ItemGroup >
23+
24+ <ItemGroup >
25+ <Using Include =" Microsoft.JSInterop" />
26+ </ItemGroup >
27+
28+ </Project >
Original file line number Diff line number Diff line change 1+ @using BootstrapBlazor .Components ;
2+ @using Microsoft .AspNetCore .Components .Web
You can’t perform that action at this time.
0 commit comments