Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.

Commit 17f5791

Browse files
author
Morten Turn Pedersen
authored
Merge pull request #69 from monstarlab-dotnet/develop
Deploy
2 parents 85298e6 + c620678 commit 17f5791

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Monstarlab.EntityFramework.Extension.Tests/Monstarlab.EntityFramework.Extension.Tests.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
<ItemGroup>
1515
<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" />
1717
<PackageReference Include="nunit" Version="3.13.2" />
18-
<PackageReference Include="NUnit3TestAdapter" Version="4.1.0">
18+
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1">
1919
<PrivateAssets>all</PrivateAssets>
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
</PackageReference>

Monstarlab.EntityFramework.Extension/Monstarlab.EntityFramework.Extension.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
55
<PackageId>Monstarlab.EntityFramework.Extension</PackageId>
6-
<Version>3.0.0</Version>
6+
<Version>3.0.1</Version>
77
<Authors>Monstarlab</Authors>
88
<Company>Monstarlab</Company>
99
<Product>Entity Framework Extension</Product>
@@ -18,7 +18,7 @@
1818
</PropertyGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.0" />
21+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.2" />
2222
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
2323
</ItemGroup>
2424

0 commit comments

Comments
 (0)