File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -272,13 +272,6 @@ this file.
272
272
<FscOtherFlags Condition =" '$(SimpleResolution)' != 'true'" >$(OtherFlags)</FscOtherFlags >
273
273
</PropertyGroup >
274
274
275
- <PropertyGroup >
276
- <!-- default to preview when building netcoreap3.0 or netstandard2.1 -->
277
- <LangVersion Condition =" '$(LangVersion)' == '' AND
278
- (('$(TargetFrameworkIdentifier)' == '.NETCoreApp' AND '$(TargetFrameworkVersion)' == 'v3.0') OR
279
- ('$(TargetFrameworkIdentifier)' == '.NETStandard' AND '$(TargetFrameworkVersion)' == 'v2.1'))" >preview</LangVersion >
280
- </PropertyGroup >
281
-
282
275
<!-- Condition is to filter out the _CoreCompileResourceInputs so that it doesn't pass in culture resources to the compiler -->
283
276
<!-- NOTE: ManifestResourceWithNoCulture and ManifestNonResxWithNoCultureOnDisk are generated by Mono targets files -->
284
277
<Fsc Condition =" '%(_CoreCompileResourceInputs.WithCulture)' != 'true'"
You can’t perform that action at this time.
0 commit comments