Skip to content

Commit

Permalink
update dependencies (#96)
Browse files Browse the repository at this point in the history
Co-authored-by: Albert Szilvasy <[email protected]>
  • Loading branch information
szilvaa-adsk and szilvaa authored Nov 22, 2024
1 parent 0337544 commit f3a659f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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>
<Version>6.0.1</Version>
<Version>6.0.2</Version>
</PropertyGroup>

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

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

<ItemGroup>
<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.9.0" />
<PackageReference Include="Autodesk.Forge.Core.E2eTestHelpers" Version="4.1.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/Fixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public Fixture()
.AddJsonFile("appsettings.json")
.AddJsonFile($"appsettings.user.json", optional: true)
.AddEnvironmentVariables()
.AddForgeAlternativeEnvironmentVariables()
.AddAPSAlternativeEnvironmentVariables()
.Build();

DataFolder = Path.Combine(Environment.CurrentDirectory, "../../../data/");
Expand Down

0 comments on commit f3a659f

Please sign in to comment.