File tree Expand file tree Collapse file tree
demo/StaticSample/StaticSample Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010 <ItemGroup >
1111 <PackageReference Include =" Blazr.RenderState.Server" Version =" 1.0.0" />
12- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 8.0.10 " />
13- <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 8.0.10 " />
14- <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 8.0.10 " />
15- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 8.0.10 " />
16- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 8.0.10 " >
12+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 8.0.11 " />
13+ <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 8.0.11 " />
14+ <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 8.0.11 " />
15+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 8.0.11 " />
16+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 8.0.11 " >
1717 <PrivateAssets >all</PrivateAssets >
1818 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1919 </PackageReference >
Original file line number Diff line number Diff line change 11{
2+ "ConnectionStrings" : {
3+ "DefaultConnection" : " Server=(localdb)\\ mssqllocaldb;Database=aspnet-StaticSample-a614679c-ea80-4979-a2aa-8404fc74cde9;Trusted_Connection=True;MultipleActiveResultSets=true"
4+ },
25 "Logging" : {
36 "LogLevel" : {
47 "Default" : " Information" ,
You can’t perform that action at this time.
0 commit comments