зеркало из https://github.com/dotnet/razor.git
Remove package refs with PrivateAssets="true" (#8596)
In rzls, the package references, Microsoft.Extensions.Logging and Microsoft.Extensions.Configuration, were defined with PrivateAssets="true". (According to git blame, this was done as part of an attempt to fix spurious build issues.) However, it seems that this means that the libs in these packages are not included in published output, which is critical for rzls.exe to run.
This commit is contained in:
Родитель
e158728055
Коммит
8f16bb8f46
|
@ -47,8 +47,6 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Extensions.Configuration" Version="$(MicrosoftExtensionsPackageVersion)" PrivateAssets="All" />
|
||||
<PackageReference Include="Microsoft.Extensions.Logging" Version="$(MicrosoftExtensionsPackageVersion)" PrivateAssets="All" />
|
||||
<PackageReference Include="System.Private.Uri" Version="$(SystemPrivateUriPackageVersion)" ExcludeAssets="true" PrivateAssets="true" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче