about summary refs log tree commit diff
path: root/LibMatrix.EventTypes/LibMatrix.EventTypes.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'LibMatrix.EventTypes/LibMatrix.EventTypes.csproj')
-rw-r--r--LibMatrix.EventTypes/LibMatrix.EventTypes.csproj7
1 files changed, 7 insertions, 0 deletions
diff --git a/LibMatrix.EventTypes/LibMatrix.EventTypes.csproj b/LibMatrix.EventTypes/LibMatrix.EventTypes.csproj

index f1dcbec..e633aef 100644 --- a/LibMatrix.EventTypes/LibMatrix.EventTypes.csproj +++ b/LibMatrix.EventTypes/LibMatrix.EventTypes.csproj
@@ -4,9 +4,16 @@ <TargetFramework>net10.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> + <PackageId>RoryLibMatrix.EventTypes</PackageId> + <PackageLicenseExpression>AGPL-3.0-only</PackageLicenseExpression> + <PackageReadmeFile>README.md</PackageReadmeFile> </PropertyGroup> <ItemGroup> + <None Include="../README.md" Pack="true" PackagePath="\"/> + </ItemGroup> + + <ItemGroup> <ProjectReference Include="..\ArcaneLibs\ArcaneLibs\ArcaneLibs.csproj" Condition="'$(ContinuousIntegrationBuild)'!='true'"/> <PackageReference Include="ArcaneLibs" Version="1.0.0-preview.2025*" Condition="'$(ContinuousIntegrationBuild)'=='true'"/> </ItemGroup>