Skip to content

Commit 81637f9

Browse files
committed
Revert "CLJCLR-195: Support for runtime async/await interop (.NET 11 preview) -- this commit is the second one, just filling in some missing .csproj properties."
This reverts commit 87557d7.
1 parent 07c679e commit 81637f9

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

Clojure/Clojure.Compile/Clojure.Compile.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<StartupObject>BootstrapCompile.Compile</StartupObject>
88
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
99
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
10-
<EnablePreviewFeatures>True</EnablePreviewFeatures>
1110
</PropertyGroup>
1211

1312
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

Clojure/Clojure.Main/Clojure.Main.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<PackAsTool>true</PackAsTool>
99
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
1010
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
11-
<EnablePreviewFeatures>True</EnablePreviewFeatures>
1211
</PropertyGroup>
1312

1413
<PropertyGroup>

Clojure/Clojure.Tests.Support/Clojure.Tests.Support.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<TargetFrameworks>net6.0;net8.0;net9.0;net10.0;net11.0;net462;net481</TargetFrameworks>
55
<LangVersion>14.0</LangVersion>
66
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
7-
<EnablePreviewFeatures>True</EnablePreviewFeatures>
87
</PropertyGroup>
98

109
<ItemGroup>

Clojure/Csharp.Tests/Csharp.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<IsTestProject>true</IsTestProject>
88
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
99
<NoWarn>CS8002</NoWarn>
10-
<EnablePreviewFeatures>True</EnablePreviewFeatures>
1110
</PropertyGroup>
1211

1312
<PropertyGroup Condition="'$(TargetFramework)' == 'net11.0'">

0 commit comments

Comments
 (0)