Switched from a hardcoded version to a property variable `$(SystemTextJsonVersion)` for the `System.Text.Json` package reference in multiple project files. This change centralizes version management and ensures consistency across all projects.
33 lines
1.3 KiB
XML
33 lines
1.3 KiB
XML
<Project>
|
|
<PropertyGroup>
|
|
<Authors>Elsa Workflows Community</Authors>
|
|
<Copyright>2023</Copyright>
|
|
|
|
<PackageProjectUrl>https://github.com/elsa-workflows/elsa-core</PackageProjectUrl>
|
|
<RepositoryUrl>https://github.com/elsa-workflows/elsa-core</RepositoryUrl>
|
|
<RepositoryType>git</RepositoryType>
|
|
|
|
<LangVersion>latest</LangVersion>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
<PackageIcon>icon.png</PackageIcon>
|
|
|
|
<!-- For NuGet browsers that currently don't support <PackageIcon> yet -->
|
|
<PackageIconUrl>https://v3.elsaworkflows.io/nuget-icon.png</PackageIconUrl>
|
|
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
<AnalysisModeDocumentation>Default</AnalysisModeDocumentation>
|
|
<AnalysisLevelDocumentation>latest</AnalysisLevelDocumentation>
|
|
|
|
<!-- https://github.com/dotnet/sourcelink -->
|
|
<IncludeSymbols>true</IncludeSymbols>
|
|
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
|
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ElsaStudioVersion>3.2.1-preview.558</ElsaStudioVersion>
|
|
<SystemTextJsonVersion>8.0.5</SystemTextJsonVersion>
|
|
</PropertyGroup>
|
|
</Project> |