This repository was archived by the owner on Apr 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
NetCoreEntityFramework.Tests Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
13
13
<ItemGroup >
14
14
<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 " />
16
16
<PackageReference Include =" nunit" Version =" 3.13.0" />
17
17
<PackageReference Include =" NUnit3TestAdapter" Version =" 3.17.0" >
18
18
<PrivateAssets >all</PrivateAssets >
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.1</TargetFramework >
5
5
<PackageId >Nodes.NetCore.EntityFramework.Helpers</PackageId >
6
- <Version >2.1.0 </Version >
6
+ <Version >2.1.1 </Version >
7
7
<Authors >Nodes</Authors >
8
8
<Company >Nodes</Company >
9
9
<Product >.NET Core Entity Framework Helpers</Product >
16
16
</PropertyGroup >
17
17
18
18
<ItemGroup >
19
- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 5.0.1 " />
19
+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 5.0.2 " />
20
20
<PackageReference Include =" System.ComponentModel.Annotations" Version =" 5.0.0" />
21
21
</ItemGroup >
22
22
You can’t perform that action at this time.
0 commit comments