diff --git a/tests/rgen/Microsoft.Macios.Transformer.Tests/BaseTransformerTestClass.cs b/tests/rgen/Microsoft.Macios.Transformer.Tests/BaseTransformerTestClass.cs index e8dd76808408..329c21995b07 100644 --- a/tests/rgen/Microsoft.Macios.Transformer.Tests/BaseTransformerTestClass.cs +++ b/tests/rgen/Microsoft.Macios.Transformer.Tests/BaseTransformerTestClass.cs @@ -1,7 +1,6 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. -using System.Collections.Immutable; using System.Runtime.CompilerServices; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; diff --git a/tests/rgen/Microsoft.Macios.Transformer.Tests/Microsoft.Macios.Transformer.Tests.csproj b/tests/rgen/Microsoft.Macios.Transformer.Tests/Microsoft.Macios.Transformer.Tests.csproj index 7ee72ccb9417..dca7ca187863 100644 --- a/tests/rgen/Microsoft.Macios.Transformer.Tests/Microsoft.Macios.Transformer.Tests.csproj +++ b/tests/rgen/Microsoft.Macios.Transformer.Tests/Microsoft.Macios.Transformer.Tests.csproj @@ -1,50 +1,62 @@  - - net$(BundledNETCoreAppTargetFrameworkVersion) - enable - enable - false - + + net$(BundledNETCoreAppTargetFrameworkVersion) + enable + enable + false - - - - - - + + $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)\..\..\..')) + $(RootDirectory)/src/build/dotnet + - - - + + + + + + - - - - + + + - - - external\Configuration.cs - - - external\ConfigurationXUnit.cs - - - external\Profile.cs - - - external\ExecutionHelper.cs - - - external\StringUtils.cs - - - external\Execution.cs - - - external\Cache.cs - - + + + + + + + + external\Configuration.cs + + + external\ConfigurationXUnit.cs + + + external\Profile.cs + + + external\ExecutionHelper.cs + + + external\StringUtils.cs + + + external\Execution.cs + + + external\Cache.cs + + + + + + + + + +