diff --git a/Directory.Build.props b/Directory.Build.props index dd65ab19..da9bde7f 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -7,6 +7,7 @@ preview $(NoWarn);CS1591;NU5118;NU5128 true + enable true portable snupkg diff --git a/Directory.Build.targets b/Directory.Build.targets index deaa46aa..5ff47e01 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -61,6 +61,11 @@ $(DefineConstants);SUPPORTS_BCL_ASYNC_ENUMERABLE + + $(DefineConstants);SUPPORTS_MULTIPLE_VALUES_IN_QUERYHELPERS + +