about summary refs log tree commit diff
path: root/LibMatrix.EventTypes/LibMatrix.EventTypes.csproj
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-05 13:44:14 +0100
committerRory& <root@rory.gay>2025-12-05 13:44:14 +0100
commitfeb6890415bec198c3f7547191fbcf5a12503feb (patch)
treea04fd2e0b414f6221d11e6b8569a25c4f0a30755 /LibMatrix.EventTypes/LibMatrix.EventTypes.csproj
parentDrop dev test bot (diff)
downloadLibMatrix-feb6890415bec198c3f7547191fbcf5a12503feb.tar.xz
Update deps
Diffstat (limited to 'LibMatrix.EventTypes/LibMatrix.EventTypes.csproj')
-rw-r--r--LibMatrix.EventTypes/LibMatrix.EventTypes.csproj4
1 files changed, 1 insertions, 3 deletions
diff --git a/LibMatrix.EventTypes/LibMatrix.EventTypes.csproj b/LibMatrix.EventTypes/LibMatrix.EventTypes.csproj

index 31dfe16..f1dcbec 100644 --- a/LibMatrix.EventTypes/LibMatrix.EventTypes.csproj +++ b/LibMatrix.EventTypes/LibMatrix.EventTypes.csproj
@@ -7,10 +7,8 @@ </PropertyGroup> <ItemGroup> - <!-- <PackageReference Include="ArcaneLibs" Version="1.0.0-preview.20250806-011111" Condition="'$(Configuration)' == 'Release'" />--> - <!-- <ProjectReference Include="..\ArcaneLibs\ArcaneLibs\ArcaneLibs.csproj" Condition="'$(Configuration)' == 'Debug'"/>--> <ProjectReference Include="..\ArcaneLibs\ArcaneLibs\ArcaneLibs.csproj" Condition="'$(ContinuousIntegrationBuild)'!='true'"/> - <PackageReference Include="ArcaneLibs" Version="*-*" Condition="'$(ContinuousIntegrationBuild)'=='true'"/> + <PackageReference Include="ArcaneLibs" Version="1.0.0-preview.2025*" Condition="'$(ContinuousIntegrationBuild)'=='true'"/> </ItemGroup> </Project>