Skip to content

Commit

Permalink
Remove blocking on a test for native AOT (#91781)
Browse files Browse the repository at this point in the history
Fixes #89101.
  • Loading branch information
MichalStrehovsky committed Sep 23, 2023
1 parent 39b635f commit 0976df5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<NativeAotIncompatible>true</NativeAotIncompatible> <!-- https://github.com/dotnet/runtime/issues/89101 -->

<!-- Works around https://github.com/dotnet/runtime/issues/80602 -->
<EnableAggressiveTrimming>true</EnableAggressiveTrimming>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
Expand Down

0 comments on commit 0976df5

Please sign in to comment.