about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-01-11 20:16:14 +0100
committerRory& <root@rory.gay>2025-01-11 20:16:14 +0100
commitcb22d0cf76da9c2a36c7de89b5863c61b73ce6b8 (patch)
tree736396aecbbd294d3373ae64fd41e42f8c9a7933
parentFix dependency resolution (diff)
downloadMatrixUtils-cb22d0cf76da9c2a36c7de89b5863c61b73ce6b8.tar.xz
Update LibMatrix to fix well known handling
Diffstat (limited to '')
m---------LibMatrix0
-rw-r--r--MatrixUtils.Web/MatrixUtils.Web.csproj2
2 files changed, 1 insertions, 1 deletions
diff --git a/LibMatrix b/LibMatrix
-Subproject 76b81ed77d8085655bdb3f2777ac237fb30820d
+Subproject 0c46901fbccb994e8ac9086536055819f2a2146
diff --git a/MatrixUtils.Web/MatrixUtils.Web.csproj b/MatrixUtils.Web/MatrixUtils.Web.csproj

index 13a9014..9d7eab4 100644 --- a/MatrixUtils.Web/MatrixUtils.Web.csproj +++ b/MatrixUtils.Web/MatrixUtils.Web.csproj
@@ -36,7 +36,7 @@ <ItemGroup> <PackageReference Include="ArcaneLibs.Blazor.Components" Version="1.0.0-preview.20241210-161342" Condition="'$(Configuration)' == 'Release'"/> - <ProjectReference Include="..\ArcaneLibs\ArcaneLibs.Blazor.Components\ArcaneLibs.Blazor.Components.csproj" Condition="'$(Configuration)' == 'Debug'"/> + <ProjectReference Include="..\LibMatrix\ArcaneLibs\ArcaneLibs.Blazor.Components\ArcaneLibs.Blazor.Components.csproj" Condition="'$(Configuration)' == 'Debug'"/> </ItemGroup> <ItemGroup>