RulesEngine/demo/DemoApp/DemoApp.csproj

20 lines
490 B
XML
Raw Normal View History

2019-08-13 06:06:57 -04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
2019-08-20 00:59:00 -04:00
<PackageReference Include="RulesEngine" Version="1.0.0" />
2019-08-13 06:06:57 -04:00
</ItemGroup>
<ItemGroup>
<None Update="Workflows\Discount.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>