-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump GovUk.Frontend.AspNetCore in /src/ServiceAssessmentService
Bumps [GovUk.Frontend.AspNetCore](https://github.com/gunndabad/govuk-frontend-aspnetcore) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/gunndabad/govuk-frontend-aspnetcore/releases) - [Commits](gunndabad/govuk-frontend-aspnetcore@v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: GovUk.Frontend.AspNetCore dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
9956dd3
commit e17b13d
Showing
1 changed file
with
25 additions
and
25 deletions.
There are no files selected for viewing
50 changes: 25 additions & 25 deletions
50
...eAssessmentService/ServiceAssessmentService.WebApp/ServiceAssessmentService.WebApp.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
<Project Sdk="Microsoft.NET.Sdk.Web"> | ||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<Nullable>enable</Nullable> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<UserSecretsId>service-assessment-service--6fa026f2-d9b9-42a9-bd38-f597f7b53a9a</UserSecretsId> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(RunConfiguration)' == 'https' " /> | ||
<PropertyGroup Condition=" '$(RunConfiguration)' == 'http' " /> | ||
<ItemGroup> | ||
<!-- Note C# dependency `GovUk.Frontend.AspNetCore` currently only supports node dependency `govuk-frontend` to v4.7.0 preventing upgrade to v5 --> | ||
<PackageReference Include="GovUk.Frontend.AspNetCore" Version="1.4.0" /> | ||
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter" Version="8.0.1" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.1" /> | ||
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="8.0.1" /> | ||
<PackageReference Include="Microsoft.Identity.Web" Version="2.16.1" /> | ||
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="2.16.1" /> | ||
<PackageReference Include="Microsoft.Identity.Web.UI" Version="2.16.1" /> | ||
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.0" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\ServiceAssessmentService.Application\ServiceAssessmentService.Application.csproj" /> | ||
<ProjectReference Include="..\ServiceAssessmentService.Domain\ServiceAssessmentService.Domain.csproj" /> | ||
</ItemGroup> | ||
<Project Sdk="Microsoft.NET.Sdk.Web"> | ||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<Nullable>enable</Nullable> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<UserSecretsId>service-assessment-service--6fa026f2-d9b9-42a9-bd38-f597f7b53a9a</UserSecretsId> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(RunConfiguration)' == 'https' " /> | ||
<PropertyGroup Condition=" '$(RunConfiguration)' == 'http' " /> | ||
<ItemGroup> | ||
<!-- Note C# dependency `GovUk.Frontend.AspNetCore` currently only supports node dependency `govuk-frontend` to v4.7.0 preventing upgrade to v5 --> | ||
<PackageReference Include="GovUk.Frontend.AspNetCore" Version="1.5.0" /> | ||
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter" Version="8.0.1" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.1" /> | ||
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="8.0.1" /> | ||
<PackageReference Include="Microsoft.Identity.Web" Version="2.16.1" /> | ||
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="2.16.1" /> | ||
<PackageReference Include="Microsoft.Identity.Web.UI" Version="2.16.1" /> | ||
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.0" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\ServiceAssessmentService.Application\ServiceAssessmentService.Application.csproj" /> | ||
<ProjectReference Include="..\ServiceAssessmentService.Domain\ServiceAssessmentService.Domain.csproj" /> | ||
</ItemGroup> | ||
</Project> |