Picking up the latest SDK and adding back some named parameters to MigrateBuildOptionsRule for clarity.

Updating the tool project to use BuiltProjectOutputGroupOutput instead of content because of SDK issue https://github.com/dotnet/sdk/issues/588
This commit is contained in:
Livar Cunha 2017-01-05 09:32:20 -08:00 committed by Livar Cunha
parent 92ee4aac26
commit 3b69588db2
3 changed files with 6 additions and 7 deletions

View file

@ -9,10 +9,9 @@
</PropertyGroup>
<ItemGroup>
<Content Include="$(OutputPath)\$(AssemblyName).runtimeconfig.json">
<Pack>true</Pack>
<PackagePath>lib\$(TargetFramework)</PackagePath>
</Content>
<BuiltProjectOutputGroupOutput Include="$(ProjectRuntimeConfigFilePath)">
<FinalOutputPath>$(ProjectRuntimeConfigFilePath)</FinalOutputPath>
</BuiltProjectOutputGroupOutput>
</ItemGroup>
<ItemGroup>