Nullable: System.Threading.Thread.dll
authorStephen Toub <stoub@microsoft.com>
Wed, 17 Apr 2019 21:30:03 +0000 (17:30 -0400)
committerStephen Toub <stoub@microsoft.com>
Thu, 9 May 2019 10:42:58 +0000 (06:42 -0400)
Commit migrated from https://github.com/dotnet/corefx/commit/b90aa1fa7648e221fda87ff5f90c5630dabd82da

src/libraries/System.Threading.Thread/src/System.Threading.Thread.csproj

index e8e0889..18cc3be 100644 (file)
@@ -4,6 +4,7 @@
     <OutputType>Library</OutputType>
     <IsPartialFacadeAssembly>true</IsPartialFacadeAssembly>
     <ProjectGuid>{06197EED-FF48-43F3-976D-463839D43E8C}</ProjectGuid>
+    <NullableContextOptions>enable</NullableContextOptions>
     <Configurations>netcoreapp-Unix-Debug;netcoreapp-Unix-Release;netcoreapp-Windows_NT-Debug;netcoreapp-Windows_NT-Release;uap-Windows_NT-Debug;uap-Windows_NT-Release;uapaot-Windows_NT-Debug;uapaot-Windows_NT-Release</Configurations>
   </PropertyGroup>
   <ItemGroup>