Skip to content

Commit

Permalink
Reference MicroBuild.Core unconditionally
Browse files Browse the repository at this point in the history
The conditional reference caused this package to not apply to the .NET Core build, meaning that the NuGet package was only partially signed, not including the netcoreapp2.0 one.

Fixes #71.

Co-authored-by: Ben Villalobos <bevillal@microsoft.com>
  • Loading branch information
rainersigwald and benvillalobos committed Aug 9, 2019
1 parent e52bfe4 commit fec2e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MSBuildLocator/Microsoft.Build.Locator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
<ItemGroup Condition="'$(TargetFramework)'=='net46'">
<PackageReference Include="Microsoft.VisualStudio.Setup.Configuration.Interop" Version="1.16.30" PrivateAssets="all" />
<PackageReference Include="Microsoft.VisualStudio.SDK.EmbedInteropTypes" Version="15.0.21" PrivateAssets="all" />
<PackageReference Include="MicroBuild.Core" Version="0.3.0" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="MicroBuild.Core" Version="0.3.0" PrivateAssets="all" />
<Content Include="build\Microsoft.Build.Locator.props">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
<PackagePath>build\</PackagePath>
Expand Down

0 comments on commit fec2e9e

Please sign in to comment.