Skip to content

Commit

Permalink
Merge branch 'develop' into 'master'
Browse files Browse the repository at this point in the history
Fix transitive target dependency from SolCodeGen to UnitTestTemplate packages

See merge request company-projects/Meadow!26
  • Loading branch information
zone117x committed Sep 29, 2018
2 parents 8cb8daf + d9d363a commit a6fda3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Meadow.UnitTestTemplate/Meadow.UnitTestTemplate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<ProjectReference Include="..\Meadow.CoverageReport\Meadow.CoverageReport.csproj" />
<ProjectReference Include="..\Meadow.DebugAdapterServer\Meadow.DebugAdapterServer.csproj" />
<ProjectReference Include="..\Meadow.MSTest.Runner\Meadow.MSTest.Runner.csproj" />
<ProjectReference Include="..\Meadow.SolCodeGen\Meadow.SolCodeGen.csproj" />
<ProjectReference Include="..\Meadow.SolCodeGen\Meadow.SolCodeGen.csproj" PrivateAssets="none" />
<ProjectReference Include="..\Meadow.TestNode\Meadow.TestNode.csproj" />
</ItemGroup>

Expand Down

0 comments on commit a6fda3d

Please sign in to comment.