Mark AspNetCore projects that aren't packaged explicitly (#18767)
* Mark AspNetCore projects that aren't packaged explicitly - avoid NU5104 warnings due to confusing versioning - `$(IsShippingPackage)` was semantically incorrect in any case * Remove redundant `$(IsShippingPackage)` settings in `$(IsAspNetCoreApp)` projects - default is `true` for all implementation projects * Use `$(IsPackable)` when deciding how `$(IsAspNetCoreApp)` projects are handled - remove all use of `$(IsShippingPackage)` for shared framework composition - update documentation to match these changes nits: - remove odd default for `$(IsPackable)` in Directory.Build.targets - no longer relevant since all `$(IsAspNetCoreApp)` projects are `$(IsShippingPackage)` too - include more information in docs/ProjectProperties.md * Add direct System.Text.Json references - avoid MSB3277 warnings
显示
- Directory.Build.targets 0 个添加, 6 个删除Directory.Build.targets
- docs/ProjectProperties.md 5 个添加, 3 个删除docs/ProjectProperties.md
- eng/CodeGen.proj 4 个添加, 4 个删除eng/CodeGen.proj
- eng/SharedFramework.Local.props 1 个添加, 1 个删除eng/SharedFramework.Local.props
- eng/targets/ResolveReferences.targets 1 个添加, 1 个删除eng/targets/ResolveReferences.targets
- src/Antiforgery/src/Microsoft.AspNetCore.Antiforgery.csproj 1 个添加, 1 个删除src/Antiforgery/src/Microsoft.AspNetCore.Antiforgery.csproj
- src/Components/Authorization/src/Microsoft.AspNetCore.Components.Authorization.csproj 0 个添加, 1 个删除.../src/Microsoft.AspNetCore.Components.Authorization.csproj
- src/Components/Blazor/Blazor/test/Microsoft.AspNetCore.Blazor.Tests.csproj 2 个添加, 0 个删除...azor/Blazor/test/Microsoft.AspNetCore.Blazor.Tests.csproj
- src/Components/Blazor/testassets/HostedInAspNet.Server/HostedInAspNet.Server.csproj 2 个添加, 0 个删除...assets/HostedInAspNet.Server/HostedInAspNet.Server.csproj
- src/Components/Components/src/Microsoft.AspNetCore.Components.csproj 0 个添加, 1 个删除...nts/Components/src/Microsoft.AspNetCore.Components.csproj
- src/Components/Forms/src/Microsoft.AspNetCore.Components.Forms.csproj 0 个添加, 1 个删除...ts/Forms/src/Microsoft.AspNetCore.Components.Forms.csproj
- src/Components/Ignitor/test/Ignitor.Test.csproj 2 个添加, 0 个删除src/Components/Ignitor/test/Ignitor.Test.csproj
- src/Components/Server/src/Microsoft.AspNetCore.Components.Server.csproj 1 个添加, 1 个删除.../Server/src/Microsoft.AspNetCore.Components.Server.csproj
- src/Components/Web/src/Microsoft.AspNetCore.Components.Web.csproj 0 个添加, 1 个删除...onents/Web/src/Microsoft.AspNetCore.Components.Web.csproj
- src/DataProtection/Abstractions/src/Microsoft.AspNetCore.DataProtection.Abstractions.csproj 0 个添加, 1 个删除...c/Microsoft.AspNetCore.DataProtection.Abstractions.csproj
- src/DataProtection/Cryptography.Internal/src/Microsoft.AspNetCore.Cryptography.Internal.csproj 0 个添加, 1 个删除...nal/src/Microsoft.AspNetCore.Cryptography.Internal.csproj
- src/DataProtection/Cryptography.KeyDerivation/src/Microsoft.AspNetCore.Cryptography.KeyDerivation.csproj 0 个添加, 1 个删除...rc/Microsoft.AspNetCore.Cryptography.KeyDerivation.csproj
- src/DataProtection/DataProtection/src/Microsoft.AspNetCore.DataProtection.csproj 0 个添加, 1 个删除...Protection/src/Microsoft.AspNetCore.DataProtection.csproj
- src/DataProtection/Extensions/src/Microsoft.AspNetCore.DataProtection.Extensions.csproj 0 个添加, 1 个删除...src/Microsoft.AspNetCore.DataProtection.Extensions.csproj
- src/DefaultBuilder/src/Microsoft.AspNetCore.csproj 1 个添加, 1 个删除src/DefaultBuilder/src/Microsoft.AspNetCore.csproj
加载中
想要评论请 注册 或 登录