Skip to content

Commit 9ba81d5

Browse files
authored
Merge pull request #1458 from Aguafrommars/fix/dependencies
update packages
2 parents 35955a9 + cbddf74 commit 9ba81d5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ init:
2020
install:
2121
- ps: Install-Product node 23 x64
2222
- ps: ./Install-MongoDb.ps1
23-
- ps: .\dotnet-install.ps1 -Version 8.0.20 -Runtime dotnet -Architecture x64 -InstallDir "C:\Program Files\dotnet"
24-
- ps: .\dotnet-install.ps1 -Version 8.0.20 -Runtime aspnetcore -Architecture x64 -InstallDir "C:\Program Files\dotnet"
23+
- ps: .\dotnet-install.ps1 -Version 8.0.22 -Runtime dotnet -Architecture x64 -InstallDir "C:\Program Files\dotnet"
24+
- ps: .\dotnet-install.ps1 -Version 8.0.22 -Runtime aspnetcore -Architecture x64 -InstallDir "C:\Program Files\dotnet"
2525
- ps: dotnet tool install --global GitVersion.Tool
2626
- ps: dotnet tool install --global dotnet-sonarscanner
2727
- ps: dotnet gitversion /l console /output buildserver

src/IdentityServer/Aguacongas.IdentityServer.KeysRotation/Aguacongas.IdentityServer.KeysRotation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<PackageReference Include="Microsoft.Identity.Client" Version="4.79.2" />
2828
<PackageReference Include="MongoDB.Driver" Version="3.5.2" />
2929
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.15.0" />
30-
<PackageReference Include="RavenDB.Client" Version="7.1.4" />
30+
<PackageReference Include="RavenDB.Client" Version="7.1.5" />
3131
<PackageReference Include="StackExchange.Redis" Version="2.10.1" />
3232
</ItemGroup>
3333
<ItemGroup>

src/IdentityServer/Aguacongas.IdentityServer.RavenDb.Store/Aguacongas.IdentityServer.RavenDb.Store.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</PropertyGroup>
2525

2626
<ItemGroup>
27-
<PackageReference Include="RavenDB.Client" Version="7.1.4" />
27+
<PackageReference Include="RavenDB.Client" Version="7.1.5" />
2828
</ItemGroup>
2929

3030
<ItemGroup>

test/Duende/Aguacongas.IdentityServer.RavenDb.Store.Duende.Test/Aguacongas.IdentityServer.RavenDb.Store.Duende.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="10.0.1" />
2121
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
2222
<PackageReference Include="Moq" Version="4.20.72" />
23-
<PackageReference Include="RavenDB.TestDriver" Version="7.1.4" />
23+
<PackageReference Include="RavenDB.TestDriver" Version="7.1.5" />
2424
<PackageReference Include="xunit" Version="2.9.3" />
2525
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
2626
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)