Skip to content

Commit 3e63d81

Browse files
committed
chore: 更新依赖到最新
1 parent ed979a3 commit 3e63d81

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

3+
<PropertyGroup>
4+
<Version>10.0.1</Version>
5+
</PropertyGroup>
6+
37
<PropertyGroup>
48
<PackageTags>Bootstrap Blazor WebAssembly wasm UI Components Ip Region</PackageTags>
59
<Description>Bootstrap UI components extensions of IP2Region.NET</Description>
610
</PropertyGroup>
711

812
<ItemGroup>
913
<Content Include="Build\*.targets" PackagePath="build\" />
10-
<Content Include="Data\ip2region.xdb" PackagePath="contentFiles\ip2region.xdb" />
14+
<Content Include="Data\ip2region_v4.xdb" PackagePath="contentFiles\ip2region_v4.xdb" />
15+
<Content Include="Data\ip2region_v6.xdb" PackagePath="contentFiles\ip2region_v6.xdb" />
1116
</ItemGroup>
1217

1318
<ItemGroup>
1419
<PackageReference Include="BootstrapBlazor" Version="$(BBVersion)" />
15-
<PackageReference Include="IP2Region.Net" Version="2.0.2" />
20+
<PackageReference Include="IP2Region.Net" Version="3.0.1" />
1621
</ItemGroup>
1722

1823
</Project>

0 commit comments

Comments
 (0)