File: SDDLTests.csproj
Web Access
Project: ..\..\..\test\SDDLTests\SDDLTests.csproj (SDDLTests)
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
  <PropertyGroup>
    <TargetFrameworks>$(ToolsetTargetFramework)</TargetFrameworks>
    <TargetFrameworks Condition=" '$([MSBuild]::IsOSPlatform(`Windows`))' == 'false' ">$(ToolsetTargetFramework)</TargetFrameworks>
    <OutputType>Exe</OutputType>
    <StrongNameKeyId>MicrosoftAspNetCore</StrongNameKeyId>
    <CanRunTestAsTool>false</CanRunTestAsTool>
    <IsTestProject>false</IsTestProject>
    <IsUnitTestProject>false</IsUnitTestProject>
    <AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
  </PropertyGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\..\src\Cli\dotnet\dotnet.csproj" />
    <ProjectReference Include="..\..\src\Cli\Microsoft.DotNet.Cli.Utils\Microsoft.DotNet.Cli.Utils.csproj" />
  </ItemGroup>
 
  <ItemGroup>
    <PackageReference Include="xunit" />
  </ItemGroup>
 
  <!-- Global usings removal -->
  <!-- See: https://learn.microsoft.com/dotnet/core/project-sdk/msbuild-props#using -->
  <ItemGroup>
    <Using Remove="FluentAssertions" />
    <Using Remove="Microsoft.NET.TestFramework" />
    <Using Remove="Microsoft.NET.TestFramework.Assertions" />
    <Using Remove="Microsoft.NET.TestFramework.Commands" />
    <Using Remove="Microsoft.NET.TestFramework.ProjectConstruction" />
    <Using Remove="Microsoft.NET.TestFramework.Utilities" />
  </ItemGroup>
 
</Project>