- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
- <StartWorkingDirectory>$(MSBuildThisFileDirectory)../../</StartWorkingDirectory>
- </PropertyGroup>
- <ItemGroup>
- <Compile Include="$(SharedSourceRoot)CommandLineUtils\**\*.cs" />
- <PackageReference Include="NuGet.Protocol" Version="6.9.1" />
- </ItemGroup>
- </Project>
|