We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3da235 commit ca113b8Copy full SHA for ca113b8
src/tests/async/Directory.Build.targets
@@ -0,0 +1,8 @@
1
+<Project>
2
+ <PropertyGroup>
3
+ <!-- disable building for configurations that do not yet support runtime async. -->
4
+ <DisableProjectBuild Condition="'$(RuntimeFlavor)' == 'mono' or '$(TestBuildMode)' == 'nativeaot' or '$(TargetArchitecture)' == 'wasm'">true</DisableProjectBuild>
5
+ </PropertyGroup>
6
+
7
+ <Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.targets, $(MSBuildThisFileDirectory)..))" />
8
+</Project>
src/tests/async/small/small.csproj
@@ -1,4 +1,4 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Optimize>True</Optimize>
</PropertyGroup>
0 commit comments