distributed-computing/tasks/melnikov-ky/lab_2/worker-1/worker-1.csproj

12 lines
283 B
XML
Raw Normal View History

2023-10-24 21:30:03 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>worker_1</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>