Skip to content

Commit

Permalink
Revert changes not required for strong name signing
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoliz committed Jul 30, 2022
1 parent 838677f commit 6a9897a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ExcelFinancialFunctions/ExcelFinancialFunctions.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<WarnOn>3390;$(WarnOn)</WarnOn>
<Title>ExcelFinancialFunctions</Title>
<AssemblyTitle>ExcelFinancialFunctions</AssemblyTitle>
Expand Down Expand Up @@ -39,8 +39,8 @@
<Compile Include="tbill.fs" />
<Compile Include="testpreconditions.fs" />
<Compile Include="wrapperdotnettype.fs" />
<None Include="..\..\docs\img\logo.png" Pack="true" PackagePath="\" />
<None Include="..\..\PackageReadmeFile.md" Pack="true" PackagePath="\" />
<None Include="..\..\docs\img\logo.png" Pack="true" PackagePath="\"/>
<None Include="..\..\PackageReadmeFile.md" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>

0 comments on commit 6a9897a

Please sign in to comment.