MarketPriceLookup/MarketPriceLookup.Common/MarketPriceLookup.Common.csproj

22 lines
507 B
XML
Raw Permalink Normal View History

2021-09-19 18:29:16 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
2021-09-19 18:29:16 +01:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MathNet.Numerics" Version="5.0.0" />
</ItemGroup>
2021-09-19 18:29:16 +01:00
<ItemGroup>
<ProjectReference Include="..\MarketPriceLookup.Common.Models\MarketPriceLookup.Common.Models.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="Assets\items.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>