Skip to content

Commit

Permalink
Merge pull request #202 from Aguafrommars/fix/dependencies
Browse files Browse the repository at this point in the history
Fix/dependencies
  • Loading branch information
aguacongas authored Sep 15, 2020
2 parents 197bb49 + cab4fe9 commit b29d271
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="Aguacongas.IdentityServer.Admin" Version="1.0.0-preview7-0018" />
<PackageReference Include="Aguacongas.IdentityServer.EntityFramework.Store" Version="1.0.0-preview7-0018" />

<PackageReference Include="IdentityServer4.AspNetIdentity" Version="4.0.4" />
<PackageReference Include="IdentityServer4.AspNetIdentity" Version="4.1.0" />
<PackageReference Include="IdentityServer4.AccessTokenValidation" Version="3.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="3.2.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="3.1.8" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="Aguacongas.IdentityServer.Admin" Version="1.0.0-preview7-0018" />
<PackageReference Include="Aguacongas.IdentityServer.Http.Store" Version="1.0.0-preview7-0018" />

<PackageReference Include="IdentityServer4.AspNetIdentity" Version="4.0.4" />
<PackageReference Include="IdentityServer4.AspNetIdentity" Version="4.1.0" />
<PackageReference Include="IdentityServer4.AccessTokenValidation" Version="3.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="3.2.1" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.1.8" />
Expand Down
2 changes: 1 addition & 1 deletion src/Aguacongas.TheIdServer/Aguacongas.TheIdServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<None Include="compilerconfig.json" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="IdentityServer4.AspNetIdentity" Version="4.0.4" />
<PackageReference Include="IdentityServer4.AspNetIdentity" Version="4.1.0" />
<PackageReference Include="IdentityServer4.AccessTokenValidation" Version="3.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="3.1.8" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="3.1.8" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

<ItemGroup>
<PackageReference Include="Community.OData.Linq.Json" Version="1.4.2" />
<PackageReference Include="IdentityServer4" Version="4.0.4" />
<PackageReference Include="IdentityServer4.AspNetIdentity" Version="4.0.4" />
<PackageReference Include="IdentityServer4" Version="4.1.0" />
<PackageReference Include="IdentityServer4.AspNetIdentity" Version="4.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.8" />
<PackageReference Include="NSwag.AspNetCore" Version="13.7.3" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="3.1.8" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<ItemGroup>
<PackageReference Include="IdentityModel" Version="4.4.0" />
<PackageReference Include="IdentityServer4.Storage" Version="4.0.4" />
<PackageReference Include="IdentityServer4.Storage" Version="4.1.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="3.1.8" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<ItemGroup>
<PackageReference Include="Aguacongas.AspNetCore.Authentication" Version="3.1.2" />
<PackageReference Include="Community.OData.Linq" Version="1.4.2" />
<PackageReference Include="IdentityServer4.EntityFramework.Storage" Version="4.0.4" />
<PackageReference Include="IdentityServer4.EntityFramework.Storage" Version="4.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Identity" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
Expand Down
2 changes: 1 addition & 1 deletion update-dependencies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ git push

# Create a pull request
$authorization = "Bearer $env:GITHUB_TOKEN"
$createPrUrl = 'https://api.github.com/repos/$env:GITHUB_REPOSITORY/pulls'
$createPrUrl = "https://api.github.com/repos/$env:GITHUB_REPOSITORY/pulls"
$headers = @{
Authorization = $authorization
Accept = "application/vnd.github.v3+json"
Expand Down

0 comments on commit b29d271

Please sign in to comment.