|
@ -1,7 +1,7 @@ |
|
|
<Project Sdk="Microsoft.NET.Sdk.Web"> |
|
|
<Project Sdk="Microsoft.NET.Sdk.Web"> |
|
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
<PropertyGroup> |
|
|
<TargetFramework>net6.0</TargetFramework> |
|
|
|
|
|
|
|
|
<TargetFramework>net7.0</TargetFramework> |
|
|
<DebugType>portable</DebugType> |
|
|
<DebugType>portable</DebugType> |
|
|
<PreserveCompilationContext>true</PreserveCompilationContext> |
|
|
<PreserveCompilationContext>true</PreserveCompilationContext> |
|
|
<AssemblyName>Catalog.API</AssemblyName> |
|
|
<AssemblyName>Catalog.API</AssemblyName> |
|
@ -56,7 +56,7 @@ |
|
|
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.18.0" /> |
|
|
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.18.0" /> |
|
|
<PackageReference Include="Microsoft.ApplicationInsights.Kubernetes" Version="2.0.2-beta2" /> |
|
|
<PackageReference Include="Microsoft.ApplicationInsights.Kubernetes" Version="2.0.2-beta2" /> |
|
|
<PackageReference Include="Microsoft.AspNetCore.HealthChecks" Version="1.0.0" /> |
|
|
<PackageReference Include="Microsoft.AspNetCore.HealthChecks" Version="1.0.0" /> |
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.0" /> |
|
|
|
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.0-rc.2.22476.2" /> |
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.AzureKeyVault" Version="3.1.18" /> |
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.AzureKeyVault" Version="3.1.18" /> |
|
|
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="6.0.0" /> |
|
|
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="6.0.0" /> |
|
|
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.11.1" /> |
|
|
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.11.1" /> |
|
|