Skip to content

Commit e0e1153

Browse files
committed
Remove SelfContained from .csproj
So the project can build without specifying a RID.
1 parent e050723 commit e0e1153

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/AotCompatibility.TestApp/AotCompatibility.TestApp.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
<!-- When targeting net7.0+, this can be updated to PublishAot. -->
88
<PublishTrimmed>true</PublishTrimmed>
9-
<SelfContained>true</SelfContained>
109
<TrimmerSingleWarn>false</TrimmerSingleWarn>
1110
</PropertyGroup>
1211

0 commit comments

Comments
 (0)