Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.

Commit 1f54858

Browse files
author
Morten Turn Pedersen
authored
Merge pull request #24 from nodes-dotnet/feature/19-update-nuget-packages
Updated the NuGet packages to the newest versions
2 parents ab5cec8 + efa5ed2 commit 1f54858

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NetCoreEntityFramework.Tests/NetCoreEntityFramework.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
<ItemGroup>
1414
<PackageReference Include="AutoFixture.NUnit3" Version="4.15.0" />
15-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.1.10" />
16-
<PackageReference Include="nunit" Version="3.12.0" />
15+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.1" />
16+
<PackageReference Include="nunit" Version="3.13.0" />
1717
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0">
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

NetCoreEntityFramework/NetCoreEntityFramework.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.10" />
19+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.1" />
2020
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
2121
</ItemGroup>
2222

0 commit comments

Comments
 (0)