Skip to content

Commit

Permalink
Merge pull request #45 from DuendeSoftware/brock/bff-update
Browse files Browse the repository at this point in the history
update for BFF 2.1.0 release
  • Loading branch information
brockallen authored Jun 27, 2023
2 parents f1ebc1c + 852924e commit 1ea8f9b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace build
{
internal static class Program
{
private const string NugetPackageVersion = "6.3.0";
private const string NugetPackageVersion = "6.3.1";

private const string packOutput = "./artifacts";
private const string envVarMissing = " environment variable is missing. Aborting.";
Expand Down
2 changes: 1 addition & 1 deletion src/BffLocalApi/BffLocalApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Duende.BFF.Yarp" Version="2.0.0" />
<PackageReference Include="Duende.BFF.Yarp" Version="2.1.0" />
<PackageReference Include="Serilog.AspNetCore" Version="6.0.0" />

<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/BffRemoteApi/BffRemoteApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Duende.BFF.Yarp" Version="2.0.0" />
<PackageReference Include="Duende.BFF.Yarp" Version="2.1.0" />
</ItemGroup>


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

<ItemGroup>
<PackageReference Include="Duende.IdentityServer.AspNetIdentity" Version="6.3.0" />
<PackageReference Include="Duende.IdentityServer.AspNetIdentity" Version="6.3.2" />

<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="6.0.0" />
<PackageReference Include="Serilog.AspNetCore" Version="6.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/IdentityServerEmpty/IdentityServerEmpty.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Duende.IdentityServer" Version="6.3.0" />
<PackageReference Include="Duende.IdentityServer" Version="6.3.2" />

<PackageReference Include="Serilog.AspNetCore" Version="6.0.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Duende.IdentityServer.EntityFramework" Version="6.3.0" />
<PackageReference Include="Duende.IdentityServer.EntityFramework" Version="6.3.2" />

<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="6.0.0" />
<PackageReference Include="Serilog.AspNetCore" Version="6.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/IdentityServerInMem/IdentityServerInMem.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Duende.IdentityServer" Version="6.3.0" />
<PackageReference Include="Duende.IdentityServer" Version="6.3.2" />

<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="6.0.0" />
<PackageReference Include="Serilog.AspNetCore" Version="6.0.0" />
Expand Down

0 comments on commit 1ea8f9b

Please sign in to comment.