File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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' " >
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 >
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" />
You can’t perform that action at this time.
0 commit comments