Skip to content

Commit bbd647b

Browse files
authored
Merge pull request #187 from Aguafrommars/fix/dependencies
update packages
2 parents 65bde6e + 0f26654 commit bbd647b

File tree

9 files changed

+21
-21
lines changed

9 files changed

+21
-21
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ image:
1414
environment:
1515
GH_TOKEN:
1616
secure: 0NJdORJRFjpB0dwUYv7bVNsbkldkoBhnvWik/CTOwAF/k9kP+/uTWMFnDcpEpt8E
17-
donetsdk: 7.0.100
17+
donetsdk: 7.0.102
1818
JAVA_HOME: C:\Program Files\Java\jdk14
1919
init:
2020
- cmd: git config --global core.autocrlf true

sample/Aguacongas.AspNetCore.Authentication.Sample/Aguacongas.AspNetCore.Authentication.Sample.csproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="7.0.1" />
18-
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="7.0.1" />
19-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.1" />
20-
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="7.0.1" />
21-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.1">
17+
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="7.0.2" />
18+
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="7.0.2" />
19+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.2" />
20+
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="7.0.2" />
21+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.2">
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2323
<PrivateAssets>all</PrivateAssets>
2424
</PackageReference>
25-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.1" />
25+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.2" />
2626
<PackageReference Include="Aguacongas.AspNetCore.Authentication.EntityFramework" Version="4.1.1" />
2727
<PackageReference Include="Aguacongas.AspNetCore.Authentication.Redis" Version="4.1.1" />
2828
</ItemGroup>

src/Aguacongas.AspNetCore.Authentication.EntityFramework/Aguacongas.AspNetCore.Authentication.EntityFramework.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</ItemGroup>
2929

3030
<ItemGroup>
31-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.1" />
31+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.2" />
3232
</ItemGroup>
3333

3434
<ItemGroup>

src/Aguacongas.AspNetCore.Authentication.RavenDb/Aguacongas.AspNetCore.Authentication.RavenDb.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</ItemGroup>
2929

3030
<ItemGroup>
31-
<PackageReference Include="RavenDB.Client" Version="5.4.5" />
31+
<PackageReference Include="RavenDB.Client" Version="5.4.100" />
3232
</ItemGroup>
3333

3434
<ItemGroup>

src/Aguacongas.AspNetCore.Authentication.Redis/Aguacongas.AspNetCore.Authentication.Redis.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="StackExchange.Redis" Version="2.6.86" />
26+
<PackageReference Include="StackExchange.Redis" Version="2.6.90" />
2727
</ItemGroup>
2828

2929
<ItemGroup>

src/Aguacongas.AspNetCore.Authentication.TestBase/Aguacongas.AspNetCore.Authentication.TestBase.csproj

+7-7
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30-
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="7.0.1" />
31-
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="7.0.1" />
32-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.1" />
33-
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="7.0.1" />
34-
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="7.0.1" />
35-
<PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="7.0.1" />
36-
<PackageReference Include="Microsoft.AspNetCore.Authentication.WsFederation" Version="7.0.1" />
30+
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="7.0.2" />
31+
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="7.0.2" />
32+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.2" />
33+
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="7.0.2" />
34+
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="7.0.2" />
35+
<PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="7.0.2" />
36+
<PackageReference Include="Microsoft.AspNetCore.Authentication.WsFederation" Version="7.0.2" />
3737
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
3838
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
3939
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />

test/Aguacongas.AspNetCore.Authentication.EntityFramework.Test/Aguacongas.AspNetCore.Authentication.EntityFramework.Test.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1212
<PrivateAssets>all</PrivateAssets>
1313
</PackageReference>
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.1" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.2" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
1616
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
1717
<PrivateAssets>all</PrivateAssets>

test/Aguacongas.AspNetCore.Authentication.RavenDb.Test/Aguacongas.AspNetCore.Authentication.RavenDb.Test.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PrivateAssets>all</PrivateAssets>
1414
</PackageReference>
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
16-
<PackageReference Include="RavenDB.TestDriver" Version="5.4.5" />
16+
<PackageReference Include="RavenDB.TestDriver" Version="5.4.100" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

test/Aguacongas.AspNetCore.Authentication.Test/Aguacongas.AspNetCore.Authentication.Test.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1212
<PrivateAssets>all</PrivateAssets>
1313
</PackageReference>
14-
<PackageReference Include="Microsoft.AspNetCore.Authentication.WsFederation" Version="7.0.1" />
15-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.1" />
14+
<PackageReference Include="Microsoft.AspNetCore.Authentication.WsFederation" Version="7.0.2" />
15+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.2" />
1616
<PackageReference Include="Moq" Version="4.18.4" />
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
1818
<PackageReference Include="xunit" Version="2.4.2" />

0 commit comments

Comments
 (0)