first commit
Release NuGet Packages / pack-and-push (release) Failing after 10m17s

This commit is contained in:
2026-05-21 11:20:43 +03:30
commit 3ff35dedb5
536 changed files with 94352 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<Project>
<Import Project="versions.props" />
<Import Project="common.props" Condition="Exists('$(MSBuildThisFileDirectory)common.props')" />
<PropertyGroup>
<Company>Sufi Chain Intelligent Solutions</Company>
<Authors>SufiChain 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>