Skip to content

Commit fec2e9e

Browse files
Reference MicroBuild.Core unconditionally
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>
1 parent e52bfe4 commit fec2e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MSBuildLocator/Microsoft.Build.Locator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
<ItemGroup Condition="'$(TargetFramework)'=='net46'">
2424
<PackageReference Include="Microsoft.VisualStudio.Setup.Configuration.Interop" Version="1.16.30" PrivateAssets="all" />
2525
<PackageReference Include="Microsoft.VisualStudio.SDK.EmbedInteropTypes" Version="15.0.21" PrivateAssets="all" />
26-
<PackageReference Include="MicroBuild.Core" Version="0.3.0" PrivateAssets="all" />
2726
</ItemGroup>
2827

2928
<ItemGroup>
29+
<PackageReference Include="MicroBuild.Core" Version="0.3.0" PrivateAssets="all" />
3030
<Content Include="build\Microsoft.Build.Locator.props">
3131
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
3232
<PackagePath>build\</PackagePath>

0 commit comments

Comments
 (0)