Skip to content

Commit 2bf4b8c

Browse files
committed
System.Runtime no longer needs to enable preview features
1 parent 424a09c commit 2bf4b8c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/libraries/System.Runtime/src/System.Runtime.csproj

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
<IsPartialFacadeAssembly>true</IsPartialFacadeAssembly>
44
<TargetFramework>$(NetCoreAppCurrent)</TargetFramework>
55
<Nullable>enable</Nullable>
6-
<!-- The following 2 lines disable the automatic generation of the [RequiresPreviewFeatures] assembly level attribute and set LangVersion to Preview on the latest TFM-->
7-
<EnablePreviewFeatures>True</EnablePreviewFeatures>
8-
<GenerateRequiresPreviewFeaturesAttribute>False</GenerateRequiresPreviewFeaturesAttribute>
96
</PropertyGroup>
107
<ItemGroup>
118
<!-- Compiler throws error if you try to use System.Void and instructs you to use void keyword instead. So we have manually added a typeforward for this type. -->

0 commit comments

Comments
 (0)