File tree 3 files changed +4
-4
lines changed
src/Aguacongas.Identity.RavenDb
test/Aguacongas.Identity.RavenDb.IntegrationTest
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ image:
13
13
environment :
14
14
GH_TOKEN :
15
15
secure : /o9VAhx5ewGmdLR9qcgFJMzBaCuzOmGlsXAHu7khUJLdQzsv4gJzLUfYDghcRPHd
16
- donetsdk : 9.0.101
16
+ donetsdk : 9.0.102
17
17
JAVA_HOME : C:\Program Files\Java\jdk14
18
18
init :
19
19
- cmd : git config --global core.autocrlf true
20
20
install :
21
21
- ps : if ($isWindows) { Install-Product node '' }
22
- - cmd : pwsh .\dotnet-install.ps1 -Version 8.0.404
22
+ - cmd : pwsh .\dotnet-install.ps1 -Version 8.0.405
23
23
- ps : dotnet tool install --global GitVersion.Tool
24
24
- ps : dotnet gitversion /l console /output buildserver
25
25
- ps : if ($isWindows) { .\dotnet-install.ps1 -Version $env:donetsdk }
Original file line number Diff line number Diff line change 27
27
<ItemGroup >
28
28
<PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 9.0.1" />
29
29
<PackageReference Include =" Microsoft.Extensions.Identity.Stores" Version =" 9.0.1" />
30
- <PackageReference Include =" RavenDB.Client" Version =" 6.2.2 " />
30
+ <PackageReference Include =" RavenDB.Client" Version =" 6.2.3 " />
31
31
</ItemGroup >
32
32
</Project >
Original file line number Diff line number Diff line change 15
15
<PackageReference Include =" Microsoft.AspNetCore.Identity.Specification.Tests" Version =" 5.0.17" />
16
16
<PackageReference Include =" Microsoft.Extensions.Configuration.UserSecrets" Version =" 9.0.1" />
17
17
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" />
18
- <PackageReference Include =" RavenDB.TestDriver" Version =" 6.2.2 " />
18
+ <PackageReference Include =" RavenDB.TestDriver" Version =" 6.2.3 " />
19
19
<PackageReference Include =" xunit" Version =" 2.9.3" />
20
20
<PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.1" >
21
21
<PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments