|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<OutputType>Exe</OutputType> |
|
|
|
<OutputType>Exe</OutputType> |
|
|
|
<TargetFramework>net7.0</TargetFramework> |
|
|
|
<TargetFramework>net6.0</TargetFramework> |
|
|
|
<ImplicitUsings>enable</ImplicitUsings> |
|
|
|
<ImplicitUsings>enable</ImplicitUsings> |
|
|
|
<Nullable>enable</Nullable> |
|
|
|
<Nullable>enable</Nullable> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
@ -10,16 +10,16 @@ |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\Contexts\Contexts.csproj" /> |
|
|
|
<ProjectReference Include="..\Contexts\Contexts.csproj" /> |
|
|
|
<ProjectReference Include="..\Model\Model.csproj" /> |
|
|
|
<ProjectReference Include="..\Model\Model.csproj" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="7.0.0-preview.2.22153.1"/> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="6.0.8" /> |
|
|
|
|
|
|
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.0-preview.2.22153.1"/> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.8" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.0-preview.2.22153.1"> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.8"> |
|
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
|
|
</PackageReference> |
|
|
|
</PackageReference> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0-preview.2.22153.1"/> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.8" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.0-preview.2.22153.1"/> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.8" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.0-preview.2.22153.1"> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.8"> |
|
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
|
|
</PackageReference> |
|
|
|
</PackageReference> |
|
|
|
|