diff --git a/proposed/2022/PrivateAssetIndepdentFromExcludeAsset.md b/proposed/2022/PrivateAssetIndepdentFromExcludeAsset.md index eb17d3c40..bd12da3aa 100644 --- a/proposed/2022/PrivateAssetIndepdentFromExcludeAsset.md +++ b/proposed/2022/PrivateAssetIndepdentFromExcludeAsset.md @@ -31,7 +31,7 @@ For the following table assume `PackPrivateAssetsFlow` is set `true` when creati |-----------------------|--------------|-----------------| | compile | Expose new code, auto complete, intellicode, intellisense | Compile error due to naming ambiguity, run time error, NU1605 error | | runtime | Let provide new runtime dependency | Run time error | -| build | Enable source generator work | Build fails due to property/target value change | +| build | Enable msbuild imports | Build fails due to property/target value change | | analyzers | Code analyzers work | n/a | #### Examples @@ -41,6 +41,11 @@ For the following table assume `PackPrivateAssetsFlow` is set `true` when creati Package reference in csproj file. ```.net + + netstandard2.0 + beta + True + @@ -70,6 +75,11 @@ After change nuspec file: Package reference in csproj file. ```.net + + netstandard2.0 + beta + True + @@ -111,7 +121,7 @@ We already have a [logic](hhttps://github.com/NuGet/NuGet.Client/blob/380415d812 `` -- We could make it opt-in option in nuget.config file, but it doesn't give customer to option to opt in/out for per project level. +- We could make it opt-in option in `nuget.config` file, but it doesn't give customer to option to opt in/out for per project level. ```.net