quickstarts/state_management/csharp/sdk/order-processor/Program.csproj

13 lines
275 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Dapr.AspNetCore" Version="1.12.*-*" />
</ItemGroup>
</Project>