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 2cb30dc commit c1e1b0a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Libraries/DynamoUnits/UnitsCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@
<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">
<PackageReference 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.-->
<ExcludeAssets>runtime;build</ExcludeAssets>
</PackageReference>
Expand Down

0 comments on commit c1e1b0a

Please sign in to comment.