Skip to content

Commit

Permalink
Update core dependency (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
szilvaa authored Aug 14, 2024
1 parent ec5457b commit 0337544
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<PropertyGroup>
<Description>Client sdk for Forge DesignAutomation API</Description>
<PackageVersion>6.0.0</PackageVersion>
<Version>6.0.1</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Autodesk.Forge.Core" Version="4.0.0" />
<PackageReference Include="Autodesk.Forge.Core" Version="4.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions tests/e2e/E2eTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Autodesk.Forge.Core.E2eTestHelpers" Version="4.0.0" />
<PackageReference Include="Autodesk.Forge.Core.E2eTestHelpers" Version="4.0.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="xunit" Version="2.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 0337544

Please sign in to comment.