about summary refs log tree commit diff
path: root/LibMatrix.EventTypes
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-03-15 18:44:33 +0100
committerRory& <root@rory.gay>2025-03-15 18:44:33 +0100
commitf79e69ae06ec9e793f004f7d9bfb5c9781b663d4 (patch)
tree9fa098d6cf329a720da3c454bee6fe5b4f96079d /LibMatrix.EventTypes
parentExtend invite listener API (diff)
downloadLibMatrix-f79e69ae06ec9e793f004f7d9bfb5c9781b663d4.tar.xz
Update ArcaneLibs to fix build
Diffstat (limited to 'LibMatrix.EventTypes')
-rw-r--r--LibMatrix.EventTypes/LibMatrix.EventTypes.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibMatrix.EventTypes/LibMatrix.EventTypes.csproj b/LibMatrix.EventTypes/LibMatrix.EventTypes.csproj

index 647b68f..02ce82d 100644 --- a/LibMatrix.EventTypes/LibMatrix.EventTypes.csproj +++ b/LibMatrix.EventTypes/LibMatrix.EventTypes.csproj
@@ -7,7 +7,7 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="ArcaneLibs" Version="1.0.0-preview.20250307-202359" Condition="'$(Configuration)' == 'Release'" /> + <PackageReference Include="ArcaneLibs" Version="1.0.0-preview.20250313-104848" Condition="'$(Configuration)' == 'Release'" /> <ProjectReference Include="..\ArcaneLibs\ArcaneLibs\ArcaneLibs.csproj" Condition="'$(Configuration)' == 'Debug'"/> </ItemGroup>