diff options
author | Rory& <root@rory.gay> | 2024-09-29 16:53:17 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-09-29 17:01:15 +0200 |
commit | 01d10e35888c82e0425ed6983455a0c30b346938 (patch) | |
tree | af6f84446dbf0cee5a685801594618377ce3b9ae /LibMatrix | |
parent | Fixes (diff) | |
download | LibMatrix-01d10e35888c82e0425ed6983455a0c30b346938.tar.xz |
Update ArcaneLibs versioning scheme
Diffstat (limited to '')
-rw-r--r-- | LibMatrix/LibMatrix.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LibMatrix/LibMatrix.csproj b/LibMatrix/LibMatrix.csproj index e037672..1e3a8aa 100644 --- a/LibMatrix/LibMatrix.csproj +++ b/LibMatrix/LibMatrix.csproj @@ -23,7 +23,7 @@ Using the NuGet version in development is annoying due to delays between pushing and being able to consume. If you want to use a time-appropriate version of the library, recursively clone https://cgit.rory.gay/matrix/MatrixUtils.git instead, since this will be locked by the MatrixUtils project, which contains both LibMatrix and ArcaneLibs as a submodule. --> - <PackageReference Condition="!Exists('..\ArcaneLibs\ArcaneLibs\ArcaneLibs.csproj')" Include="ArcaneLibs" Version="*-preview*"/> + <PackageReference Condition="!Exists('..\ArcaneLibs\ArcaneLibs\ArcaneLibs.csproj')" Include="ArcaneLibs" Version="*-preview.202*"/> <ProjectReference Include="..\LibMatrix.EventTypes\LibMatrix.EventTypes.csproj"/> </ItemGroup> |