File tree Expand file tree Collapse file tree 4 files changed +20
-4
lines changed
Expand file tree Collapse file tree 4 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 77 <StartupObject >BootstrapCompile.Compile</StartupObject >
88 <EnableUnsafeBinaryFormatterSerialization >true</EnableUnsafeBinaryFormatterSerialization >
99 <SuppressTfmSupportBuildWarnings >true</SuppressTfmSupportBuildWarnings >
10- <EnablePreviewFeatures Condition =" '$(TargetFramework)' == 'net11.0'" >True</EnablePreviewFeatures >
1110 </PropertyGroup >
1211
12+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net11.0'" >
13+ <EnablePreviewFeatures >true</EnablePreviewFeatures >
14+ <Features >$(Features);runtime-async=on</Features >
15+ </PropertyGroup >
16+
1317 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
1418 <WarningLevel >0</WarningLevel >
1519 </PropertyGroup >
Original file line number Diff line number Diff line change 88 <PackAsTool >true</PackAsTool >
99 <EnableUnsafeBinaryFormatterSerialization >true</EnableUnsafeBinaryFormatterSerialization >
1010 <SuppressTfmSupportBuildWarnings >true</SuppressTfmSupportBuildWarnings >
11- <EnablePreviewFeatures Condition =" '$(TargetFramework)' == 'net11.0'" >True</EnablePreviewFeatures >
1211 </PropertyGroup >
1312
13+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net11.0'" >
14+ <EnablePreviewFeatures >true</EnablePreviewFeatures >
15+ <Features >$(Features);runtime-async=on</Features >
16+ </PropertyGroup >
17+
1418 <PropertyGroup >
1519 <Title >ClojureCLR-REPL</Title >
1620 <Description >Standard REPL for ClojureCLR.</Description >
Original file line number Diff line number Diff line change 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 Condition =" '$(TargetFramework)' == 'net11.0'" >True</EnablePreviewFeatures >
87 </PropertyGroup >
98
9+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net11.0'" >
10+ <EnablePreviewFeatures >true</EnablePreviewFeatures >
11+ <Features >$(Features);runtime-async=on</Features >
12+ </PropertyGroup >
13+
1014 <ItemGroup >
1115 <ProjectReference Include =" ..\Clojure\Clojure.csproj" />
1216 </ItemGroup >
Original file line number Diff line number Diff line change 77 <IsTestProject >true</IsTestProject >
88 <SuppressTfmSupportBuildWarnings >true</SuppressTfmSupportBuildWarnings >
99 <NoWarn >CS8002</NoWarn >
10- <EnablePreviewFeatures Condition =" '$(TargetFramework)' == 'net11.0'" >True</EnablePreviewFeatures >
1110 </PropertyGroup >
1211
12+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net11.0'" >
13+ <EnablePreviewFeatures >true</EnablePreviewFeatures >
14+ <Features >$(Features);runtime-async=on</Features >
15+ </PropertyGroup >
16+
1317 <ItemGroup >
1418 <PackageReference Include =" clojure.core.specs.alpha" />
1519 <PackageReference Include =" DynamicLanguageRuntime" />
You can’t perform that action at this time.
0 commit comments