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

index 78086bb..2a9a0d8 100644 --- a/LibMatrix.Federation/LibMatrix.Federation.csproj +++ b/LibMatrix.Federation/LibMatrix.Federation.csproj
@@ -1,19 +1,27 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFramework>net9.0</TargetFramework> + <TargetFramework>net10.0</TargetFramework> <LangVersion>preview</LangVersion> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> + <PackageId>RoryLibMatrix.Federation</PackageId> + <PackageLicenseExpression>AGPL-3.0-only</PackageLicenseExpression> + <PackageReadmeFile>README.md</PackageReadmeFile> </PropertyGroup> <ItemGroup> - <ProjectReference Include="..\LibMatrix\LibMatrix.csproj" /> + <None Include="../README.md" Pack="true" PackagePath="\"/> </ItemGroup> <ItemGroup> - <PackageReference Include="BouncyCastle.Cryptography" Version="2.6.1" /> - <PackageReference Include="Microsoft.Extensions.Primitives" Version="10.0.0-preview.5.25277.114" /> + <ProjectReference Include="..\LibMatrix\LibMatrix.csproj"/> + <PackageReference Include="RoryLibMatrix" Version="*-*" Condition="'$(ContinuousIntegrationBuild)'=='true'"/> + </ItemGroup> + + <ItemGroup> + <PackageReference Include="BouncyCastle.Cryptography" Version="2.6.2"/> + <PackageReference Include="Microsoft.Extensions.Primitives" Version="10.0.0"/> </ItemGroup> </Project>