Skip to content

Commit 4de1567

Browse files
authored
feat: Update to bit 9.10.0 (#51)
2 parents d44a6a1 + a6be895 commit 4de1567

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

videos/Bit.Besql/Bit.Besql.Sample.Client/Bit.Besql.Sample.Client.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Bit.Besql" Version="9.8.0" />
13-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.5" />
12+
<PackageReference Include="Bit.Besql" Version="9.10.0" />
13+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.6" />
1414
</ItemGroup>
1515

1616
</Project>

videos/Bit.Besql/Bit.Besql.Sample/Bit.Besql.Sample.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<ProjectReference Include="..\Bit.Besql.Sample.Client\Bit.Besql.Sample.Client.csproj" />
11-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="9.0.5" />
11+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="9.0.6" />
1212
</ItemGroup>
1313

1414
<ItemGroup>
@@ -19,11 +19,11 @@
1919
and open Nuget Package Manager Console, and select `Bit.Besql.Sample` project as default project
2020
Then run either Add-Migration MigrationName -OutputDir Data\Migrations or
2121
Optimize-DbContext -OutputDir Data/CompiledModel commands. -->
22-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.5">
22+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.6">
2323
<PrivateAssets>all</PrivateAssets>
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2525
</PackageReference>
26-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.5">
26+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.6">
2727
<PrivateAssets>all</PrivateAssets>
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2929
</PackageReference>

videos/Bit.Bswup/Bit.Bswup.Sample.Client/Bit.Bswup.Sample.Client.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.5" />
19+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.6" />
2020
</ItemGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="Bit.Bswup" Version="9.8.0" />
23+
<PackageReference Include="Bit.Bswup" Version="9.10.0" />
2424
<ServiceWorker Include="wwwroot\service-worker.js" PublishedContent="wwwroot\service-worker.published.js" />
2525
</ItemGroup>
2626

videos/Bit.Bswup/Bit.Bswup.Sample/Bit.Bswup.Sample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<ProjectReference Include="..\Bit.Bswup.Sample.Client\Bit.Bswup.Sample.Client.csproj" />
11-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="9.0.5" />
11+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="9.0.6" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)