File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1010 </PropertyGroup >
1111
1212 <ItemGroup >
13- <PackageReference Include =" Bit.Besql" Version =" 9.11.0 " />
14- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 9.0.7 " />
13+ <PackageReference Include =" Bit.Besql" Version =" 9.11.3 " />
14+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 9.0.8 " />
1515 </ItemGroup >
1616
1717</Project >
Original file line number Diff line number Diff line change 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.7 " />
11+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 9.0.8 " />
1212 </ItemGroup >
1313
1414 <ItemGroup >
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.7 " >
22+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 9.0.8 " >
2323 <PrivateAssets >all</PrivateAssets >
2424 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2525 </PackageReference >
26- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 9.0.7 " >
26+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 9.0.8 " >
2727 <PrivateAssets >all</PrivateAssets >
2828 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2929 </PackageReference >
Original file line number Diff line number Diff line change 1616 </PropertyGroup >
1717
1818 <ItemGroup >
19- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 9.0.7 " />
19+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 9.0.8 " />
2020 </ItemGroup >
2121
2222 <ItemGroup >
23- <PackageReference Include =" Bit.Bswup" Version =" 9.11.0 " />
23+ <PackageReference Include =" Bit.Bswup" Version =" 9.11.3 " />
2424 <ServiceWorker Include =" wwwroot\service-worker.js" PublishedContent =" wwwroot\service-worker.published.js" />
2525 </ItemGroup >
2626
Original file line number Diff line number Diff line change 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.7 " />
11+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 9.0.8 " />
1212 </ItemGroup >
1313
1414</Project >
You can’t perform that action at this time.
0 commit comments