Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dfe-analytical-services/explore-education-statistics
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: da4f7631026de2017624795f28733162abed1398
Choose a base ref
..
head repository: dfe-analytical-services/explore-education-statistics
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 741df5370672451de6c6f03a256cf8c5eaf96e29
Choose a head ref
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />
<PackageReference Include="Thinktecture.EntityFrameworkCore.SqlServer" Version="9.2.1" />
<PackageReference Include="Cronos" Version="0.8.4" />
<PackageReference Include="Microsoft.Identity.Web" Version="3.7.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="3.7.1" />
</ItemGroup>

<ItemGroup>
Original file line number Diff line number Diff line change
@@ -24,8 +24,8 @@
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="2.0.0" />
<PackageReference Include="GovukNotify" Version="7.1.0" />
<PackageReference Include="JWT" Version="11.0.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.4.0" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.4.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.5.0" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.5.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GovUk.Education.ExploreEducationStatistics.Common\GovUk.Education.ExploreEducationStatistics.Common.csproj" />