|
1 | | -<Project Sdk="Microsoft.NET.Sdk.Web"> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk.Web"> |
2 | 2 |
|
3 | | - <PropertyGroup> |
4 | | - <TargetFramework>net7.0</TargetFramework> |
5 | | - <Nullable>enable</Nullable> |
6 | | - <ApplicationInsightsResourceId>/subscriptions/b6745039-70e7-4641-994b-5457cb220e2a/resourcegroups/Default-ApplicationInsights-EastUS/providers/microsoft.insights/components/unitynuget-registry</ApplicationInsightsResourceId> |
7 | | - <ApplicationInsightsAnnotationResourceId>/subscriptions/b6745039-70e7-4641-994b-5457cb220e2a/resourcegroups/Default-ApplicationInsights-EastUS/providers/microsoft.insights/components/unitynuget-registry</ApplicationInsightsAnnotationResourceId> |
8 | | - <UserSecretsId>1be0a769-8d75-4a27-99e0-128afcc0ffee</UserSecretsId> |
9 | | - </PropertyGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFramework>net7.0</TargetFramework> |
| 5 | + <Nullable>enable</Nullable> |
| 6 | + <ApplicationInsightsResourceId>/subscriptions/b6745039-70e7-4641-994b-5457cb220e2a/resourcegroups/Default-ApplicationInsights-EastUS/providers/microsoft.insights/components/unitynuget-registry</ApplicationInsightsResourceId> |
| 7 | + <ApplicationInsightsAnnotationResourceId>/subscriptions/b6745039-70e7-4641-994b-5457cb220e2a/resourcegroups/Default-ApplicationInsights-EastUS/providers/microsoft.insights/components/unitynuget-registry</ApplicationInsightsAnnotationResourceId> |
| 8 | + <UserSecretsId>1be0a769-8d75-4a27-99e0-128afcc0ffee</UserSecretsId> |
| 9 | + <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
| 10 | + </PropertyGroup> |
10 | 11 |
|
11 | | - <PropertyGroup> |
12 | | - <DockerfileContext>.</DockerfileContext> |
13 | | - <DockerfileFile>..\..\Dockerfile</DockerfileFile> |
14 | | - <DockerDefaultTargetOS>Linux</DockerDefaultTargetOS> |
15 | | - </PropertyGroup> |
| 12 | + <PropertyGroup> |
| 13 | + <DockerfileContext>.</DockerfileContext> |
| 14 | + <DockerfileFile>..\..\Dockerfile</DockerfileFile> |
| 15 | + <DockerDefaultTargetOS>Linux</DockerDefaultTargetOS> |
| 16 | + </PropertyGroup> |
16 | 17 |
|
17 | | - <ItemGroup> |
18 | | - <PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" /> |
19 | | - <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.9" /> |
20 | | - <PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="7.0.0" /> |
21 | | - <PackageReference Include="Microsoft.Extensions.Options.DataAnnotations" Version="7.0.0" /> |
22 | | - <PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.18.1" /> |
23 | | - </ItemGroup> |
| 18 | + <ItemGroup> |
| 19 | + <PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" /> |
| 20 | + <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.9" /> |
| 21 | + <PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="7.0.0" /> |
| 22 | + <PackageReference Include="Microsoft.Extensions.Options.DataAnnotations" Version="7.0.0" /> |
| 23 | + <PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.18.1" /> |
| 24 | + </ItemGroup> |
24 | 25 |
|
25 | | - <ItemGroup> |
26 | | - <ProjectReference Include="..\UnityNuGet\UnityNuGet.csproj" /> |
27 | | - </ItemGroup> |
| 26 | + <ItemGroup> |
| 27 | + <ProjectReference Include="..\UnityNuGet\UnityNuGet.csproj" /> |
| 28 | + </ItemGroup> |
28 | 29 |
|
29 | | - <ItemGroup> |
30 | | - <WCFMetadata Include="Connected Services" /> |
31 | | - </ItemGroup> |
| 30 | + <ItemGroup> |
| 31 | + <WCFMetadata Include="Connected Services" /> |
| 32 | + </ItemGroup> |
32 | 33 |
|
33 | 34 | </Project> |
0 commit comments