Skip to content

Commit

Permalink
Fixing project issues
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveWilkes committed Jun 28, 2021
1 parent 536f806 commit 86473e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,11 @@
</PropertyGroup>

<ItemGroup>
<Compile Include="..\BuildableExpressions.Generator.UnitTests\**\*.cs" Exclude="..\BuildableExpressions.Generator.UnitTests\obj\**\*.cs">
<Compile Include="..\BuildableExpressions.Generator.UnitTests\**\*.cs" Exclude="..\BuildableExpressions.Generator.UnitTests\obj\**\*.cs;..\BuildableExpressions.Generator.UnitTests\ProjectManagement\NonSdk\DevToolsFactoryTests.cs">
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
</Compile>
</ItemGroup>

<ItemGroup>
<Compile Remove="..\BuildableExpressions.Generator.UnitTests\ProjectManagement\NonSdk\EnvDteExtensionsTests.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
<PackageReference Include="Moq" Version="4.16.1" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#if NETFRAMEWORK
namespace AgileObjects.BuildableExpressions.Generator.UnitTests.ProjectManagement.NonSdk
namespace AgileObjects.BuildableExpressions.Generator.UnitTests.ProjectManagement.NonSdk
{
using System.Linq;
using BuildableExpressions.UnitTests.Common;
Expand Down Expand Up @@ -46,4 +45,3 @@ public void ShouldRetrieveSolutionProjects()
}
}
}
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
</ItemGroup>

<ItemGroup>
<!--<ProjectReference Include="..\BuildableExpressions\BuildableExpressions.csproj" />-->
<PackageReference Include="AgileObjects.BuildableExpressions" Version="0.1.0-preview1" />
</ItemGroup>

Expand Down

0 comments on commit 86473e7

Please sign in to comment.