mirror of https://github.com/dapr/dotnet-sdk.git
18 lines
447 B
XML
18 lines
447 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\src\Dapr.Actors\Dapr.Actors.csproj" />
|
|
<ProjectReference Include="..\IDemoActor\IDemoActor.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|