BotGenerator/Common/Common.csproj

22 lines
471 B
XML
Raw Permalink Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
2021-09-01 16:59:08 +01:00
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2021-09-01 16:59:08 +01:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Common.Models\Common.Models.csproj" />
</ItemGroup>
2021-09-01 16:59:08 +01:00
<ItemGroup>
<None Update="Assets\items.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>