Skip to content

Commit

Permalink
Merge pull request #14 from Aguafrommars/fix/dependencies
Browse files Browse the repository at this point in the history
ci: update appveyor.yml
  • Loading branch information
aguacongas committed Dec 16, 2021
2 parents cb70c67 + ad6cb35 commit 3f74d53
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ install:
- sh: export PATH=/home/appveyor/projects/identity-ravendb/dotnetsdk:$PATH
- sh: sudo ./dotnet-install.sh -Channel Current -Version 5.0.403 -InstallDir ./dotnetsdk -NoPath
- sh: sudo apt -y install nuget
- ps: if ($isWindows) { .\dotnet-install.ps1 -Version $env:donetsdk }
- ps: if ($isWindows) { .\dotnet-install.ps1 -Version 5.0.403 }
- ps: dotnet tool install --global GitVersion.Tool
- ps: dotnet gitversion /l console /output buildserver
- ps: if ($isWindows) { .\dotnet-install.ps1 -Version $env:donetsdk }
- ps: dotnet tool install --global dotnet-sonarscanner
- cmd: set PATH=%JAVA_HOME%\bin;%PATH%
- cmd: nuget install ReportGenerator -ExcludeVersion
Expand Down
2 changes: 1 addition & 1 deletion samples/IdentitySample/IdentitySample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="6.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="6.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="6.0.0" />
<PackageReference Include="RavenDB.Client" Version="5.2.3" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="6.0.1" />
<PackageReference Include="RavenDB.Client" Version="5.3.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.AspNetCore.Identity.Specification.Tests" Version="5.0.12" />
<PackageReference Include="Microsoft.AspNetCore.Identity.Specification.Tests" Version="5.0.13" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="6.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="RavenDB.TestDriver" Version="5.2.3" />
<PackageReference Include="RavenDB.TestDriver" Version="5.3.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 3f74d53

Please sign in to comment.