BaselineGenerator.csproj 440 B

1234567891011121314
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
  5. <StartWorkingDirectory>$(MSBuildThisFileDirectory)../../</StartWorkingDirectory>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <Compile Include="$(SharedSourceRoot)CommandLineUtils\**\*.cs" />
  9. <PackageReference Include="NuGet.Protocol" Version="6.9.1" />
  10. </ItemGroup>
  11. </Project>