Skip to content

Commit

Permalink
Merge pull request #522 from xBimTeam/develop
Browse files Browse the repository at this point in the history
Updated to latest released Essential dependencies
  • Loading branch information
andyward authored Dec 17, 2024
2 parents fb94c49 + 9c639b4 commit 6d058a6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<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="6.0.445" />
<PackageReference Include="Xbim.Tessellator" Version="6.0.445" />
<PackageReference Include="Xbim.Ifc" Version="6.0.489" />
<PackageReference Include="Xbim.Tessellator" Version="6.0.489" />
</ItemGroup>

<ItemGroup>
Expand Down
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="13.0.1" />
<PackageReference Include="NReco.Logging.File" Version="1.1.5" />
<PackageReference Include="Xbim.Ifc" Version="6.0.445" />
<PackageReference Include="Xbim.IO.Esent" Version="6.0.445" />
<PackageReference Include="Xbim.Ifc" Version="6.0.489" />
<PackageReference Include="Xbim.IO.Esent" Version="6.0.489" />
</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="6.0.445" />
<PackageReference Include="Xbim.Tessellator" Version="6.0.445" />
<PackageReference Include="Xbim.Ifc" Version="6.0.489" />
<PackageReference Include="Xbim.Tessellator" Version="6.0.489" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6d058a6

Please sign in to comment.