File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 <GenerateDocumentationFile >true</GenerateDocumentationFile >
2929 <NoWarn >1591</NoWarn >
3030 <!-- Optional: Suppress warnings about missing XML comments -->
31- <DocumentationFile >bin\$(Configuration)\$(TargetFramework)\FixedMathSharp.xml</DocumentationFile >
3231 <!-- Configuration to ensure deterministic builds -->
3332 <Deterministic >true</Deterministic >
3433 <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
5554 <DebugType >full</DebugType >
5655 <Optimize >false</Optimize >
5756 <DefineConstants >DEBUG;TRACE</DefineConstants >
58- <UnityBuild >true</UnityBuild >
5957 </PropertyGroup >
6058 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
6159 <Optimize >true</Optimize >
7068 <TargetFramework >net8</TargetFramework >
7169 <Optimize >true</Optimize >
7270 <DefineConstants >TRACE</DefineConstants >
73- <UnityBuild >true</UnityBuild >
71+ </PropertyGroup >
72+ <PropertyGroup >
73+ <DocumentationFile >bin\$(Configuration)\$(TargetFramework)\FixedMathSharp.xml</DocumentationFile >
7474 </PropertyGroup >
7575 <!-- NuGet Packaging Metadata -->
7676 <PropertyGroup >
137137 <Private >false</Private >
138138 <PrivateAssets >all</PrivateAssets >
139139 </Reference >
140- <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies.net48" Version =" 1.0.3" >
140+ <PackageReference Condition = " '$(TargetFramework)' == 'net48' " Include =" Microsoft.NETFramework.ReferenceAssemblies.net48" Version =" 1.0.3" >
141141 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
142142 <PrivateAssets >all</PrivateAssets >
143143 </PackageReference >
You can’t perform that action at this time.
0 commit comments