elsa-core/src/Flowsharp.Core/Flowsharp.Core.csproj

23 lines
547 B
XML
Raw Normal View History

2018-10-12 18:53:06 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Flowsharp</RootNamespace>
2018-10-14 10:24:36 +00:00
<LangVersion>7.1</LangVersion>
2018-10-12 18:53:06 +00:00
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Flowsharp.Abstractions\Flowsharp.Abstractions.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="ActivityResults" />
<Folder Include="Models\" />
</ItemGroup>
2018-10-14 10:24:36 +00:00
<ItemGroup>
<PackageReference Include="YamlDotNet.NetStandard" Version="4.0.0" />
</ItemGroup>
2018-10-12 18:53:06 +00:00
</Project>