This commit is contained in:
24
packages/csharp/Kreuzberg/Kreuzberg.csproj
Normal file
24
packages/csharp/Kreuzberg/Kreuzberg.csproj
Normal file
@@ -0,0 +1,24 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
<RootNamespace>Kreuzberg</RootNamespace>
|
||||
<PackageId>Kreuzberg</PackageId>
|
||||
<Version>5.0.0-rc.3</Version>
|
||||
<Description>High-performance document intelligence library</Description>
|
||||
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
||||
<RepositoryUrl>https://github.com/kreuzberg-dev/kreuzberg</RepositoryUrl>
|
||||
<Authors>Na'aman Hirschfeld <naaman@kreuzberg.dev></Authors>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<Nullable>enable</Nullable>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="../../../LICENSE" Pack="true" PackagePath="/" />
|
||||
<None Include="runtimes/**" Pack="true" PackagePath="runtimes/" CopyToOutputDirectory="PreserveNewest" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="../src/**/*.cs" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user