Skip to content

Commit

Permalink
Bump Microsoft.EntityFrameworkCore from 7.0.12 to 7.0.15
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored Jan 10, 2024
1 parent 0a6d6cc commit bec8b77
Showing 1 changed file with 52 additions and 52 deletions.
104 changes: 52 additions & 52 deletions amp.Database/amp.Database.csproj
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>

0 comments on commit bec8b77

Please sign in to comment.