|
|
- <Project Sdk="Microsoft.NET.Sdk.Web">
-
- <PropertyGroup>
- <TargetFramework>net8.0</TargetFramework>
- <Nullable>enable</Nullable>
- <ImplicitUsings>enable</ImplicitUsings>
- <UserSecretsId>25c82ccd-f64b-45a0-98a0-b0393dd84477</UserSecretsId>
- <DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
- <DockerfileContext>..\..</DockerfileContext>
- <SpaRoot>..\awesomemicroservices.client</SpaRoot>
- <SpaProxyLaunchCommand>npm start</SpaProxyLaunchCommand>
- <SpaProxyServerUrl>https://localhost:56902</SpaProxyServerUrl>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="Microsoft.AspNetCore.SpaProxy">
- <Version>8.*-*</Version>
- </PackageReference>
- <PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
- <PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
- </ItemGroup>
-
- </Project>
|