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 +4
-4
lines changed
NetCoreEntityFramework.Tests Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212
1313 <ItemGroup >
1414 <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 " />
1616 <PackageReference Include =" nunit" Version =" 3.13.0" />
1717 <PackageReference Include =" NUnit3TestAdapter" Version =" 3.17.0" >
1818 <PrivateAssets >all</PrivateAssets >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netstandard2.1 </TargetFramework >
4+ <TargetFramework >netstandard2.0 </TargetFramework >
55 <PackageId >Nodes.NetCore.EntityFramework.Helpers</PackageId >
6- <Version >2.1.2 </Version >
6+ <Version >1.3.0 </Version >
77 <Authors >Nodes</Authors >
88 <Company >Nodes</Company >
99 <Product >.NET Core Entity Framework Helpers</Product >
1616 </PropertyGroup >
1717
1818 <ItemGroup >
19- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 5.0.2 " />
19+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 3.1.11 " />
2020 <PackageReference Include =" System.ComponentModel.Annotations" Version =" 5.0.0" />
2121 </ItemGroup >
2222
You can’t perform that action at this time.
0 commit comments