Skip to content

Commit

Permalink
Merge pull request #54 from DVaughan/master
Browse files Browse the repository at this point in the history
Fix Extensibility assembly causing build error in Blend
  • Loading branch information
DVaughan authored Oct 11, 2019
2 parents 54e83c9 + 723bbe6 commit 13db0b7
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/Microsoft.Xaml.Behaviors/Microsoft.Xaml.Behaviors.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,19 +78,6 @@
<PackageReference Include="Nerdbank.GitVersioning" Version="2.3.38" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Microsoft.Xaml.Behaviors.DesignTools\Microsoft.Xaml.Behaviors.DesignTools.csproj">
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<SkipGetTargetFrameworkProperties>true</SkipGetTargetFrameworkProperties>
</ProjectReference>
</ItemGroup>

<ItemGroup Label="Package">
<None Include="bin\$(Configuration)\net45\Microsoft.Xaml.Behaviors.DesignTools.dll" PackagePath="lib\net45\Design" Pack="true" />
<None Include="bin\$(Configuration)\net45\Microsoft.Xaml.Behaviors.DesignTools.pdb" PackagePath="lib\net45\Design" Pack="true" />
<None Include="bin\$(Configuration)\net45\Microsoft.Xaml.Behaviors.DesignTools.dll" PackagePath="lib\netcoreapp3.0\Design" Pack="true" />
<None Include="bin\$(Configuration)\net45\Microsoft.Xaml.Behaviors.DesignTools.pdb" PackagePath="lib\netcoreapp3.0\Design" Pack="true" />
</ItemGroup>
<ItemGroup>
<None Include="FinalPublicKey.snk" />
<None Include="packages.config" />
Expand Down

0 comments on commit 13db0b7

Please sign in to comment.