elsa-core/src/Flowsharp.Core/Flowsharp.Core.csproj
2018-10-14 12:24:36 +02:00

23 lines
547 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Flowsharp</RootNamespace>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Flowsharp.Abstractions\Flowsharp.Abstractions.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="ActivityResults" />
<Folder Include="Models\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="YamlDotNet.NetStandard" Version="4.0.0" />
</ItemGroup>
</Project>