Skip to content

Commit bab8adb

Browse files
authored
chore(Dependence): 更新依赖到最新 (#35)
* chore: 更新依赖包到最新 * chore: 更新路径
1 parent 101efcf commit bab8adb

7 files changed

Lines changed: 6 additions & 6 deletions

File tree

‎.github/workflows/build.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
with:
1717
dotnet-version: 9.0.x
1818
- name: Build with dotnet
19-
run: dotnet build src/admin/Bootstrap.Admin/ --configuration Release
19+
run: dotnet build src/blazor/admin/Bootstrap.Admin/ --configuration Release

‎src/blazor/admin/BootstarpAdmin.DataAccess.FreeSql/BootstrapAdmin.DataAccess.FreeSql.csproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</ItemGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="BootstrapBlazor" Version="9.11.4" />
9+
<PackageReference Include="BootstrapBlazor" Version="9.12.0" />
1010
<PackageReference Include="BootstrapBlazor.DataAccess.FreeSql" Version="9.0.0" />
1111
</ItemGroup>
1212

‎src/blazor/admin/BootstarpAdmin.DataAccess.SqlSugar/BootstrapAdmin.DataAccess.SqlSugar.csproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</ItemGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="BootstrapBlazor" Version="9.11.4" />
9+
<PackageReference Include="BootstrapBlazor" Version="9.12.0" />
1010
<PackageReference Include="BootstrapBlazor.DataAccess.SqlSugar" Version="9.0.0" />
1111
</ItemGroup>
1212

‎src/blazor/admin/BootstrapAdmin.DataAccess.EFCore/BootstrapAdmin.DataAccess.EFCore.csproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<ItemGroup>
4-
<PackageReference Include="BootstrapBlazor" Version="9.11.4" />
4+
<PackageReference Include="BootstrapBlazor" Version="9.12.0" />
55
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.10" />
66
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.10" />
77
</ItemGroup>

‎src/blazor/admin/BootstrapAdmin.DataAccess.PetaPoco/BootstrapAdmin.DataAccess.PetaPoco.csproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</ItemGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="BootstrapBlazor" Version="9.11.4" />
8+
<PackageReference Include="BootstrapBlazor" Version="9.12.0" />
99
<PackageReference Include="BootstrapBlazor.DataAccess.PetaPoco" Version="9.0.0" />
1010
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.10" />
1111
<PackageReference Include="PetaPoco.Extensions" Version="8.0.0" />
0 Bytes
Binary file not shown.

‎src/blazor/client/BootstrapClient.DataAccess/BootstrapClient.DataAccess.PetaPoco.csproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</ItemGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="BootstrapBlazor" Version="9.11.4" />
8+
<PackageReference Include="BootstrapBlazor" Version="9.12.0" />
99
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.10" />
1010
<PackageReference Include="PetaPoco.Extensions" Version="8.0.0" />
1111
</ItemGroup>

0 commit comments

Comments
 (0)