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 28
28
<GenerateDocumentationFile >true</GenerateDocumentationFile >
29
29
<NoWarn >1591</NoWarn >
30
30
<!-- Optional: Suppress warnings about missing XML comments -->
31
- <DocumentationFile >bin\$(Configuration)\$(TargetFramework)\FixedMathSharp.xml</DocumentationFile >
32
31
<!-- Configuration to ensure deterministic builds -->
33
32
<Deterministic >true</Deterministic >
34
33
<ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
55
54
<DebugType >full</DebugType >
56
55
<Optimize >false</Optimize >
57
56
<DefineConstants >DEBUG;TRACE</DefineConstants >
58
- <UnityBuild >true</UnityBuild >
59
57
</PropertyGroup >
60
58
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
61
59
<Optimize >true</Optimize >
70
68
<TargetFramework >net8</TargetFramework >
71
69
<Optimize >true</Optimize >
72
70
<DefineConstants >TRACE</DefineConstants >
73
- <UnityBuild >true</UnityBuild >
71
+ </PropertyGroup >
72
+ <PropertyGroup >
73
+ <DocumentationFile >bin\$(Configuration)\$(TargetFramework)\FixedMathSharp.xml</DocumentationFile >
74
74
</PropertyGroup >
75
75
<!-- NuGet Packaging Metadata -->
76
76
<PropertyGroup >
137
137
<Private >false</Private >
138
138
<PrivateAssets >all</PrivateAssets >
139
139
</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" >
141
141
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
142
142
<PrivateAssets >all</PrivateAssets >
143
143
</PackageReference >
You can’t perform that action at this time.
0 commit comments