Skip to content

Commit

Permalink
Essentials version update.
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenghi committed May 4, 2022
1 parent 0b9ca6d commit e4b7be1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 17 deletions.
19 changes: 6 additions & 13 deletions Xbim.Geometry.Engine.Interop/Xbim.Geometry.Engine.Interop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,18 @@
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.1.1" />
<PackageReference Include="System.Threading.Tasks" Version="4.3.0" />
<PackageReference Include="Xbim.Tessellator" Version="5.1.314" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="2.1.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.1.1" />
<PackageReference Include="System.Threading.Tasks" Version="4.3.0" />
<PackageReference Include="Xbim.Ifc" Version="5.1.341" />
<PackageReference Include="Xbim.Tessellator" Version="5.1.341" />
</ItemGroup>
<ItemGroup>
<Content Include="..\Xbim.Geometry.Engine.Interop.targets">
<Link>Xbim.Geometry.Interop.targets</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="2.1.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.1.1" />
<PackageReference Include="System.Threading.Tasks" Version="4.3.0" />
<PackageReference Include="Xbim.Ifc" Version="5.1.324" />
<PackageReference Include="Xbim.Tessellator" Version="5.1.324" />
</ItemGroup>

<ItemGroup>
<NativeGeometryEngine Include="$(MSBuildProjectDirectory)\..\Xbim.Geometry.Engine\Xbim.Geometry.Engine.vcxproj">
<AdditionalProperties>
Expand Down Expand Up @@ -79,11 +76,7 @@

<ItemGroup>
<Folder Include="images\" />
<None Include="..\xbim-toolkit-icon.png" Pack="True" PackagePath="\" />
</ItemGroup>


<ItemGroup>
<None Include="..\xbim-toolkit-icon.png" Pack="True" PackagePath="\" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions Xbim.Geometry.Regression/XbimRegression.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="2.1.1" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="NReco.Logging.File" Version="1.0.4" />
<PackageReference Include="Xbim.Ifc" Version="5.1.324" />
<PackageReference Include="Xbim.IO.Esent" Version="5.1.324" />
<PackageReference Include="Xbim.Ifc" Version="5.1.341" />
<PackageReference Include="Xbim.IO.Esent" Version="5.1.341" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Xbim.Geometry.Engine.Interop\Xbim.Geometry.Engine.Interop.csproj" />
Expand Down
4 changes: 2 additions & 2 deletions Xbim.ModelGeometry.Scene/Xbim.ModelGeometry.Scene.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Xbim.Ifc" Version="5.1.324" />
<PackageReference Include="Xbim.Tessellator" Version="5.1.324" />
<PackageReference Include="Xbim.Ifc" Version="5.1.341" />
<PackageReference Include="Xbim.Tessellator" Version="5.1.341" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e4b7be1

Please sign in to comment.