2022-08-26 19:59:17 +00:00
|
|
|
<Project>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<LangVersion>latest</LangVersion>
|
2022-11-03 20:40:23 +00:00
|
|
|
<Authors>Elsa Workflows Community</Authors>
|
2023-07-25 20:32:33 +00:00
|
|
|
<Copyright>2023</Copyright>
|
2022-08-26 19:59:17 +00:00
|
|
|
<PackageProjectUrl>https://github.com/elsa-workflows/elsa-core</PackageProjectUrl>
|
|
|
|
|
<RepositoryUrl>https://github.com/elsa-workflows/elsa-core</RepositoryUrl>
|
|
|
|
|
<RepositoryType>git</RepositoryType>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
2022-12-20 11:47:41 +00:00
|
|
|
<PackageIcon>icon.png</PackageIcon>
|
2022-12-20 12:13:30 +00:00
|
|
|
|
|
|
|
|
<!-- For NuGet browsers that currently don't support <PackageIcon> yet -->
|
|
|
|
|
<PackageIconUrl>https://v3.elsaworkflows.io/nuget-icon.png</PackageIconUrl>
|
2022-08-26 19:59:17 +00:00
|
|
|
|
|
|
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
|
|
|
<AnalysisModeDocumentation>Default</AnalysisModeDocumentation>
|
|
|
|
|
<AnalysisLevelDocumentation>latest</AnalysisLevelDocumentation>
|
|
|
|
|
|
|
|
|
|
<!-- https://github.com/dotnet/sourcelink -->
|
|
|
|
|
<IncludeSymbols>true</IncludeSymbols>
|
|
|
|
|
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
|
|
|
|
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
|
|
|
|
|
</PropertyGroup>
|
2022-12-20 11:03:55 +00:00
|
|
|
|
|
|
|
|
<ItemGroup Label="Files">
|
2022-12-20 12:01:54 +00:00
|
|
|
<None Include="..\..\..\icon.png" Pack="true" PackagePath="\"/>
|
2022-12-20 11:03:55 +00:00
|
|
|
</ItemGroup>
|
2022-08-26 19:59:17 +00:00
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
|
|
|
|
</PackageReference>
|
2023-07-25 20:32:33 +00:00
|
|
|
<PackageReference Include="JetBrains.Annotations" Version="2023.2.0" />
|
2022-08-26 19:59:17 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|