Skip to content

Commit

Permalink
Updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Nov 3, 2023
1 parent 820dbe5 commit 0f546ac
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 38 deletions.
2 changes: 1 addition & 1 deletion AspNetCoreProxy/AspNetCoreProxy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Identity.Web" Version="2.12.4" />
<PackageReference Include="Microsoft.Identity.Web" Version="2.15.3" />
<PackageReference Include="Yarp.ReverseProxy" Version="2.0.1" />
</ItemGroup>

Expand Down
9 changes: 0 additions & 9 deletions AspNetCoreProxy/appsettings.Development.json

This file was deleted.

4 changes: 2 additions & 2 deletions LegacyApi/LegacyApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.8" NoWarn="NU1605" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="7.0.8" NoWarn="NU1605" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.13" NoWarn="NU1605" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="7.0.13" NoWarn="NU1605" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>

Expand Down
36 changes: 13 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,19 @@ https://damienbod.com/2021/01/11/protecting-legacy-apis-with-an-asp-net-core-yar

## History

2023-07-08 Updated packages

2023-04-28 Updated packages

2023-03-02 Updated packages

2023-02-19 Updated to .NET 7

2022-02-11 Updated namespaces and packages

2021-11-09 Updated to .NET 6

2021-08-19 Updated packages

2021-04-04 Updated to Yarp.ReverseProxy nuget packages and Microsoft.Identity.Web 1.8.2

2021-02-28 Updated Microsoft.Identity.Web 1.7.0

2021-02-17 Updated Microsoft.ReverseProxy 1.0.0-preview.9.21116.1

2021-02-13 Updated nuget packages

2021-01-28 Updated nuget packages
- 2023-11-03 Updated packages
- 2023-07-08 Updated packages
- 2023-04-28 Updated packages
- 2023-03-02 Updated packages
- 2023-02-19 Updated to .NET 7
- 2022-02-11 Updated namespaces and packages
- 2021-11-09 Updated to .NET 6
- 2021-08-19 Updated packages
- 2021-04-04 Updated to Yarp.ReverseProxy nuget packages and Microsoft.Identity.Web 1.8.2
- 2021-02-28 Updated Microsoft.Identity.Web 1.7.0
- 2021-02-17 Updated Microsoft.ReverseProxy 1.0.0-preview.9.21116.1
- 2021-02-13 Updated nuget packages
- 2021-01-28 Updated nuget packages

## Links

Expand Down
6 changes: 3 additions & 3 deletions UiApp/UIApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Identity.Web" Version="2.12.4" />
<PackageReference Include="Microsoft.Identity.Web.UI" Version="2.12.4" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="7.0.7" />
<PackageReference Include="Microsoft.Identity.Web" Version="2.15.3" />
<PackageReference Include="Microsoft.Identity.Web.UI" Version="2.15.3" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="7.0.11" />
</ItemGroup>

</Project>

0 comments on commit 0f546ac

Please sign in to comment.