We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 807be93 + 115394c commit 26c7de3Copy full SHA for 26c7de3
src/Layout/redist/redist.csproj
@@ -29,7 +29,7 @@
29
<PackageReference Include="Microsoft.Build.NuGetSdkResolver" />
30
<PackageReference Include="Microsoft.TestPlatform.CLI" ExcludeAssets="All" />
31
<PackageReference Include="Microsoft.TestPlatform.Build" />
32
- <PackageReference Condition=" '$(DotNetBuildSourceOnly)' != 'true' " Include="NuGet.Localization" />
+ <PackageReference Include="NuGet.Localization" />
33
<PackageReference Include="NuGet.ProjectModel" />
34
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeStyle" ExcludeAssets="All" GeneratePathProperty="true" />
35
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.CodeStyle" ExcludeAssets="All" GeneratePathProperty="true" />
0 commit comments