|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk.Web"> |
2 | 2 |
|
3 | | - <PropertyGroup> |
4 | | - <TargetFramework>net9.0</TargetFramework> |
5 | | - <Nullable>enable</Nullable> |
6 | | - <ImplicitUsings>enable</ImplicitUsings> |
7 | | - </PropertyGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFramework>net9.0</TargetFramework> |
| 5 | + <Nullable>enable</Nullable> |
| 6 | + <ImplicitUsings>enable</ImplicitUsings> |
| 7 | + </PropertyGroup> |
8 | 8 |
|
9 | | - <ItemGroup> |
10 | | - <ProjectReference Include="..\Bit.Besql.Sample.Client\Bit.Besql.Sample.Client.csproj" /> |
11 | | - <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="9.0.6" /> |
12 | | - </ItemGroup> |
| 9 | + <ItemGroup> |
| 10 | + <ProjectReference Include="..\Bit.Besql.Sample.Client\Bit.Besql.Sample.Client.csproj" /> |
| 11 | + <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="9.0.7" /> |
| 12 | + </ItemGroup> |
13 | 13 |
|
14 | | - <ItemGroup> |
15 | | - <!-- |
| 14 | + <ItemGroup> |
| 15 | + <!-- |
16 | 16 | To add migrations or optimize db context, first install |
17 | 17 | Microsoft.EntityFrameworkCore.Design & Microsoft.EntityFrameworkCore.Tools nuget packages. |
18 | 18 | Then Set `Bit.Besql.Sample` project as startup project in solution explorer, |
19 | 19 | and open Nuget Package Manager Console, and select `Bit.Besql.Sample` project as default project |
20 | 20 | Then run either Add-Migration MigrationName -OutputDir Data\Migrations or |
21 | 21 | Optimize-DbContext -OutputDir Data/CompiledModel commands. --> |
22 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.6"> |
23 | | - <PrivateAssets>all</PrivateAssets> |
24 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
25 | | - </PackageReference> |
26 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.6"> |
27 | | - <PrivateAssets>all</PrivateAssets> |
28 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
29 | | - </PackageReference> |
30 | | - </ItemGroup> |
| 22 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.7"> |
| 23 | + <PrivateAssets>all</PrivateAssets> |
| 24 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 25 | + </PackageReference> |
| 26 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.7"> |
| 27 | + <PrivateAssets>all</PrivateAssets> |
| 28 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 29 | + </PackageReference> |
| 30 | + </ItemGroup> |
31 | 31 |
|
32 | 32 | </Project> |
0 commit comments