Skip to content

Commit

Permalink
modified project file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nodoka4318 committed Aug 20, 2022
1 parent 7af094d commit ed73610
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/Craiyon/Craiyon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,23 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>0.0.1</Version>
<Authors>Nodoka</Authors>
<Product>Craiyon.NET</Product>
<Description>unofficial API wrapper for Craiyon (formerly DAL-E-MINI)</Description>
<PackageProjectUrl>https://github.com/Nodoka4318/Craiyon.NET</PackageProjectUrl>
<RepositoryUrl>https://github.com/Nodoka4318/Craiyon.NET</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<AssemblyName>Craiyon.NET</AssemblyName>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
</ItemGroup>
Expand Down

0 comments on commit ed73610

Please sign in to comment.