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
Monstarlab.EntityFramework.Extension
Monstarlab.EntityFramework.Extension.Tests
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
14
14
<ItemGroup >
15
15
<PackageReference Include =" AutoFixture.NUnit3" Version =" 4.17.0" />
16
- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 6.0.0 " />
16
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 6.0.2 " />
17
17
<PackageReference Include =" nunit" Version =" 3.13.2" />
18
- <PackageReference Include =" NUnit3TestAdapter" Version =" 4.1.0 " >
18
+ <PackageReference Include =" NUnit3TestAdapter" Version =" 4.2.1 " >
19
19
<PrivateAssets >all</PrivateAssets >
20
20
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
21
21
</PackageReference >
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFramework >net6.0</TargetFramework >
5
5
<PackageId >Monstarlab.EntityFramework.Extension</PackageId >
6
- <Version >3.0.0 </Version >
6
+ <Version >3.0.1 </Version >
7
7
<Authors >Monstarlab</Authors >
8
8
<Company >Monstarlab</Company >
9
9
<Product >Entity Framework Extension</Product >
18
18
</PropertyGroup >
19
19
20
20
<ItemGroup >
21
- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 6.0.0 " />
21
+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 6.0.2 " />
22
22
<PackageReference Include =" System.ComponentModel.Annotations" Version =" 5.0.0" />
23
23
</ItemGroup >
24
24
You can’t perform that action at this time.
0 commit comments