Skip to content

Commit 075cbee

Browse files
committed
fix: csproj refs
1 parent 353c2b1 commit 075cbee

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/FixedMathSharp/FixedMathSharp.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</PropertyGroup>
3737
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
3838
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
39-
<IncludeTransitiveProjectReferences>false</IncludeTransitiveProjectReferences>
39+
<IncludeTransitiveProjectReferences>false</IncludeTransitiveProjectReferences>
4040
</PropertyGroup>
4141
<!-- Debug and Release-specific Properties -->
4242
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -58,7 +58,7 @@
5858
<PackageIcon>icon.png</PackageIcon>
5959
<PackageIconUrl>https://raw.githubusercontent.com/mrdav30/fixedmathsharp/main/icon.png</PackageIconUrl>
6060
<PackageReadmeFile>README.md</PackageReadmeFile>
61-
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
61+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
6262
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6363
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
6464
</PropertyGroup>
@@ -75,7 +75,9 @@
7575
</ItemGroup>
7676
<!-- Ensure LICENSE, README, & icon files are included in the NuGet package -->
7777
<ItemGroup>
78-
<None Include="..\..\LICENSE.md" Pack="true" PackagePath="\" Visible="false" />
78+
<None Include="..\..\COPYRIGHT" Pack="true" PackagePath="\" Visible="false" />
79+
<None Include="..\..\NOTICE" Pack="true" PackagePath="\" Visible="false" />
80+
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" Visible="false" />
7981
<None Include="..\..\README.md" Pack="true" PackagePath="\" Visible="false" />
8082
<None Include="..\..\icon.png" Pack="true" PackagePath="\" Visible="false" />
8183
<None Remove=".gitignore" />

0 commit comments

Comments
 (0)