This repository was archived by the owner on Apr 20, 2024. It is now read-only.
File tree 2 files changed +4
-4
lines changed
NetCoreEntityFramework.Tests
2 files changed +4
-4
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.2 " />
15
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 3.1.11 " />
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 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netstandard2.1 </TargetFramework >
4
+ <TargetFramework >netstandard2.0 </TargetFramework >
5
5
<PackageId >Nodes.NetCore.EntityFramework.Helpers</PackageId >
6
- <Version >2.1.2 </Version >
6
+ <Version >1.3.0 </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.2 " />
19
+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 3.1.11 " />
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