about summary refs log tree commit diff
path: root/MatrixUtils.Web/MatrixUtils.Web.csproj
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-01-11 19:49:19 +0100
committerRory& <root@rory.gay>2025-01-11 19:49:19 +0100
commitd128e9e86298285081510364a598d652f9f6702d (patch)
treeea4293aebd531b650ccdd67600800594c5489df1 /MatrixUtils.Web/MatrixUtils.Web.csproj
parentSome cleanup (diff)
downloadMatrixUtils-d128e9e86298285081510364a598d652f9f6702d.tar.xz
Fix dependency resolution
Diffstat (limited to 'MatrixUtils.Web/MatrixUtils.Web.csproj')
-rw-r--r--MatrixUtils.Web/MatrixUtils.Web.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/MatrixUtils.Web/MatrixUtils.Web.csproj b/MatrixUtils.Web/MatrixUtils.Web.csproj

index b0db23c..13a9014 100644 --- a/MatrixUtils.Web/MatrixUtils.Web.csproj +++ b/MatrixUtils.Web/MatrixUtils.Web.csproj
@@ -35,8 +35,8 @@ </ItemGroup> <ItemGroup> - <PackageReference Include="ArcaneLibs.Blazor.Components" Version="1.0.0-preview.20241122-053825" Condition="Configuration == 'Release'"/> - <ProjectReference Include="..\ArcaneLibs\ArcaneLibs.Blazor.Components\ArcaneLibs.Blazor.Components.csproj" Condition="Configuration == 'Debug'"/> + <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'"/> </ItemGroup> <ItemGroup>