mirror of https://github.com/dapr/dotnet-sdk.git
15 lines
363 B
XML
15 lines
363 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6</TargetFramework>
|
|
<LangVersion>10.0</LangVersion>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\src\Dapr.Actors\Dapr.Actors.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|