Skip to content

Commit

Permalink
Add target for netcoreapp2.0
Browse files Browse the repository at this point in the history
Demonstrates bug in dotnet because it can't find MS.VS.Validation at runtime.
  • Loading branch information
AArnott committed Sep 29, 2017
1 parent 5b29edb commit ce6bef7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion VSMefSample/VSMefSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net462</TargetFrameworks>
<TargetFrameworks>net462;netcoreapp2.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Composition" Version="15.3.38" />
<PackageReference Include="System.Composition" Version="1.1.0" />
<!--<PackageReference Include="Microsoft.VisualStudio.Validation" Version="15.3.32" />-->
</ItemGroup>

</Project>

0 comments on commit ce6bef7

Please sign in to comment.