Compare commits

...
10 Commits
Author SHA1 Message Date
saherelm cd3de38dd2 last ... 2026-07-26 21:19:11 +03:30
saherelm 21791b8b7a fix including Separator ... 2026-07-24 23:11:39 +03:30
saherelm 442f79e5be last ... 2026-06-12 23:49:41 +03:30
saherelm e460eb624a Update Lang Version to 12 ... 2026-06-12 02:10:45 +03:30
saherelm 54b555797f last ... 2026-05-22 20:28:39 +03:30
saherelm 950cbbfaa1 Remove unnecessary tools ... 2026-05-16 01:12:49 +03:30
saherelm 0db4d0274f Refactor ... 2026-05-15 02:49:24 +03:30
saherelm 0be6f87a86 refactor renew ... 2026-05-07 12:57:40 +03:30
saherelm a89f57ac84 last ... 2026-05-06 04:42:27 +03:30
saherelm e56f5a6e95 oreoare nuget source for built on mirrors ... 2026-04-19 22:40:00 +03:30
2 changed files with 16 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="megan" value="https://hub.megan.ir/nuget/index.json" />
<!-- <add key="megan" value="https://hub.megan.ir/nuget/index.json" /> -->
<add key="nuget" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="baget" value="https://nuget.saherelmhub.ir/v3/index.json" protocolVersion="3" />
<add key="baget" value="https://nuget.saherelmhub.ir/v3/index.json" protocolVersion="3" disableTLSCertificateValidation="true" />
</packageSources>
</configuration>
+14 -2
View File
@@ -1,11 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<!-- Runtime Definitions -->
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>xSaherelm.xIdentityHelper</PackageId>
<Version>1.0.0</Version>
<LangVersion>12.0</LangVersion>
<Authors>Hadi Khazaee Asl</Authors>
<Company>SaherElm IT Center</Company>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>xSaherelm.xIdentityHelper</PackageId>
<Description>
this module provide all Authorization Constants which used in xSaherElm project.
</Description>
@@ -23,6 +26,15 @@
<!-- Local Dependencies -->
<ItemGroup>
<!-- <PackageReference Include="xDashboard.xIdentityService" Version="1.0.0" /> -->
<ProjectReference Include="../xPushService/xPushService.csproj" />
<ProjectReference Include="../xIdentityService/xIdentityService.csproj" />
</ItemGroup>
<!-- For XML Documentation Support -->
<PropertyGroup>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);1591</NoWarn>
</PropertyGroup>
</Project>