|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk.Web"> |
2 | 2 |
|
3 | | - <PropertyGroup> |
4 | | - <TargetFramework>net8.0</TargetFramework> |
5 | | - <Nullable>enable</Nullable> |
6 | | - <ImplicitUsings>enable</ImplicitUsings> |
7 | | - <UserSecretsId>8051c984-585b-4a5e-b6d7-833e5dd4afe7</UserSecretsId> |
8 | | - </PropertyGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFramework>net8.0</TargetFramework> |
| 5 | + <Nullable>enable</Nullable> |
| 6 | + <ImplicitUsings>enable</ImplicitUsings> |
| 7 | + <UserSecretsId>8051c984-585b-4a5e-b6d7-833e5dd4afe7</UserSecretsId> |
| 8 | + <Version>1.0.0</Version> |
| 9 | + <InformationalVersion>1.0.0</InformationalVersion> |
| 10 | + <IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion> |
| 11 | + </PropertyGroup> |
9 | 12 |
|
10 | | - <ItemGroup> |
11 | | - <PackageReference Include="GovUK.Dfe.CoreLibs.Security" Version="1.1.21-prerelease-15" /> |
12 | | - <PackageReference Include="GovUk.Frontend.AspNetCore" Version="3.2.2" /> |
13 | | - <PackageReference Include="HtmlSanitizer" Version="9.0.886" /> |
14 | | - <PackageReference Include="Markdig" Version="0.42.0" /> |
15 | | - <PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" /> |
16 | | - <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
17 | | - </ItemGroup> |
| 13 | + <ItemGroup> |
| 14 | + <PackageReference Include="GovUK.Dfe.CoreLibs.Security" Version="1.1.21-prerelease-15" /> |
| 15 | + <PackageReference Include="GovUk.Frontend.AspNetCore" Version="3.2.2" /> |
| 16 | + <PackageReference Include="HtmlSanitizer" Version="9.0.886" /> |
| 17 | + <PackageReference Include="Markdig" Version="0.42.0" /> |
| 18 | + <PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" /> |
| 19 | + <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
| 20 | + </ItemGroup> |
18 | 21 |
|
19 | | - <ItemGroup> |
20 | | - <ProjectReference Include="..\DfE.ExternalApplications.Application\DfE.ExternalApplications.Application.csproj" /> |
21 | | - <ProjectReference Include="..\DfE.ExternalApplications.Infrastructure\DfE.ExternalApplications.Infrastructure.csproj" /> |
22 | | - </ItemGroup> |
| 22 | + <ItemGroup> |
| 23 | + <ProjectReference Include="..\DfE.ExternalApplications.Application\DfE.ExternalApplications.Application.csproj" /> |
| 24 | + <ProjectReference Include="..\DfE.ExternalApplications.Infrastructure\DfE.ExternalApplications.Infrastructure.csproj" /> |
| 25 | + </ItemGroup> |
23 | 26 |
|
24 | 27 |
|
25 | 28 | </Project> |
0 commit comments