Skip to content

Commit 8ac6081

Browse files
committed
build: disable dSYM file generation
1 parent a270fd5 commit 8ac6081

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@
1616
<IncludeSourceRevisionInInformationalVersion>true</IncludeSourceRevisionInInformationalVersion>
1717
<IncludeDebugSymbolsProjectOutputGroup>false</IncludeDebugSymbolsProjectOutputGroup>
1818
<Optimize>true</Optimize>
19-
<IlcGenerateMstatFile>true</IlcGenerateMstatFile>
20-
<IlcGenerateDgmlFile>true</IlcGenerateDgmlFile>
2119
<ImplicitUsings>enable</ImplicitUsings>
2220
<Nullable>enable</Nullable>
2321
<TargetFramework>net9.0</TargetFramework>
2422
<TargetFramework Condition="'$(OS)' == 'Windows_NT'">net9.0-windows10.0.26100.0</TargetFramework>
23+
<RollForward>LatestMajor</RollForward>
2524
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
2625
</PropertyGroup>
2726
<PropertyGroup Condition="$([MSBuild]::IsOsPlatform('Windows')) and

0 commit comments

Comments
 (0)