Files
sufi-blazor/Directory.Build.props
T
pooria 6406d77732 chore: update project files to use version variables for package references and adjust import order
- Replace hardcoded package versions with version variables in SufiChain.SufiBlazor and SufiChain.SufiBlazor.Demo.Localization project files.
- Change import order in Directory.Build.props to prioritize versions.props before common.props.
2026-06-22 20:42:04 +03:30

18 lines
712 B
XML

<Project>
<Import Project="versions.props" />
<Import Project="common.props" />
<PropertyGroup>
<Company>Sufi Chain Intelligent Solutions</Company>
<Authors>Sufi Chain Team</Authors>
<Product>SufiBlazor</Product>
<Copyright>Copyright © Sufi Chain Intelligent Solutions $([System.DateTime]::Now.Year)</Copyright>
<PackageProjectUrl>https://git.sabp.ir/sufi-chain/sufi-blazor</PackageProjectUrl>
<RepositoryUrl>https://git.sabp.ir/sufi-chain/sufi-blazor.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>