diff --git a/src/Autodesk.Forge.DesignAutomation/Autodesk.Forge.DesignAutomation.csproj b/src/Autodesk.Forge.DesignAutomation/Autodesk.Forge.DesignAutomation.csproj index 7fdc064..660dab8 100644 --- a/src/Autodesk.Forge.DesignAutomation/Autodesk.Forge.DesignAutomation.csproj +++ b/src/Autodesk.Forge.DesignAutomation/Autodesk.Forge.DesignAutomation.csproj @@ -2,11 +2,11 @@ Client sdk for Forge DesignAutomation API - 6.0.1 + 6.0.2 - + diff --git a/tests/e2e/E2eTests.csproj b/tests/e2e/E2eTests.csproj index b4283d3..0bd0f72 100644 --- a/tests/e2e/E2eTests.csproj +++ b/tests/e2e/E2eTests.csproj @@ -18,10 +18,10 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers diff --git a/tests/e2e/Fixture.cs b/tests/e2e/Fixture.cs index ec04ca3..6ca6af2 100644 --- a/tests/e2e/Fixture.cs +++ b/tests/e2e/Fixture.cs @@ -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/");