Skip to content

Commit

Permalink
Merge pull request #176 from Gigas002/dependabot/nuget/Microsoft.Enti…
Browse files Browse the repository at this point in the history
…tyFrameworkCore.InMemory-8.0.5

Bump Microsoft.EntityFrameworkCore.InMemory from 8.0.4 to 8.0.5
  • Loading branch information
Gigas002 committed May 15, 2024
2 parents 92df97c + 674ee2a commit 098c0a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Deploy.Server.Tests/Deploy.Server.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.5" />

<ProjectReference Include="..\Deploy.Server\Deploy.Server.csproj" />

Expand Down
2 changes: 1 addition & 1 deletion Deploy.Tests/Deploy.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.5" />

<ProjectReference Include="..\Deploy.Core\Deploy.Core.csproj" />
<ProjectReference Include="..\Deploy.Core.Dummy\Deploy.Core.Dummy.csproj" />
Expand Down

0 comments on commit 098c0a1

Please sign in to comment.