dotnet-installer/TestAssets/TestProjects/NewtonsoftProfile/NewtonsoftProfile.xml

6 lines
141 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version ="9.0.1"/>
</ItemGroup>
</Project>