Skip to content

Commit

Permalink
🐛 : dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco-Pellegrino committed Oct 22, 2024
1 parent 8fd487e commit 82dbe19
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 32 deletions.
15 changes: 9 additions & 6 deletions FemDesign.Core/FemDesign.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,7 @@
<RootNamespace>FemDesign</RootNamespace>
</PropertyGroup>
<ItemGroup>
<Reference Include="FuzzySharp, Version=1.0.4.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FuzzySharp.2.0.2\lib\net461\FuzzySharp.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
Expand All @@ -52,6 +46,14 @@
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Reference Include="FuzzySharp, Version=1.0.4.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FuzzySharp.2.0.2\lib\net461\FuzzySharp.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="AuxiliaryResults\ResultPointsGeometry.cs" />
<Compile Include="Bars\BarStiffnessFactors.cs" />
Expand Down Expand Up @@ -457,6 +459,7 @@
<None Include="Calculate\Config\cmdglobalcfg.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<None Include="Calculate\Config\cfg.xml">
Expand Down
25 changes: 0 additions & 25 deletions FemDesign.Core/FemDesign.Core.sln

This file was deleted.

2 changes: 1 addition & 1 deletion FemDesign.Core/Publish-NuGet-Package.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Publish NuGet package
Publish the NuGet package to nuget.org
1. Update `.nuspec` info
2. Run `nuget pack` (Requires `nuget.exe` in PATH)
2. Run `nuget pack -Prop Configuration=Release -IncludeReferencedProjects` (Requires `nuget.exe` in PATH)
3. Run `nuget push <NUPKG> <API_KEY> -Source https://api.nuget.org/v3/index.json`

0 comments on commit 82dbe19

Please sign in to comment.