dotnet-sdk/examples/Actor/ActorClient/ActorClient.csproj

13 lines
316 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\src\Dapr.Actors\Dapr.Actors.csproj" />
<ProjectReference Include="..\DemoActor.Interfaces\DemoActor.Interfaces.csproj" />
</ItemGroup>
</Project>