mirror of https://github.com/dapr/quickstarts.git
14 lines
367 B
XML
14 lines
367 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Dapr.AspNetCore" Version="1.15.0-rc02" />
|
|
</ItemGroup>
|
|
|
|
</Project> |