Skip to content

Commit 46cab2d

Browse files
committed
chore: 增加 Region 包
1 parent 42f556c commit 46cab2d

3 files changed

Lines changed: 31 additions & 0 deletions

File tree

BootstrapBlazor.Extensions.slnx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
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" />
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@using BootstrapBlazor.Components;
2+
@using Microsoft.AspNetCore.Components.Web

0 commit comments

Comments
 (0)