diff --git a/src/libraries/Microsoft.Extensions.Logging.Console/ref/Microsoft.Extensions.Logging.Console.csproj b/src/libraries/Microsoft.Extensions.Logging.Console/ref/Microsoft.Extensions.Logging.Console.csproj index 844061afb56f2dd3e51bef556822777a60132f5d..765b78729358e50916254357980b43f171dcc51e 100644 --- a/src/libraries/Microsoft.Extensions.Logging.Console/ref/Microsoft.Extensions.Logging.Console.csproj +++ b/src/libraries/Microsoft.Extensions.Logging.Console/ref/Microsoft.Extensions.Logging.Console.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netstandard2.0;net461 + $(NetCoreAppCurrent);netcoreapp3.1;netstandard2.0;net461 true @@ -8,7 +8,7 @@ - + @@ -21,6 +21,11 @@ + + + + + diff --git a/src/libraries/Microsoft.Extensions.Logging.EventSource/ref/Microsoft.Extensions.Logging.EventSource.csproj b/src/libraries/Microsoft.Extensions.Logging.EventSource/ref/Microsoft.Extensions.Logging.EventSource.csproj index 80dba555dd552b6ad50b79438f44a00c444995ba..99dea9fad13d12423241d44b29060a27beabfa30 100644 --- a/src/libraries/Microsoft.Extensions.Logging.EventSource/ref/Microsoft.Extensions.Logging.EventSource.csproj +++ b/src/libraries/Microsoft.Extensions.Logging.EventSource/ref/Microsoft.Extensions.Logging.EventSource.csproj @@ -1,17 +1,26 @@ - netcoreapp3.1;netstandard2.0;net461 + $(NetCoreAppCurrent);netcoreapp3.1;netstandard2.0;net461 + + + + + + + + + diff --git a/src/libraries/Microsoft.Extensions.Primitives/ref/Microsoft.Extensions.Primitives.csproj b/src/libraries/Microsoft.Extensions.Primitives/ref/Microsoft.Extensions.Primitives.csproj index e349c19f02dc6df34124624885f79750642c4457..e6f45298de118f86eefc7ad551874e4ad6d945ed 100644 --- a/src/libraries/Microsoft.Extensions.Primitives/ref/Microsoft.Extensions.Primitives.csproj +++ b/src/libraries/Microsoft.Extensions.Primitives/ref/Microsoft.Extensions.Primitives.csproj @@ -1,15 +1,18 @@ - netcoreapp3.1;netstandard2.0;net461 + $(NetCoreAppCurrent);netcoreapp3.1;netstandard2.0;net461 - - - + + + + + + diff --git a/src/libraries/Microsoft.Win32.SystemEvents/ref/Microsoft.Win32.SystemEvents.csproj b/src/libraries/Microsoft.Win32.SystemEvents/ref/Microsoft.Win32.SystemEvents.csproj index 176e30b0cbec3e9ebea9a8bdd11a16086893d5c2..60b298c4b14d57922f86c1aadea2900f59aea05d 100644 --- a/src/libraries/Microsoft.Win32.SystemEvents/ref/Microsoft.Win32.SystemEvents.csproj +++ b/src/libraries/Microsoft.Win32.SystemEvents/ref/Microsoft.Win32.SystemEvents.csproj @@ -1,12 +1,15 @@ - netcoreapp3.1;netstandard2.0;net461 + $(NetCoreAppCurrent);netcoreapp3.1;netstandard2.0;net461 enable + + + diff --git a/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj b/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj index 97d46a0fca441a5e53e7654be9c2f49712ac9374..2929b90c61a3a87ede3d31b9f1e4774bfa15f0b9 100644 --- a/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj +++ b/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj @@ -2,7 +2,7 @@ true enable - $(NetCoreAppCurrent)-windows;netcoreapp3.1-windows;netcoreapp3.1;netstandard2.0;net461 + $(NetCoreAppCurrent)-windows;$(NetCoreAppCurrent);netcoreapp3.1-windows;netcoreapp3.1;netstandard2.0;net461 diff --git a/src/libraries/System.Data.Odbc/ref/System.Data.Odbc.csproj b/src/libraries/System.Data.Odbc/ref/System.Data.Odbc.csproj index 9b14848ef42427655fca80487c12184e3dd19c06..3f557d722422ea8e01706d62267708bb6dbae706 100644 --- a/src/libraries/System.Data.Odbc/ref/System.Data.Odbc.csproj +++ b/src/libraries/System.Data.Odbc/ref/System.Data.Odbc.csproj @@ -1,12 +1,15 @@ - netcoreapp3.1;netstandard2.0;net461 + $(NetCoreAppCurrent);netcoreapp3.1;netstandard2.0;net461 enable + + + diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj b/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj index 8ff018779a3d734f513ccb0dc4d1fad24596cbe9..11c17335ed8182a79e71c07386ec9c3c22e818e5 100644 --- a/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj +++ b/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj @@ -1,6 +1,6 @@ - net5.0;netstandard2.0;net461 + $(NetCoreAppCurrent);net5.0;netstandard2.0;net461 false enable @@ -14,6 +14,9 @@ + + + diff --git a/src/libraries/System.DirectoryServices.AccountManagement/ref/System.DirectoryServices.AccountManagement.csproj b/src/libraries/System.DirectoryServices.AccountManagement/ref/System.DirectoryServices.AccountManagement.csproj index ae77b54b24fd6b24d146fc7b1978dd8b11b0f85b..ec5bbccaa11dcb2c76dcdd3c41f668b5e97ad365 100644 --- a/src/libraries/System.DirectoryServices.AccountManagement/ref/System.DirectoryServices.AccountManagement.csproj +++ b/src/libraries/System.DirectoryServices.AccountManagement/ref/System.DirectoryServices.AccountManagement.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netstandard2.0 + $(NetCoreAppCurrent);netcoreapp3.1;netstandard2.0 @@ -8,6 +8,10 @@ + + + + diff --git a/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj b/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj index cf546dca3587cb53b613ee38ebbb45cf9cca9d46..ddc9763b6315a3e101f9773d4ae26181b298ba93 100644 --- a/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj +++ b/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj @@ -3,7 +3,7 @@ true $(DefineConstants);FLAVOR_WHIDBEY;PAPI_AD;PAPI_REGSAM;USE_CTX_CACHE true - $(NetCoreAppCurrent)-windows;netcoreapp3.1-windows;netcoreapp3.1;netstandard2.0 + $(NetCoreAppCurrent)-windows;$(NetCoreAppCurrent);netcoreapp3.1-windows;netcoreapp3.1;netstandard2.0 $(NoWarn);CA2249 diff --git a/src/libraries/System.DirectoryServices.Protocols/ref/System.DirectoryServices.Protocols.csproj b/src/libraries/System.DirectoryServices.Protocols/ref/System.DirectoryServices.Protocols.csproj index f63b71f0a7c58a69de36822643fdd2726c458679..f7c8830a82032658ffab4d43a409825d1db9fe23 100644 --- a/src/libraries/System.DirectoryServices.Protocols/ref/System.DirectoryServices.Protocols.csproj +++ b/src/libraries/System.DirectoryServices.Protocols/ref/System.DirectoryServices.Protocols.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netstandard2.0 + $(NetCoreAppCurrent);netcoreapp3.1;netstandard2.0 @@ -8,6 +8,10 @@ + + + + diff --git a/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj b/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj index 5a581ceb421c9f1309ce375b586dd80b2a67b23c..d3ee9bafa8edb588b99e2393819fe61e1bc61d37 100644 --- a/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj +++ b/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj @@ -2,7 +2,7 @@ true true - $(NetCoreAppCurrent)-windows;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Linux;netcoreapp3.1-windows;netcoreapp3.1-OSX;netcoreapp3.1-Linux;netcoreapp3.1;netstandard2.0 + $(NetCoreAppCurrent)-windows;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent);netcoreapp3.1-windows;netcoreapp3.1-OSX;netcoreapp3.1-Linux;netcoreapp3.1;netstandard2.0 diff --git a/src/libraries/System.DirectoryServices/ref/System.DirectoryServices.cs b/src/libraries/System.DirectoryServices/ref/System.DirectoryServices.cs index 9ca1248ba6484783b1a4f31058e1fde9017e657f..9d1eb9f1c5fae8f5a2e7ee48ac076d6b987828e8 100644 --- a/src/libraries/System.DirectoryServices/ref/System.DirectoryServices.cs +++ b/src/libraries/System.DirectoryServices/ref/System.DirectoryServices.cs @@ -707,9 +707,9 @@ public partial class ActiveDirectorySchemaClassCollection : System.Collections.C public int IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass schemaClass) { throw null; } public void Insert(int index, System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass schemaClass) { } protected override void OnClearComplete() { } - protected override void OnInsertComplete(int index, object value) { } - protected override void OnRemoveComplete(int index, object value) { } - protected override void OnSetComplete(int index, object oldValue, object newValue) { } + protected override void OnInsertComplete(int index, object? value) { } + protected override void OnRemoveComplete(int index, object? value) { } + protected override void OnSetComplete(int index, object? oldValue, object? newValue) { } protected override void OnValidate(object value) { } public void Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass schemaClass) { } } @@ -754,9 +754,9 @@ public partial class ActiveDirectorySchemaPropertyCollection : System.Collection public int IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty schemaProperty) { throw null; } public void Insert(int index, System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty schemaProperty) { } protected override void OnClearComplete() { } - protected override void OnInsertComplete(int index, object value) { } - protected override void OnRemoveComplete(int index, object value) { } - protected override void OnSetComplete(int index, object oldValue, object newValue) { } + protected override void OnInsertComplete(int index, object? value) { } + protected override void OnRemoveComplete(int index, object? value) { } + protected override void OnSetComplete(int index, object? oldValue, object? newValue) { } protected override void OnValidate(object value) { } public void Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty schemaProperty) { } } @@ -811,9 +811,9 @@ public partial class ActiveDirectorySiteCollection : System.Collections.Collecti public int IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite site) { throw null; } public void Insert(int index, System.DirectoryServices.ActiveDirectory.ActiveDirectorySite site) { } protected override void OnClearComplete() { } - protected override void OnInsertComplete(int index, object value) { } - protected override void OnRemoveComplete(int index, object value) { } - protected override void OnSetComplete(int index, object oldValue, object newValue) { } + protected override void OnInsertComplete(int index, object? value) { } + protected override void OnRemoveComplete(int index, object? value) { } + protected override void OnSetComplete(int index, object? oldValue, object? newValue) { } protected override void OnValidate(object value) { } public void Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite site) { } } @@ -868,9 +868,9 @@ public partial class ActiveDirectorySiteLinkCollection : System.Collections.Coll public int IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink link) { throw null; } public void Insert(int index, System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink link) { } protected override void OnClearComplete() { } - protected override void OnInsertComplete(int index, object value) { } - protected override void OnRemoveComplete(int index, object value) { } - protected override void OnSetComplete(int index, object oldValue, object newValue) { } + protected override void OnInsertComplete(int index, object? value) { } + protected override void OnRemoveComplete(int index, object? value) { } + protected override void OnSetComplete(int index, object? oldValue, object? newValue) { } protected override void OnValidate(object value) { } public void Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink link) { } } @@ -918,9 +918,9 @@ public partial class ActiveDirectorySubnetCollection : System.Collections.Collec public void Insert(int index, System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet subnet) { } protected override void OnClear() { } protected override void OnClearComplete() { } - protected override void OnInsertComplete(int index, object value) { } - protected override void OnRemoveComplete(int index, object value) { } - protected override void OnSetComplete(int index, object oldValue, object newValue) { } + protected override void OnInsertComplete(int index, object? value) { } + protected override void OnRemoveComplete(int index, object? value) { } + protected override void OnSetComplete(int index, object? oldValue, object? newValue) { } protected override void OnValidate(object value) { } public void Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet subnet) { } } @@ -1138,9 +1138,9 @@ public partial class DirectoryServerCollection : System.Collections.CollectionBa public void Insert(int index, System.DirectoryServices.ActiveDirectory.DirectoryServer server) { } protected override void OnClear() { } protected override void OnClearComplete() { } - protected override void OnInsertComplete(int index, object value) { } - protected override void OnRemoveComplete(int index, object value) { } - protected override void OnSetComplete(int index, object oldValue, object newValue) { } + protected override void OnInsertComplete(int index, object? value) { } + protected override void OnRemoveComplete(int index, object? value) { } + protected override void OnSetComplete(int index, object? oldValue, object? newValue) { } protected override void OnValidate(object value) { } public void Remove(System.DirectoryServices.ActiveDirectory.DirectoryServer server) { } } diff --git a/src/libraries/System.DirectoryServices/ref/System.DirectoryServices.csproj b/src/libraries/System.DirectoryServices/ref/System.DirectoryServices.csproj index 05cc27bbd5e896fa2a57f5abcd64c5be17b38c73..730a34adc19f4e60ef060098387f30752339cc16 100644 --- a/src/libraries/System.DirectoryServices/ref/System.DirectoryServices.csproj +++ b/src/libraries/System.DirectoryServices/ref/System.DirectoryServices.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netstandard2.0 + $(NetCoreAppCurrent);netcoreapp3.1;netstandard2.0 true enable diff --git a/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj b/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj index fded0bd60f048199d8ab160fed147e1f18a618cb..cc86d1cb724d80072c488bf1d30cf68877781b9c 100644 --- a/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj +++ b/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-windows;netcoreapp3.1-windows;netcoreapp3.1;netstandard2.0 + $(NetCoreAppCurrent)-windows;$(NetCoreAppCurrent);netcoreapp3.1-windows;netcoreapp3.1;netstandard2.0 true enable diff --git a/src/libraries/System.IO.Hashing/src/System.IO.Hashing.csproj b/src/libraries/System.IO.Hashing/src/System.IO.Hashing.csproj index d425770d4144bfbd38633b08591678bb334704f6..3ef2ef309ec117ca0679788d28ca21e75096821f 100644 --- a/src/libraries/System.IO.Hashing/src/System.IO.Hashing.csproj +++ b/src/libraries/System.IO.Hashing/src/System.IO.Hashing.csproj @@ -2,7 +2,7 @@ true enable - net6.0;netstandard2.0;net461 + $(NetCoreAppCurrent);netstandard2.0;net461 true false diff --git a/src/libraries/System.Reflection.MetadataLoadContext/ref/System.Reflection.MetadataLoadContext.csproj b/src/libraries/System.Reflection.MetadataLoadContext/ref/System.Reflection.MetadataLoadContext.csproj index e13d016cba8ea7b6257d79e2efa4915005965fa9..fe4145d630c00194f20c444e8c875112d0c2bc47 100644 --- a/src/libraries/System.Reflection.MetadataLoadContext/ref/System.Reflection.MetadataLoadContext.csproj +++ b/src/libraries/System.Reflection.MetadataLoadContext/ref/System.Reflection.MetadataLoadContext.csproj @@ -1,11 +1,14 @@ - netcoreapp3.1;netstandard2.0;net461 + $(NetCoreAppCurrent);netcoreapp3.1;netstandard2.0;net461 enable + + + diff --git a/src/libraries/System.Runtime.Caching/Directory.Build.props b/src/libraries/System.Runtime.Caching/Directory.Build.props index 826e3102fb1e63d457fdd020e9e4a4e285b9c5c7..749494404d83e992eae7d7ae74d1bb5c6c8b4be7 100644 --- a/src/libraries/System.Runtime.Caching/Directory.Build.props +++ b/src/libraries/System.Runtime.Caching/Directory.Build.props @@ -6,6 +6,7 @@ to a different assembly. --> 4.0.0.0 Microsoft + true Provides classes to use caching facilities. Commonly Used Types: diff --git a/src/libraries/System.Runtime.Caching/ref/System.Runtime.Caching.csproj b/src/libraries/System.Runtime.Caching/ref/System.Runtime.Caching.csproj index 2083b8217373ec9d2574d3ee50bafda687f3bc37..2823f200169089ca4a39bca37fd2d507ebe62001 100644 --- a/src/libraries/System.Runtime.Caching/ref/System.Runtime.Caching.csproj +++ b/src/libraries/System.Runtime.Caching/ref/System.Runtime.Caching.csproj @@ -6,9 +6,8 @@ - - + diff --git a/src/libraries/System.Runtime.Caching/src/System.Runtime.Caching.csproj b/src/libraries/System.Runtime.Caching/src/System.Runtime.Caching.csproj index f9977c0d0f5444c679818f0a6a14394a4a8cfdc5..e2a0ebdd803828a5496af738f2c6f89af8dbd498 100644 --- a/src/libraries/System.Runtime.Caching/src/System.Runtime.Caching.csproj +++ b/src/libraries/System.Runtime.Caching/src/System.Runtime.Caching.csproj @@ -2,7 +2,6 @@ true $(NetCoreAppCurrent)-windows;$(NetCoreAppCurrent);netcoreapp3.1-windows;netcoreapp3.1;netstandard2.0-windows;netstandard2.0 - true diff --git a/src/libraries/System.Speech/ref/System.Speech.csproj b/src/libraries/System.Speech/ref/System.Speech.csproj index 9a8f2b437c242b40442175998c81db7b853162f6..47a37eb580cbfdd2d868ab640f5b50c6ce86ea06 100644 --- a/src/libraries/System.Speech/ref/System.Speech.csproj +++ b/src/libraries/System.Speech/ref/System.Speech.csproj @@ -1,10 +1,14 @@ - netcoreapp3.1;netstandard2.0 + $(NetCoreAppCurrent);netcoreapp3.1;netstandard2.0 + + + + diff --git a/src/libraries/System.Speech/src/System.Speech.csproj b/src/libraries/System.Speech/src/System.Speech.csproj index 04079d1bf1b39c7ab8844dafc5d7e7559bb42c6a..9a8fe628396d5ec3bcace89f3aaeca17db330de6 100644 --- a/src/libraries/System.Speech/src/System.Speech.csproj +++ b/src/libraries/System.Speech/src/System.Speech.csproj @@ -1,7 +1,7 @@  true - $(NetCoreAppCurrent)-windows;netcoreapp3.1-windows;netcoreapp3.1;netstandard2.0 + $(NetCoreAppCurrent)-windows;$(NetCoreAppCurrent);netcoreapp3.1-windows;netcoreapp3.1;netstandard2.0 $(NoWarn);CS0649;SA1129