| @@ -5,6 +5,7 @@ | |||
| <TargetFramework>net6.0</TargetFramework> | |||
| <ImplicitUsings>enable</ImplicitUsings> | |||
| <Nullable>enable</Nullable> | |||
| <ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles> | |||
| </PropertyGroup> | |||
| <ItemGroup> | |||
| @@ -4,6 +4,10 @@ | |||
| <TargetFramework>net6.0</TargetFramework> | |||
| <Nullable>enable</Nullable> | |||
| <ImplicitUsings>enable</ImplicitUsings> | |||
| <UserSecretsId>d42a42c9-e639-4515-9976-91c672b2dcc2</UserSecretsId> | |||
| <ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles> | |||
| <DockerDefaultTargetOS>Linux</DockerDefaultTargetOS> | |||
| <DockerComposeProjectPath>..\docker-compose.dcproj</DockerComposeProjectPath> | |||
| </PropertyGroup> | |||
| <ItemGroup> | |||
| @@ -4,6 +4,9 @@ | |||
| <TargetFramework>net6.0</TargetFramework> | |||
| <Nullable>enable</Nullable> | |||
| <ImplicitUsings>enable</ImplicitUsings> | |||
| <UserSecretsId></UserSecretsId> | |||
| <ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles> | |||
| <DockerComposeProjectPath>..\docker-compose.dcproj</DockerComposeProjectPath> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> | |||
| @@ -10,6 +10,12 @@ | |||
| "environmentVariables": { | |||
| "ASPNETCORE_ENVIRONMENT": "Development" | |||
| } | |||
| }, | |||
| "Docker": { | |||
| "commandName": "Docker", | |||
| "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}", | |||
| "publishAllPorts": true, | |||
| "useSSL": true | |||
| } | |||
| } | |||
| } | |||
| @@ -25,6 +25,18 @@ | |||
| "environmentVariables": { | |||
| "ASPNETCORE_ENVIRONMENT": "Development" | |||
| } | |||
| }, | |||
| "dotnetRunMessages": "true", | |||
| "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", | |||
| "applicationUrl": "https://localhost:5001;http://localhost:5000" | |||
| } | |||
| }, | |||
| "iisSettings": { | |||
| "windowsAuthentication": false, | |||
| "anonymousAuthentication": true, | |||
| "iisExpress": { | |||
| "applicationUrl": "http://localhost:28725", | |||
| "sslPort": 44342 | |||
| } | |||
| } | |||
| } | |||
| @@ -4,6 +4,10 @@ | |||
| <TargetFramework>net6.0</TargetFramework> | |||
| <Nullable>enable</Nullable> | |||
| <ImplicitUsings>enable</ImplicitUsings> | |||
| <UserSecretsId>2d734739-67f9-4962-a0ef-c43fbc662a6b</UserSecretsId> | |||
| <ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles> | |||
| <DockerDefaultTargetOS>Linux</DockerDefaultTargetOS> | |||
| <DockerComposeProjectPath>..\docker-compose.dcproj</DockerComposeProjectPath> | |||
| </PropertyGroup> | |||
| <ItemGroup> | |||
| @@ -5,7 +5,8 @@ | |||
| "dotnetRunMessages": true, | |||
| "environmentVariables": { | |||
| "DOTNET_ENVIRONMENT": "Development" | |||
| } | |||
| }, | |||
| "dotnetRunMessages": true | |||
| } | |||
| } | |||
| } | |||
| @@ -4,6 +4,7 @@ | |||
| <TargetFramework>net6.0</TargetFramework> | |||
| <Nullable>enable</Nullable> | |||
| <ImplicitUsings>enable</ImplicitUsings> | |||
| <ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles> | |||
| <UserSecretsId>dotnet-SpotifyWorker-32F09870-7D1D-49C3-A41E-BCD7B23F1454</UserSecretsId> | |||
| </PropertyGroup> | |||