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 +8
-8
lines changed
NetCoreEntityFramework.Tests Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1111 </PropertyGroup >
1212
1313 <ItemGroup >
14- <PackageReference Include =" AutoFixture.NUnit3" Version =" 4.11 .0" />
15- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 3.1.3 " />
14+ <PackageReference Include =" AutoFixture.NUnit3" Version =" 4.15 .0" />
15+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 3.1.10 " />
1616 <PackageReference Include =" nunit" Version =" 3.12.0" />
17- <PackageReference Include =" NUnit3TestAdapter" Version =" 3.16.1 " >
17+ <PackageReference Include =" NUnit3TestAdapter" Version =" 3.17.0 " >
1818 <PrivateAssets >all</PrivateAssets >
1919 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2020 </PackageReference >
21- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.5.0 " />
21+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.8.3 " />
2222 </ItemGroup >
2323
2424 <ItemGroup >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
55 <PackageId >Nodes.NetCore.EntityFramework.Helpers</PackageId >
6- <Version >1.2.0 </Version >
6+ <Version >1.2.1 </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 =" 3.1.2 " />
20- <PackageReference Include =" System.ComponentModel.Annotations" Version =" 4.7 .0" />
19+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 3.1.10 " />
20+ <PackageReference Include =" System.ComponentModel.Annotations" Version =" 5.0 .0" />
2121 </ItemGroup >
2222
2323 <ItemGroup >
You can’t perform that action at this time.
0 commit comments