-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Microsoft.EntityFrameworkCore from 7.0.12 to 7.0.15
Bumps [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) from 7.0.12 to 7.0.15. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v7.0.12...v7.0.15) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
0a6d6cc
commit bec8b77
Showing
1 changed file
with
52 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,52 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<DocumentationFile>bin\$(Configuration)\amp.Database.xml</DocumentationFile> | ||
<AssemblyTitle>amp.Database</AssemblyTitle> | ||
<Company>VPKSoft</Company> | ||
<Product>amp#</Product> | ||
<Description>A database library for the amp# software.</Description> | ||
<Copyright>Copyright © VPKSoft 2023</Copyright> | ||
<PackageProjectUrl>https://github.com/VPKSoft/amp-multi</PackageProjectUrl> | ||
<PackageIcon>amp.png</PackageIcon> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<RepositoryUrl>https://github.com/VPKSoft/amp-multi</RepositoryUrl> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<None Remove="SQLitePCLRaw.core" /> | ||
<None Remove="SQLitePCLRaw.bundle_e_sqlite3" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="..\amp.licenseheader" Link="amp.licenseheader" /> | ||
<None Include="..\amp.png"> | ||
<Pack>True</Pack> | ||
<PackagePath>\</PackagePath> | ||
</None> | ||
<None Include="..\README.md"> | ||
<Pack>True</Pack> | ||
<PackagePath>\</PackagePath> | ||
</None> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="FluentMigrator" Version="3.3.2" /> | ||
<PackageReference Include="FluentMigrator.Runner" Version="3.3.2" /> | ||
<PackageReference Include="FluentMigrator.Runner.SQLite" Version="3.3.2" /> | ||
<PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.12" /> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.12" /> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.12" /> | ||
<PackageReference Include="VPKSoft.DropOutStack" Version="1.0.2" /> | ||
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.6" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\amp.Shared\amp.Shared.csproj" /> | ||
<ProjectReference Include="..\VPKSoft.Utils.Common\VPKSoft.Utils.Common.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<DocumentationFile>bin\$(Configuration)\amp.Database.xml</DocumentationFile> | ||
<AssemblyTitle>amp.Database</AssemblyTitle> | ||
<Company>VPKSoft</Company> | ||
<Product>amp#</Product> | ||
<Description>A database library for the amp# software.</Description> | ||
<Copyright>Copyright © VPKSoft 2023</Copyright> | ||
<PackageProjectUrl>https://github.com/VPKSoft/amp-multi</PackageProjectUrl> | ||
<PackageIcon>amp.png</PackageIcon> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<RepositoryUrl>https://github.com/VPKSoft/amp-multi</RepositoryUrl> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<None Remove="SQLitePCLRaw.core" /> | ||
<None Remove="SQLitePCLRaw.bundle_e_sqlite3" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="..\amp.licenseheader" Link="amp.licenseheader" /> | ||
<None Include="..\amp.png"> | ||
<Pack>True</Pack> | ||
<PackagePath>\</PackagePath> | ||
</None> | ||
<None Include="..\README.md"> | ||
<Pack>True</Pack> | ||
<PackagePath>\</PackagePath> | ||
</None> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="FluentMigrator" Version="3.3.2" /> | ||
<PackageReference Include="FluentMigrator.Runner" Version="3.3.2" /> | ||
<PackageReference Include="FluentMigrator.Runner.SQLite" Version="3.3.2" /> | ||
<PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.12" /> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.15" /> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.12" /> | ||
<PackageReference Include="VPKSoft.DropOutStack" Version="1.0.2" /> | ||
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.6" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\amp.Shared\amp.Shared.csproj" /> | ||
<ProjectReference Include="..\VPKSoft.Utils.Common\VPKSoft.Utils.Common.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> |