Skip to content

Commit

Permalink
updating to latest elements version
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonie-kramer committed Mar 6, 2024
1 parent cf0bd11 commit 44f848f
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 @@ -17,10 +17,8 @@
<ItemGroup>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Hypar.Elements" Version="2.2.0-alpha.21" />
<PackageReference Include="Hypar.Elements.Components" Version="2.2.0-alpha.21" />
<!-- <ProjectReference Include="..\..\..\Elements\Elements\src\Elements.csproj" />
<ProjectReference Include="..\..\..\Elements\Elements.Components\src\Elements.Components.csproj" /> -->
<PackageReference Include="Hypar.Elements" Version="2.2.0-alpha.24" />
<PackageReference Include="Hypar.Elements.Components" Version="2.2.0-alpha.24" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3"/>
<PackageReference Include="Elements.LargestInteriorRectangle" Version="2.0.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

<ItemGroup>
<ProjectReference Include="..\src\DefineProgramRequirements.csproj" />
<!-- <ProjectReference Include="..\..\..\..\Hypar\Hypar.Server\Hypar.Server.csproj" /> -->
<PackageReference Include="Hypar.Server" Version="1.9.0-alpha.3" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Hypar.Server" Version="1.11.0-alpha.22" />
</ItemGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ await HyparServer.StartAsync(
var input = executionRequest.Args.ToObject<DefineProgramRequirements.DefineProgramRequirementsInputs>();
var function = new DefineProgramRequirements.Function();
Directory.SetCurrentDirectory(Path.GetDirectoryName(typeof(DefineProgramRequirements.Function).Assembly.Location)!);
return await function.Handler(input, null);
return await function.Handler(input);
});
}
}
Expand Down

0 comments on commit 44f848f

Please sign in to comment.