dotnet-sdk/examples/Jobs/JobsSample/JobsSample.csproj

14 lines
337 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\src\Dapr.Jobs\Dapr.Jobs.csproj" />
</ItemGroup>
</Project>