2017-02-13 17:56:25 -08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2017-08-17 23:07:28 -07:00
|
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
2017-02-13 17:56:25 -08:00
|
|
|
</PropertyGroup>
|
2017-03-02 20:38:56 -08:00
|
|
|
|
2017-02-13 17:56:25 -08:00
|
|
|
<ItemGroup>
|
2017-05-02 12:37:29 -07:00
|
|
|
<PackageReference Include="NuGet.Configuration" Version="4.3.0-beta1-2418" />
|
2017-02-13 17:56:25 -08:00
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|