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

Commit 5b80663

Browse files
author
Morten Turn Pedersen
authored
Merge pull request #35 from nodes-dotnet/develop
Publish
2 parents 0977d25 + cd296d2 commit 5b80663

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NetCoreEntityFramework.Tests/NetCoreEntityFramework.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<ItemGroup>
1414
<PackageReference Include="AutoFixture.NUnit3" Version="4.15.0" />
15-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.1" />
15+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.2" />
1616
<PackageReference Include="nunit" Version="3.13.0" />
1717
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0">
1818
<PrivateAssets>all</PrivateAssets>

NetCoreEntityFramework/NetCoreEntityFramework.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
55
<PackageId>Nodes.NetCore.EntityFramework.Helpers</PackageId>
6-
<Version>2.1.0</Version>
6+
<Version>2.1.1</Version>
77
<Authors>Nodes</Authors>
88
<Company>Nodes</Company>
99
<Product>.NET Core Entity Framework Helpers</Product>
@@ -16,7 +16,7 @@
1616
</PropertyGroup>
1717

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

0 commit comments

Comments
 (0)