Skip to content

Commit

Permalink
Update UnitsCore.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
pinzart90 committed Oct 3, 2024
1 parent c6c860d commit 2cb30dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Libraries/DynamoUnits/UnitsCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<ItemGroup>
<PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0" />
<PackageReference Include="System.Resources.Extensions" Version="5.0.0" />
<!--At this time the nuget package ForgeUnits.NET.Linux is manually built and pushed to dynamo-team-nuget -->
<!-- TODO: integrate the linux changes in the ForgeUnits repo and use a single package reference -->
<PackageReference Condition="$(Platform.Contains('Linux'))" Include="ForgeUnits.NET.Linux" Version="5.3.2" />
<PackageReference Condition=" $(RuntimeIdentifier.Contains('win')) " Include="ForgeUnits.NET" Version="5.0.5" GeneratePathProperty="true">
<!--Skip copying the runtime dlls because we only need one (ForgeUnitsManaged.dll) which we copy in a task bellow.-->
Expand Down

0 comments on commit 2cb30dc

Please sign in to comment.