CodeLiturgy.Dashboard/BlueWest.Api.Gateway/BlueWest.Api.Gateway.csproj

22 lines
663 B
XML
Raw Normal View History

2022-08-19 19:47:35 +03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\BlueWest\BlueWest.csproj" />
</ItemGroup>
2022-09-10 07:28:41 +03:00
<ItemGroup>
<Content Include="obj\Debug\net6.0\apphost.exe" />
<Content Include="obj\Debug\net6.0\BlueWest.Api.Gateway.csproj.FileListAbsolute.txt" />
<Content Include="obj\rider.project.restore.info" />
</ItemGroup>
2022-08-19 19:47:35 +03:00
</Project>