Я пытаюсь добавить службу в. net ядре 3.1 приложения. Я делюсь своими шагами с снимками экрана.
Ниже приводится .csproj
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<WCFMetadata Include="Connected Services" />
</ItemGroup>
</Project>
Шаг 1 ![image](https://user-images.githubusercontent.com/7402233/80788699-75c70d00-8ba7-11ea-97cb-f10cad472d9a.png)
Шаг 2 ![image](https://user-images.githubusercontent.com/7402233/80788812-cd657880-8ba7-11ea-8479-6f6b57557ec2.png)
Шаг 3
![image](https://user-images.githubusercontent.com/7402233/80788880-fede4400-8ba7-11ea-8a27-1661a038b8ad.png)
Шаг 4
![image](https://user-images.githubusercontent.com/7402233/80788946-36e58700-8ba8-11ea-9dce-0ba1d7d56d71.png)
Шаг 5
![image](https://user-images.githubusercontent.com/7402233/80789031-74e2ab00-8ba8-11ea-9f6d-afa2f5e5920b.png)