Skip to content

Commit 9a79370

Browse files
authored
Remove now-redundant properties from AOT template (#46194)
1 parent c77deeb commit 9a79370

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"sdk": {
3-
"version": "8.0.100-alpha.1.23061.8"
3+
"version": "8.0.100-alpha.1.23070.2"
44
},
55
"tools": {
6-
"dotnet": "8.0.100-alpha.1.23061.8",
6+
"dotnet": "8.0.100-alpha.1.23070.2",
77
"runtimes": {
88
"dotnet/x86": [
99
"$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"

src/ProjectTemplates/Web.ProjectTemplates/Api-CSharp.csproj.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
<ServerGarbageCollection>False</ServerGarbageCollection>
1010
<!--#if (NativeAot) -->
1111
<PublishAot>true</PublishAot>
12-
<TrimMode>full</TrimMode>
13-
<PublishIISAssets>false</PublishIISAssets>
1412
<!--#endif -->
1513
</PropertyGroup>
1614

0 commit comments

Comments
 (0)