Skip to content

Commit 939e5d6

Browse files
committed
fix: core csproj discrepancies
1 parent 553985c commit 939e5d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/FixedMathSharp/FixedMathSharp.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
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>
@@ -55,7 +54,6 @@
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>
@@ -70,7 +68,9 @@
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>
@@ -137,7 +137,7 @@
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>

0 commit comments

Comments
 (0)