Skip to content

Commit ce3bd45

Browse files
committed
packages update (linq2db 1.8.3)
1 parent 805064e commit ce3bd45

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/LinqToDB.Identity/LinqToDB.Identity.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<ItemGroup>
3434
<PackageReference Include="Microsoft.AspNetCore.Identity" Version="1.1.2" />
35-
<PackageReference Include="linq2db.core" Version="1.8.0" />
35+
<PackageReference Include="linq2db.core" Version="1.8.3" />
3636
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="1.1.1" />
3737
</ItemGroup>
3838

test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<PackageReference Include="Microsoft.AspNetCore.Http" Version="1.1.2" />
2828
<PackageReference Include="Microsoft.AspNetCore.Identity" Version="1.1.2" />
2929
<PackageReference Include="Microsoft.AspNetCore.Testing" Version="1.1.0-*" />
30-
<PackageReference Include="Moq" Version="4.7.10" />
30+
<PackageReference Include="Moq" Version="4.7.63" />
3131
<PackageReference Include="xunit" Version="2.2.0" />
3232
<PackageReference Include="Microsoft.Data.Sqlite" Version="1.1.1" />
3333
</ItemGroup>

test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="1.1.2" />
3636
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="1.1.2" />
3737
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="1.1.2" />
38-
<PackageReference Include="Moq" Version="4.7.10" />
38+
<PackageReference Include="Moq" Version="4.7.63" />
3939
<PackageReference Include="xunit" Version="2.2.0" />
4040
<PackageReference Include="Microsoft.Data.Sqlite" Version="1.1.1" />
4141
</ItemGroup>

0 commit comments

Comments
 (0)