Skip to content

Commit

Permalink
Merge pull request #24 from eskinderg/dependabot/nuget/MySql.EntityFr…
Browse files Browse the repository at this point in the history
…ameworkCore-8.0.0

Bump MySql.EntityFrameworkCore from 7.0.0 to 8.0.0
  • Loading branch information
eskinderg committed Jan 21, 2024
2 parents bd9fef8 + 9423558 commit 025379e
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions Project.Data/Project.Data.csproj
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="../Project.Model/Project.Model.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.3" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
<PackageReference Include="MySql.EntityFrameworkCore" Version="7.0.0" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="../Project.Model/Project.Model.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.3" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
<PackageReference Include="MySql.EntityFrameworkCore" Version="8.0.0" />
</ItemGroup>

</Project>

0 comments on commit 025379e

Please sign in to comment.