Files
QControlKit/QSharp/QSharp.csproj
T
2020-06-08 14:11:54 -05:00

12 lines
307 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Zeroconf" Version="3.3.16" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
</Project>