mirror of https://github.com/dapr/dotnet-sdk.git
14 lines
421 B
XML
14 lines
421 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\src\Dapr.Actors.AspNetCore\Dapr.Actors.AspNetCore.csproj" />
|
|
<ProjectReference Include="..\..\..\src\Dapr.Actors\Dapr.Actors.csproj" />
|
|
<ProjectReference Include="..\IDemoActor\IDemoActor.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|