@@ -0,0 +1,398 @@ | |||
## Ignore Visual Studio temporary files, build results, and | |||
## files generated by popular Visual Studio add-ons. | |||
## | |||
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore | |||
# User-specific files | |||
*.rsuser | |||
*.suo | |||
*.user | |||
*.userosscache | |||
*.sln.docstates | |||
# User-specific files (MonoDevelop/Xamarin Studio) | |||
*.userprefs | |||
# Mono auto generated files | |||
mono_crash.* | |||
# Build results | |||
[Dd]ebug/ | |||
[Dd]ebugPublic/ | |||
[Rr]elease/ | |||
[Rr]eleases/ | |||
x64/ | |||
x86/ | |||
[Ww][Ii][Nn]32/ | |||
[Aa][Rr][Mm]/ | |||
[Aa][Rr][Mm]64/ | |||
bld/ | |||
[Bb]in/ | |||
[Oo]bj/ | |||
[Ll]og/ | |||
[Ll]ogs/ | |||
# Visual Studio 2015/2017 cache/options directory | |||
.vs/ | |||
# Uncomment if you have tasks that create the project's static files in wwwroot | |||
#wwwroot/ | |||
# Visual Studio 2017 auto generated files | |||
Generated\ Files/ | |||
# MSTest test Results | |||
[Tt]est[Rr]esult*/ | |||
[Bb]uild[Ll]og.* | |||
# NUnit | |||
*.VisualState.xml | |||
TestResult.xml | |||
nunit-*.xml | |||
# Build Results of an ATL Project | |||
[Dd]ebugPS/ | |||
[Rr]eleasePS/ | |||
dlldata.c | |||
# Benchmark Results | |||
BenchmarkDotNet.Artifacts/ | |||
# .NET Core | |||
project.lock.json | |||
project.fragment.lock.json | |||
artifacts/ | |||
# ASP.NET Scaffolding | |||
ScaffoldingReadMe.txt | |||
# StyleCop | |||
StyleCopReport.xml | |||
# Files built by Visual Studio | |||
*_i.c | |||
*_p.c | |||
*_h.h | |||
*.ilk | |||
*.meta | |||
*.obj | |||
*.iobj | |||
*.pch | |||
*.pdb | |||
*.ipdb | |||
*.pgc | |||
*.pgd | |||
*.rsp | |||
*.sbr | |||
*.tlb | |||
*.tli | |||
*.tlh | |||
*.tmp | |||
*.tmp_proj | |||
*_wpftmp.csproj | |||
*.log | |||
*.tlog | |||
*.vspscc | |||
*.vssscc | |||
.builds | |||
*.pidb | |||
*.svclog | |||
*.scc | |||
# Chutzpah Test files | |||
_Chutzpah* | |||
# Visual C++ cache files | |||
ipch/ | |||
*.aps | |||
*.ncb | |||
*.opendb | |||
*.opensdf | |||
*.sdf | |||
*.cachefile | |||
*.VC.db | |||
*.VC.VC.opendb | |||
# Visual Studio profiler | |||
*.psess | |||
*.vsp | |||
*.vspx | |||
*.sap | |||
# Visual Studio Trace Files | |||
*.e2e | |||
# TFS 2012 Local Workspace | |||
$tf/ | |||
# Guidance Automation Toolkit | |||
*.gpState | |||
# ReSharper is a .NET coding add-in | |||
_ReSharper*/ | |||
*.[Rr]e[Ss]harper | |||
*.DotSettings.user | |||
# TeamCity is a build add-in | |||
_TeamCity* | |||
# DotCover is a Code Coverage Tool | |||
*.dotCover | |||
# AxoCover is a Code Coverage Tool | |||
.axoCover/* | |||
!.axoCover/settings.json | |||
# Coverlet is a free, cross platform Code Coverage Tool | |||
coverage*.json | |||
coverage*.xml | |||
coverage*.info | |||
# Visual Studio code coverage results | |||
*.coverage | |||
*.coveragexml | |||
# NCrunch | |||
_NCrunch_* | |||
.*crunch*.local.xml | |||
nCrunchTemp_* | |||
# MightyMoose | |||
*.mm.* | |||
AutoTest.Net/ | |||
# Web workbench (sass) | |||
.sass-cache/ | |||
# Installshield output folder | |||
[Ee]xpress/ | |||
# DocProject is a documentation generator add-in | |||
DocProject/buildhelp/ | |||
DocProject/Help/*.HxT | |||
DocProject/Help/*.HxC | |||
DocProject/Help/*.hhc | |||
DocProject/Help/*.hhk | |||
DocProject/Help/*.hhp | |||
DocProject/Help/Html2 | |||
DocProject/Help/html | |||
# Click-Once directory | |||
publish/ | |||
# Publish Web Output | |||
*.[Pp]ublish.xml | |||
*.azurePubxml | |||
# Note: Comment the next line if you want to checkin your web deploy settings, | |||
# but database connection strings (with potential passwords) will be unencrypted | |||
*.pubxml | |||
*.publishproj | |||
# Microsoft Azure Web App publish settings. Comment the next line if you want to | |||
# checkin your Azure Web App publish settings, but sensitive information contained | |||
# in these scripts will be unencrypted | |||
PublishScripts/ | |||
# NuGet Packages | |||
*.nupkg | |||
# NuGet Symbol Packages | |||
*.snupkg | |||
# The packages folder can be ignored because of Package Restore | |||
**/[Pp]ackages/* | |||
# except build/, which is used as an MSBuild target. | |||
!**/[Pp]ackages/build/ | |||
# Uncomment if necessary however generally it will be regenerated when needed | |||
#!**/[Pp]ackages/repositories.config | |||
# NuGet v3's project.json files produces more ignorable files | |||
*.nuget.props | |||
*.nuget.targets | |||
# Microsoft Azure Build Output | |||
csx/ | |||
*.build.csdef | |||
# Microsoft Azure Emulator | |||
ecf/ | |||
rcf/ | |||
# Windows Store app package directories and files | |||
AppPackages/ | |||
BundleArtifacts/ | |||
Package.StoreAssociation.xml | |||
_pkginfo.txt | |||
*.appx | |||
*.appxbundle | |||
*.appxupload | |||
# Visual Studio cache files | |||
# files ending in .cache can be ignored | |||
*.[Cc]ache | |||
# but keep track of directories ending in .cache | |||
!?*.[Cc]ache/ | |||
# Others | |||
ClientBin/ | |||
~$* | |||
*~ | |||
*.dbmdl | |||
*.dbproj.schemaview | |||
*.jfm | |||
*.pfx | |||
*.publishsettings | |||
orleans.codegen.cs | |||
# Including strong name files can present a security risk | |||
# (https://github.com/github/gitignore/pull/2483#issue-259490424) | |||
#*.snk | |||
# Since there are multiple workflows, uncomment next line to ignore bower_components | |||
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) | |||
#bower_components/ | |||
# RIA/Silverlight projects | |||
Generated_Code/ | |||
# Backup & report files from converting an old project file | |||
# to a newer Visual Studio version. Backup files are not needed, | |||
# because we have git ;-) | |||
_UpgradeReport_Files/ | |||
Backup*/ | |||
UpgradeLog*.XML | |||
UpgradeLog*.htm | |||
ServiceFabricBackup/ | |||
*.rptproj.bak | |||
# SQL Server files | |||
*.mdf | |||
*.ldf | |||
*.ndf | |||
# Business Intelligence projects | |||
*.rdl.data | |||
*.bim.layout | |||
*.bim_*.settings | |||
*.rptproj.rsuser | |||
*- [Bb]ackup.rdl | |||
*- [Bb]ackup ([0-9]).rdl | |||
*- [Bb]ackup ([0-9][0-9]).rdl | |||
# Microsoft Fakes | |||
FakesAssemblies/ | |||
# GhostDoc plugin setting file | |||
*.GhostDoc.xml | |||
# Node.js Tools for Visual Studio | |||
.ntvs_analysis.dat | |||
node_modules/ | |||
# Visual Studio 6 build log | |||
*.plg | |||
# Visual Studio 6 workspace options file | |||
*.opt | |||
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) | |||
*.vbw | |||
# Visual Studio 6 auto-generated project file (contains which files were open etc.) | |||
*.vbp | |||
# Visual Studio 6 workspace and project file (working project files containing files to include in project) | |||
*.dsw | |||
*.dsp | |||
# Visual Studio 6 technical files | |||
*.ncb | |||
*.aps | |||
# Visual Studio LightSwitch build output | |||
**/*.HTMLClient/GeneratedArtifacts | |||
**/*.DesktopClient/GeneratedArtifacts | |||
**/*.DesktopClient/ModelManifest.xml | |||
**/*.Server/GeneratedArtifacts | |||
**/*.Server/ModelManifest.xml | |||
_Pvt_Extensions | |||
# Paket dependency manager | |||
.paket/paket.exe | |||
paket-files/ | |||
# FAKE - F# Make | |||
.fake/ | |||
# CodeRush personal settings | |||
.cr/personal | |||
# Python Tools for Visual Studio (PTVS) | |||
__pycache__/ | |||
*.pyc | |||
# Cake - Uncomment if you are using it | |||
# tools/** | |||
# !tools/packages.config | |||
# Tabs Studio | |||
*.tss | |||
# Telerik's JustMock configuration file | |||
*.jmconfig | |||
# BizTalk build output | |||
*.btp.cs | |||
*.btm.cs | |||
*.odx.cs | |||
*.xsd.cs | |||
# OpenCover UI analysis results | |||
OpenCover/ | |||
# Azure Stream Analytics local run output | |||
ASALocalRun/ | |||
# MSBuild Binary and Structured Log | |||
*.binlog | |||
# NVidia Nsight GPU debugger configuration file | |||
*.nvuser | |||
# MFractors (Xamarin productivity tool) working folder | |||
.mfractor/ | |||
# Local History for Visual Studio | |||
.localhistory/ | |||
# Visual Studio History (VSHistory) files | |||
.vshistory/ | |||
# BeatPulse healthcheck temp database | |||
healthchecksdb | |||
# Backup folder for Package Reference Convert tool in Visual Studio 2017 | |||
MigrationBackup/ | |||
# Ionide (cross platform F# VS Code tools) working folder | |||
.ionide/ | |||
# Fody - auto-generated XML schema | |||
FodyWeavers.xsd | |||
# VS Code files for those working on multiple tools | |||
.vscode/* | |||
!.vscode/settings.json | |||
!.vscode/tasks.json | |||
!.vscode/launch.json | |||
!.vscode/extensions.json | |||
*.code-workspace | |||
# Local History for Visual Studio Code | |||
.history/ | |||
# Windows Installer files from build outputs | |||
*.cab | |||
*.msi | |||
*.msix | |||
*.msm | |||
*.msp | |||
# JetBrains Rider | |||
*.sln.iml |
@@ -50,8 +50,8 @@ namespace EndPoint.Site | |||
string connectionString = "Data Source=.; Initial Catalog = " + | |||
"Karsha; User id=sa;Password=1;"; | |||
string connectionString = "Data Source=127.0.0.1,1212; Initial Catalog = " + | |||
"Veara_Karsha; User id=karshausr;Password=pl,PL<123@;"; | |||
services.AddEntityFrameworkSqlServer().AddDbContext<DataBaseContext>(option => option.UseSqlServer(connectionString)); | |||
services.AddControllersWithViews(); | |||
} |
@@ -5,7 +5,6 @@ build_property.UsingMicrosoftNETSdkWeb = true | |||
build_property.ProjectTypeGuids = | |||
build_property.InvariantGlobalization = | |||
build_property.PlatformNeutralAssembly = | |||
build_property.EnforceExtendedAnalyzerRules = | |||
build_property._SupportedPlatformList = Linux,macOS,Windows | |||
build_property.RootNamespace = EndPoint.Site | |||
build_property.ProjectDir = E:\Project\Projeh\MyProjeh\Karsha_Site\EndPoint.Site\ | |||
build_property.ProjectDir = E:\Project\C#.Net\Karsha\EndPoint.Site\ |
@@ -1,20 +1,20 @@ | |||
{ | |||
"format": 1, | |||
"restore": { | |||
"E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\EndPoint.Site\\EndPoint.Site.csproj": {} | |||
"E:\\Project\\C#.Net\\Karsha\\EndPoint.Site\\EndPoint.Site.csproj": {} | |||
}, | |||
"projects": { | |||
"E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\EndPoint.Site\\EndPoint.Site.csproj": { | |||
"E:\\Project\\C#.Net\\Karsha\\EndPoint.Site\\EndPoint.Site.csproj": { | |||
"version": "1.0.0", | |||
"restore": { | |||
"projectUniqueName": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\EndPoint.Site\\EndPoint.Site.csproj", | |||
"projectUniqueName": "E:\\Project\\C#.Net\\Karsha\\EndPoint.Site\\EndPoint.Site.csproj", | |||
"projectName": "EndPoint.Site", | |||
"projectPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\EndPoint.Site\\EndPoint.Site.csproj", | |||
"packagesPath": "C:\\Users\\sajjadi\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\EndPoint.Site\\obj\\", | |||
"projectPath": "E:\\Project\\C#.Net\\Karsha\\EndPoint.Site\\EndPoint.Site.csproj", | |||
"packagesPath": "C:\\Users\\Pouya\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\C#.Net\\Karsha\\EndPoint.Site\\obj\\", | |||
"projectStyle": "PackageReference", | |||
"configFilePaths": [ | |||
"C:\\Users\\sajjadi\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Users\\Pouya\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | |||
], | |||
"originalTargetFrameworks": [ | |||
@@ -22,15 +22,14 @@ | |||
], | |||
"sources": { | |||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, | |||
"C:\\Program Files\\dotnet\\sdk\\7.0.304\\Sdks\\Microsoft.NET.Sdk.Web\\library-packs": {}, | |||
"https://api.nuget.org/v3/index.json": {} | |||
}, | |||
"frameworks": { | |||
"net5.0": { | |||
"targetAlias": "net5.0", | |||
"projectReferences": { | |||
"E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Persistance\\Karsha_Site.Persistance.csproj": { | |||
"projectPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Persistance\\Karsha_Site.Persistance.csproj" | |||
"E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Persistance\\Karsha_Site.Persistance.csproj": { | |||
"projectPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Persistance\\Karsha_Site.Persistance.csproj" | |||
} | |||
} | |||
} | |||
@@ -74,11 +73,28 @@ | |||
"net47", | |||
"net471", | |||
"net472", | |||
"net48", | |||
"net481" | |||
"net48" | |||
], | |||
"assetTargetFallback": true, | |||
"warn": true, | |||
"downloadDependencies": [ | |||
{ | |||
"name": "Microsoft.AspNetCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.NETCore.App.Host.win-x64", | |||
"version": "[5.0.12, 5.0.12]" | |||
}, | |||
{ | |||
"name": "Microsoft.NETCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.WindowsDesktop.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
} | |||
], | |||
"frameworkReferences": { | |||
"Microsoft.AspNetCore.App": { | |||
"privateAssets": "none" | |||
@@ -87,21 +103,21 @@ | |||
"privateAssets": "all" | |||
} | |||
}, | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.304\\RuntimeIdentifierGraph.json" | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.100\\RuntimeIdentifierGraph.json" | |||
} | |||
} | |||
}, | |||
"E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Application\\Karsha_Site.Application.csproj": { | |||
"E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Application\\Karsha_Site.Application.csproj": { | |||
"version": "1.0.0", | |||
"restore": { | |||
"projectUniqueName": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Application\\Karsha_Site.Application.csproj", | |||
"projectUniqueName": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Application\\Karsha_Site.Application.csproj", | |||
"projectName": "Karsha_Site.Application", | |||
"projectPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Application\\Karsha_Site.Application.csproj", | |||
"packagesPath": "C:\\Users\\sajjadi\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Application\\obj\\", | |||
"projectPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Application\\Karsha_Site.Application.csproj", | |||
"packagesPath": "C:\\Users\\Pouya\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Application\\obj\\", | |||
"projectStyle": "PackageReference", | |||
"configFilePaths": [ | |||
"C:\\Users\\sajjadi\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Users\\Pouya\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | |||
], | |||
"originalTargetFrameworks": [ | |||
@@ -115,11 +131,11 @@ | |||
"net5.0": { | |||
"targetAlias": "net5.0", | |||
"projectReferences": { | |||
"E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Common\\Karsha_Site.Common.csproj": { | |||
"projectPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Common\\Karsha_Site.Common.csproj" | |||
"E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Common\\Karsha_Site.Common.csproj": { | |||
"projectPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Common\\Karsha_Site.Common.csproj" | |||
}, | |||
"E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj": { | |||
"projectPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj" | |||
"E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj": { | |||
"projectPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj" | |||
} | |||
} | |||
} | |||
@@ -153,31 +169,44 @@ | |||
"net47", | |||
"net471", | |||
"net472", | |||
"net48", | |||
"net481" | |||
"net48" | |||
], | |||
"assetTargetFallback": true, | |||
"warn": true, | |||
"downloadDependencies": [ | |||
{ | |||
"name": "Microsoft.AspNetCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.NETCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.WindowsDesktop.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
} | |||
], | |||
"frameworkReferences": { | |||
"Microsoft.NETCore.App": { | |||
"privateAssets": "all" | |||
} | |||
}, | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.304\\RuntimeIdentifierGraph.json" | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.100\\RuntimeIdentifierGraph.json" | |||
} | |||
} | |||
}, | |||
"E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Common\\Karsha_Site.Common.csproj": { | |||
"E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Common\\Karsha_Site.Common.csproj": { | |||
"version": "1.0.0", | |||
"restore": { | |||
"projectUniqueName": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Common\\Karsha_Site.Common.csproj", | |||
"projectUniqueName": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Common\\Karsha_Site.Common.csproj", | |||
"projectName": "Karsha_Site.Common", | |||
"projectPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Common\\Karsha_Site.Common.csproj", | |||
"packagesPath": "C:\\Users\\sajjadi\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Common\\obj\\", | |||
"projectPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Common\\Karsha_Site.Common.csproj", | |||
"packagesPath": "C:\\Users\\Pouya\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Common\\obj\\", | |||
"projectStyle": "PackageReference", | |||
"configFilePaths": [ | |||
"C:\\Users\\sajjadi\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Users\\Pouya\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | |||
], | |||
"originalTargetFrameworks": [ | |||
@@ -218,31 +247,44 @@ | |||
"net47", | |||
"net471", | |||
"net472", | |||
"net48", | |||
"net481" | |||
"net48" | |||
], | |||
"assetTargetFallback": true, | |||
"warn": true, | |||
"downloadDependencies": [ | |||
{ | |||
"name": "Microsoft.AspNetCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.NETCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.WindowsDesktop.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
} | |||
], | |||
"frameworkReferences": { | |||
"Microsoft.NETCore.App": { | |||
"privateAssets": "all" | |||
} | |||
}, | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.304\\RuntimeIdentifierGraph.json" | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.100\\RuntimeIdentifierGraph.json" | |||
} | |||
} | |||
}, | |||
"E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj": { | |||
"E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj": { | |||
"version": "1.0.0", | |||
"restore": { | |||
"projectUniqueName": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj", | |||
"projectUniqueName": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj", | |||
"projectName": "Karsha_Site.Domain", | |||
"projectPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj", | |||
"packagesPath": "C:\\Users\\sajjadi\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Domain\\obj\\", | |||
"projectPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj", | |||
"packagesPath": "C:\\Users\\Pouya\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Domain\\obj\\", | |||
"projectStyle": "PackageReference", | |||
"configFilePaths": [ | |||
"C:\\Users\\sajjadi\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Users\\Pouya\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | |||
], | |||
"originalTargetFrameworks": [ | |||
@@ -273,31 +315,44 @@ | |||
"net47", | |||
"net471", | |||
"net472", | |||
"net48", | |||
"net481" | |||
"net48" | |||
], | |||
"assetTargetFallback": true, | |||
"warn": true, | |||
"downloadDependencies": [ | |||
{ | |||
"name": "Microsoft.AspNetCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.NETCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.WindowsDesktop.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
} | |||
], | |||
"frameworkReferences": { | |||
"Microsoft.NETCore.App": { | |||
"privateAssets": "all" | |||
} | |||
}, | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.304\\RuntimeIdentifierGraph.json" | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.100\\RuntimeIdentifierGraph.json" | |||
} | |||
} | |||
}, | |||
"E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Persistance\\Karsha_Site.Persistance.csproj": { | |||
"E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Persistance\\Karsha_Site.Persistance.csproj": { | |||
"version": "1.0.0", | |||
"restore": { | |||
"projectUniqueName": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Persistance\\Karsha_Site.Persistance.csproj", | |||
"projectUniqueName": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Persistance\\Karsha_Site.Persistance.csproj", | |||
"projectName": "Karsha_Site.Persistance", | |||
"projectPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Persistance\\Karsha_Site.Persistance.csproj", | |||
"packagesPath": "C:\\Users\\sajjadi\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Persistance\\obj\\", | |||
"projectPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Persistance\\Karsha_Site.Persistance.csproj", | |||
"packagesPath": "C:\\Users\\Pouya\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Persistance\\obj\\", | |||
"projectStyle": "PackageReference", | |||
"configFilePaths": [ | |||
"C:\\Users\\sajjadi\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Users\\Pouya\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | |||
], | |||
"originalTargetFrameworks": [ | |||
@@ -311,8 +366,8 @@ | |||
"net5.0": { | |||
"targetAlias": "net5.0", | |||
"projectReferences": { | |||
"E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Application\\Karsha_Site.Application.csproj": { | |||
"projectPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Application\\Karsha_Site.Application.csproj" | |||
"E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Application\\Karsha_Site.Application.csproj": { | |||
"projectPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Application\\Karsha_Site.Application.csproj" | |||
} | |||
} | |||
} | |||
@@ -352,17 +407,30 @@ | |||
"net47", | |||
"net471", | |||
"net472", | |||
"net48", | |||
"net481" | |||
"net48" | |||
], | |||
"assetTargetFallback": true, | |||
"warn": true, | |||
"downloadDependencies": [ | |||
{ | |||
"name": "Microsoft.AspNetCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.NETCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.WindowsDesktop.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
} | |||
], | |||
"frameworkReferences": { | |||
"Microsoft.NETCore.App": { | |||
"privateAssets": "all" | |||
} | |||
}, | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.304\\RuntimeIdentifierGraph.json" | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.100\\RuntimeIdentifierGraph.json" | |||
} | |||
} | |||
} |
@@ -5,17 +5,17 @@ | |||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> | |||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> | |||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> | |||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\sajjadi\.nuget\packages\</NuGetPackageFolders> | |||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Pouya\.nuget\packages\</NuGetPackageFolders> | |||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> | |||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.6.0</NuGetToolVersion> | |||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.0.0</NuGetToolVersion> | |||
</PropertyGroup> | |||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | |||
<SourceRoot Include="C:\Users\sajjadi\.nuget\packages\" /> | |||
<SourceRoot Include="C:\Users\Pouya\.nuget\packages\" /> | |||
</ItemGroup> | |||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | |||
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore.design\5.0.0\build\netcoreapp3.0\Microsoft.EntityFrameworkCore.Design.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore.design\5.0.0\build\netcoreapp3.0\Microsoft.EntityFrameworkCore.Design.props')" /> | |||
</ImportGroup> | |||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | |||
<PkgMicrosoft_CodeAnalysis_Analyzers Condition=" '$(PkgMicrosoft_CodeAnalysis_Analyzers)' == '' ">C:\Users\sajjadi\.nuget\packages\microsoft.codeanalysis.analyzers\3.0.0</PkgMicrosoft_CodeAnalysis_Analyzers> | |||
<PkgMicrosoft_CodeAnalysis_Analyzers Condition=" '$(PkgMicrosoft_CodeAnalysis_Analyzers)' == '' ">C:\Users\Pouya\.nuget\packages\microsoft.codeanalysis.analyzers\3.0.0</PkgMicrosoft_CodeAnalysis_Analyzers> | |||
</PropertyGroup> | |||
</Project> |
@@ -1,211 +1,215 @@ | |||
{ | |||
"version": 2, | |||
"dgSpecHash": "twYxXPMQ6Ot95IcFu71vJMNWCHtTnql2PBYuOZpdFwdfYzHd3UZnAvAfvTHM4Q8VG3qlJ7B36gHH9Qz8q68p6Q==", | |||
"dgSpecHash": "0vbVnbj61vdnhoX/NOa8/dVk77hu/UyKywFden50E0YbCKDOjI7zs1HcQTY5AIw1bSjSvf/ghsWnoeCz8MSZdg==", | |||
"success": true, | |||
"projectFilePath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\EndPoint.Site\\EndPoint.Site.csproj", | |||
"projectFilePath": "E:\\Project\\C#.Net\\Karsha\\EndPoint.Site\\EndPoint.Site.csproj", | |||
"expectedPackageFiles": [ | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\humanizer.core\\2.8.26\\humanizer.core.2.8.26.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\lazziya.taghelpers\\2.2.0\\lazziya.taghelpers.2.2.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.antiforgery\\2.0.0\\microsoft.aspnetcore.antiforgery.2.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.authentication.abstractions\\2.0.0\\microsoft.aspnetcore.authentication.abstractions.2.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.authentication.core\\2.0.0\\microsoft.aspnetcore.authentication.core.2.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.authorization\\2.0.0\\microsoft.aspnetcore.authorization.2.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.authorization.policy\\2.0.0\\microsoft.aspnetcore.authorization.policy.2.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.cryptography.internal\\2.0.0\\microsoft.aspnetcore.cryptography.internal.2.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.dataprotection\\2.0.0\\microsoft.aspnetcore.dataprotection.2.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.dataprotection.abstractions\\2.0.0\\microsoft.aspnetcore.dataprotection.abstractions.2.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.diagnostics.abstractions\\2.0.0\\microsoft.aspnetcore.diagnostics.abstractions.2.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.hosting.abstractions\\2.2.0\\microsoft.aspnetcore.hosting.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.hosting.server.abstractions\\2.2.0\\microsoft.aspnetcore.hosting.server.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.html.abstractions\\2.2.0\\microsoft.aspnetcore.html.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.http\\2.0.0\\microsoft.aspnetcore.http.2.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.http.abstractions\\2.2.0\\microsoft.aspnetcore.http.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.http.extensions\\2.2.0\\microsoft.aspnetcore.http.extensions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.http.features\\5.0.17\\microsoft.aspnetcore.http.features.5.0.17.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.jsonpatch\\2.0.0\\microsoft.aspnetcore.jsonpatch.2.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.localization\\1.0.0\\microsoft.aspnetcore.localization.1.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.mvc.abstractions\\2.0.0\\microsoft.aspnetcore.mvc.abstractions.2.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.mvc.core\\2.0.0\\microsoft.aspnetcore.mvc.core.2.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.mvc.dataannotations\\2.0.0\\microsoft.aspnetcore.mvc.dataannotations.2.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.mvc.formatters.json\\2.0.0\\microsoft.aspnetcore.mvc.formatters.json.2.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.mvc.razor\\2.0.0\\microsoft.aspnetcore.mvc.razor.2.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.mvc.razor.extensions\\2.0.0\\microsoft.aspnetcore.mvc.razor.extensions.2.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.mvc.taghelpers\\2.0.0\\microsoft.aspnetcore.mvc.taghelpers.2.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.mvc.viewfeatures\\2.0.0\\microsoft.aspnetcore.mvc.viewfeatures.2.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.razor\\2.2.0\\microsoft.aspnetcore.razor.2.2.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.razor.language\\5.0.0\\microsoft.aspnetcore.razor.language.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.razor.runtime\\2.2.0\\microsoft.aspnetcore.razor.runtime.2.2.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.responsecaching.abstractions\\2.0.0\\microsoft.aspnetcore.responsecaching.abstractions.2.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.routing\\2.2.0\\microsoft.aspnetcore.routing.2.2.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.routing.abstractions\\2.2.0\\microsoft.aspnetcore.routing.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.webutilities\\2.0.0\\microsoft.aspnetcore.webutilities.2.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.bcl.asyncinterfaces\\1.1.1\\microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.codeanalysis.analyzers\\3.0.0\\microsoft.codeanalysis.analyzers.3.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.codeanalysis.common\\3.8.0\\microsoft.codeanalysis.common.3.8.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.codeanalysis.csharp\\3.8.0\\microsoft.codeanalysis.csharp.3.8.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.codeanalysis.csharp.workspaces\\3.8.0\\microsoft.codeanalysis.csharp.workspaces.3.8.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.codeanalysis.razor\\5.0.0\\microsoft.codeanalysis.razor.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.codeanalysis.workspaces.common\\3.8.0\\microsoft.codeanalysis.workspaces.common.3.8.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.csharp\\4.7.0\\microsoft.csharp.4.7.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.data.sqlclient\\2.0.1\\microsoft.data.sqlclient.2.0.1.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.data.sqlclient.sni.runtime\\2.0.1\\microsoft.data.sqlclient.sni.runtime.2.0.1.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.dotnet.platformabstractions\\2.0.0\\microsoft.dotnet.platformabstractions.2.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.entityframeworkcore\\5.0.0\\microsoft.entityframeworkcore.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.entityframeworkcore.abstractions\\5.0.0\\microsoft.entityframeworkcore.abstractions.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.entityframeworkcore.analyzers\\5.0.0\\microsoft.entityframeworkcore.analyzers.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.entityframeworkcore.design\\5.0.0\\microsoft.entityframeworkcore.design.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.entityframeworkcore.relational\\5.0.0\\microsoft.entityframeworkcore.relational.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.entityframeworkcore.sqlserver\\5.0.0\\microsoft.entityframeworkcore.sqlserver.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\5.0.0\\microsoft.extensions.caching.abstractions.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.caching.memory\\5.0.0\\microsoft.extensions.caching.memory.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\5.0.0\\microsoft.extensions.configuration.abstractions.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\5.0.0\\microsoft.extensions.dependencyinjection.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\5.0.0\\microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.dependencymodel\\2.0.0\\microsoft.extensions.dependencymodel.2.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.fileproviders.abstractions\\2.2.0\\microsoft.extensions.fileproviders.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.fileproviders.composite\\2.0.0\\microsoft.extensions.fileproviders.composite.2.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.filesystemglobbing\\2.0.0\\microsoft.extensions.filesystemglobbing.2.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.globalization.cultureinfocache\\1.0.0\\microsoft.extensions.globalization.cultureinfocache.1.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.hosting.abstractions\\2.2.0\\microsoft.extensions.hosting.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.localization\\2.0.0\\microsoft.extensions.localization.2.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.localization.abstractions\\2.0.0\\microsoft.extensions.localization.abstractions.2.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.logging\\5.0.0\\microsoft.extensions.logging.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\5.0.0\\microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.objectpool\\2.2.0\\microsoft.extensions.objectpool.2.2.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.options\\5.0.0\\microsoft.extensions.options.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.primitives\\5.0.1\\microsoft.extensions.primitives.5.0.1.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.webencoders\\2.0.0\\microsoft.extensions.webencoders.2.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.identity.client\\4.14.0\\microsoft.identity.client.4.14.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\5.6.0\\microsoft.identitymodel.jsonwebtokens.5.6.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.identitymodel.logging\\5.6.0\\microsoft.identitymodel.logging.5.6.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.identitymodel.protocols\\5.6.0\\microsoft.identitymodel.protocols.5.6.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\5.6.0\\microsoft.identitymodel.protocols.openidconnect.5.6.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.identitymodel.tokens\\5.6.0\\microsoft.identitymodel.tokens.5.6.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.net.http.headers\\2.2.0\\microsoft.net.http.headers.2.2.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.netcore.platforms\\3.1.0\\microsoft.netcore.platforms.3.1.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.netcore.targets\\1.1.3\\microsoft.netcore.targets.1.1.3.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration\\5.0.2\\microsoft.visualstudio.web.codegeneration.5.0.2.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration.contracts\\5.0.2\\microsoft.visualstudio.web.codegeneration.contracts.5.0.2.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration.core\\5.0.2\\microsoft.visualstudio.web.codegeneration.core.5.0.2.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration.design\\5.0.2\\microsoft.visualstudio.web.codegeneration.design.5.0.2.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration.entityframeworkcore\\5.0.2\\microsoft.visualstudio.web.codegeneration.entityframeworkcore.5.0.2.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration.templating\\5.0.2\\microsoft.visualstudio.web.codegeneration.templating.5.0.2.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration.utils\\5.0.2\\microsoft.visualstudio.web.codegeneration.utils.5.0.2.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.visualstudio.web.codegenerators.mvc\\5.0.2\\microsoft.visualstudio.web.codegenerators.mvc.5.0.2.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.win32.primitives\\4.3.0\\microsoft.win32.primitives.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.win32.registry\\4.7.0\\microsoft.win32.registry.4.7.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.win32.systemevents\\4.7.0\\microsoft.win32.systemevents.4.7.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\netstandard.library\\1.6.1\\netstandard.library.1.6.1.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\newtonsoft.json\\11.0.2\\newtonsoft.json.11.0.2.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\newtonsoft.json.bson\\1.0.1\\newtonsoft.json.bson.1.0.1.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\runtime.native.system\\4.3.0\\runtime.native.system.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\runtime.native.system.io.compression\\4.3.0\\runtime.native.system.io.compression.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\runtime.native.system.net.http\\4.3.0\\runtime.native.system.net.http.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.appcontext\\4.3.0\\system.appcontext.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.buffers\\4.5.0\\system.buffers.4.5.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.collections.concurrent\\4.3.0\\system.collections.concurrent.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.collections.immutable\\5.0.0\\system.collections.immutable.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.collections.nongeneric\\4.3.0\\system.collections.nongeneric.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.collections.specialized\\4.3.0\\system.collections.specialized.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.componentmodel\\4.3.0\\system.componentmodel.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.componentmodel.annotations\\5.0.0\\system.componentmodel.annotations.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.componentmodel.primitives\\4.3.0\\system.componentmodel.primitives.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.componentmodel.typeconverter\\4.3.0\\system.componentmodel.typeconverter.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.composition\\1.0.31\\system.composition.1.0.31.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.composition.attributedmodel\\1.0.31\\system.composition.attributedmodel.1.0.31.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.composition.convention\\1.0.31\\system.composition.convention.1.0.31.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.composition.hosting\\1.0.31\\system.composition.hosting.1.0.31.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.composition.runtime\\1.0.31\\system.composition.runtime.1.0.31.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.composition.typedparts\\1.0.31\\system.composition.typedparts.1.0.31.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.configuration.configurationmanager\\4.7.0\\system.configuration.configurationmanager.4.7.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.console\\4.3.0\\system.console.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.diagnostics.debug\\4.3.0\\system.diagnostics.debug.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.diagnostics.diagnosticsource\\5.0.0\\system.diagnostics.diagnosticsource.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.diagnostics.tools\\4.3.0\\system.diagnostics.tools.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.diagnostics.tracing\\4.3.0\\system.diagnostics.tracing.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.drawing.common\\4.7.0\\system.drawing.common.4.7.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.dynamic.runtime\\4.0.11\\system.dynamic.runtime.4.0.11.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.globalization.calendars\\4.3.0\\system.globalization.calendars.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.globalization.extensions\\4.3.0\\system.globalization.extensions.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.identitymodel.tokens.jwt\\5.6.0\\system.identitymodel.tokens.jwt.5.6.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.io.compression\\4.3.0\\system.io.compression.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.io.compression.zipfile\\4.3.0\\system.io.compression.zipfile.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.io.filesystem\\4.3.0\\system.io.filesystem.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.io.filesystem.primitives\\4.3.0\\system.io.filesystem.primitives.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.io.pipelines\\5.0.2\\system.io.pipelines.5.0.2.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.linq\\4.3.0\\system.linq.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.linq.expressions\\4.3.0\\system.linq.expressions.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.memory\\4.5.4\\system.memory.4.5.4.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.net.http\\4.3.0\\system.net.http.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.net.nameresolution\\4.3.0\\system.net.nameresolution.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.net.primitives\\4.3.0\\system.net.primitives.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.net.sockets\\4.3.0\\system.net.sockets.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.objectmodel\\4.3.0\\system.objectmodel.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.private.datacontractserialization\\4.3.0\\system.private.datacontractserialization.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.private.uri\\4.3.2\\system.private.uri.4.3.2.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.reflection.emit\\4.3.0\\system.reflection.emit.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.reflection.emit.ilgeneration\\4.3.0\\system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.reflection.emit.lightweight\\4.3.0\\system.reflection.emit.lightweight.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.reflection.extensions\\4.3.0\\system.reflection.extensions.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.reflection.metadata\\5.0.0\\system.reflection.metadata.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.reflection.typeextensions\\4.3.0\\system.reflection.typeextensions.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.runtime.caching\\4.7.0\\system.runtime.caching.4.7.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\4.7.1\\system.runtime.compilerservices.unsafe.4.7.1.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.runtime.interopservices.runtimeinformation\\4.3.0\\system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.runtime.numerics\\4.3.0\\system.runtime.numerics.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.runtime.serialization.formatters\\4.3.0\\system.runtime.serialization.formatters.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.runtime.serialization.json\\4.3.0\\system.runtime.serialization.json.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.runtime.serialization.primitives\\4.3.0\\system.runtime.serialization.primitives.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.security.accesscontrol\\4.7.0\\system.security.accesscontrol.4.7.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.security.cryptography.algorithms\\4.3.0\\system.security.cryptography.algorithms.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.security.cryptography.cng\\4.5.0\\system.security.cryptography.cng.4.5.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.security.cryptography.csp\\4.3.0\\system.security.cryptography.csp.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.security.cryptography.encoding\\4.3.0\\system.security.cryptography.encoding.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.security.cryptography.openssl\\4.3.0\\system.security.cryptography.openssl.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.security.cryptography.primitives\\4.3.0\\system.security.cryptography.primitives.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.security.cryptography.protecteddata\\4.7.0\\system.security.cryptography.protecteddata.4.7.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.security.cryptography.x509certificates\\4.3.0\\system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.security.cryptography.xml\\4.4.0\\system.security.cryptography.xml.4.4.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.security.permissions\\4.7.0\\system.security.permissions.4.7.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.security.principal.windows\\4.7.0\\system.security.principal.windows.4.7.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.security.securestring\\4.3.0\\system.security.securestring.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.text.encoding.codepages\\4.7.0\\system.text.encoding.codepages.4.7.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.text.encoding.extensions\\4.3.0\\system.text.encoding.extensions.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.text.encodings.web\\4.5.0\\system.text.encodings.web.4.5.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.text.regularexpressions\\4.3.0\\system.text.regularexpressions.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.4\\system.threading.tasks.extensions.4.5.4.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.threading.timer\\4.3.0\\system.threading.timer.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.windows.extensions\\4.7.0\\system.windows.extensions.4.7.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.xml.readerwriter\\4.3.0\\system.xml.readerwriter.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.xml.xdocument\\4.3.0\\system.xml.xdocument.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.xml.xmldocument\\4.3.0\\system.xml.xmldocument.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.xml.xmlserializer\\4.3.0\\system.xml.xmlserializer.4.3.0.nupkg.sha512" | |||
"C:\\Users\\Pouya\\.nuget\\packages\\humanizer.core\\2.8.26\\humanizer.core.2.8.26.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\lazziya.taghelpers\\2.2.0\\lazziya.taghelpers.2.2.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.antiforgery\\2.0.0\\microsoft.aspnetcore.antiforgery.2.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.authentication.abstractions\\2.0.0\\microsoft.aspnetcore.authentication.abstractions.2.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.authentication.core\\2.0.0\\microsoft.aspnetcore.authentication.core.2.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.authorization\\2.0.0\\microsoft.aspnetcore.authorization.2.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.authorization.policy\\2.0.0\\microsoft.aspnetcore.authorization.policy.2.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.cryptography.internal\\2.0.0\\microsoft.aspnetcore.cryptography.internal.2.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.dataprotection\\2.0.0\\microsoft.aspnetcore.dataprotection.2.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.dataprotection.abstractions\\2.0.0\\microsoft.aspnetcore.dataprotection.abstractions.2.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.diagnostics.abstractions\\2.0.0\\microsoft.aspnetcore.diagnostics.abstractions.2.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.hosting.abstractions\\2.2.0\\microsoft.aspnetcore.hosting.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.hosting.server.abstractions\\2.2.0\\microsoft.aspnetcore.hosting.server.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.html.abstractions\\2.2.0\\microsoft.aspnetcore.html.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.http\\2.0.0\\microsoft.aspnetcore.http.2.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.http.abstractions\\2.2.0\\microsoft.aspnetcore.http.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.http.extensions\\2.2.0\\microsoft.aspnetcore.http.extensions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.http.features\\5.0.17\\microsoft.aspnetcore.http.features.5.0.17.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.jsonpatch\\2.0.0\\microsoft.aspnetcore.jsonpatch.2.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.localization\\1.0.0\\microsoft.aspnetcore.localization.1.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.mvc.abstractions\\2.0.0\\microsoft.aspnetcore.mvc.abstractions.2.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.mvc.core\\2.0.0\\microsoft.aspnetcore.mvc.core.2.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.mvc.dataannotations\\2.0.0\\microsoft.aspnetcore.mvc.dataannotations.2.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.mvc.formatters.json\\2.0.0\\microsoft.aspnetcore.mvc.formatters.json.2.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.mvc.razor\\2.0.0\\microsoft.aspnetcore.mvc.razor.2.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.mvc.razor.extensions\\2.0.0\\microsoft.aspnetcore.mvc.razor.extensions.2.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.mvc.taghelpers\\2.0.0\\microsoft.aspnetcore.mvc.taghelpers.2.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.mvc.viewfeatures\\2.0.0\\microsoft.aspnetcore.mvc.viewfeatures.2.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.razor\\2.2.0\\microsoft.aspnetcore.razor.2.2.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.razor.language\\5.0.0\\microsoft.aspnetcore.razor.language.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.razor.runtime\\2.2.0\\microsoft.aspnetcore.razor.runtime.2.2.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.responsecaching.abstractions\\2.0.0\\microsoft.aspnetcore.responsecaching.abstractions.2.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.routing\\2.2.0\\microsoft.aspnetcore.routing.2.2.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.routing.abstractions\\2.2.0\\microsoft.aspnetcore.routing.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.webutilities\\2.0.0\\microsoft.aspnetcore.webutilities.2.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.bcl.asyncinterfaces\\1.1.1\\microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.codeanalysis.analyzers\\3.0.0\\microsoft.codeanalysis.analyzers.3.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.codeanalysis.common\\3.8.0\\microsoft.codeanalysis.common.3.8.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.codeanalysis.csharp\\3.8.0\\microsoft.codeanalysis.csharp.3.8.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.codeanalysis.csharp.workspaces\\3.8.0\\microsoft.codeanalysis.csharp.workspaces.3.8.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.codeanalysis.razor\\5.0.0\\microsoft.codeanalysis.razor.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.codeanalysis.workspaces.common\\3.8.0\\microsoft.codeanalysis.workspaces.common.3.8.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.csharp\\4.7.0\\microsoft.csharp.4.7.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.data.sqlclient\\2.0.1\\microsoft.data.sqlclient.2.0.1.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.data.sqlclient.sni.runtime\\2.0.1\\microsoft.data.sqlclient.sni.runtime.2.0.1.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.dotnet.platformabstractions\\2.0.0\\microsoft.dotnet.platformabstractions.2.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.entityframeworkcore\\5.0.0\\microsoft.entityframeworkcore.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.entityframeworkcore.abstractions\\5.0.0\\microsoft.entityframeworkcore.abstractions.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.entityframeworkcore.analyzers\\5.0.0\\microsoft.entityframeworkcore.analyzers.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.entityframeworkcore.design\\5.0.0\\microsoft.entityframeworkcore.design.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.entityframeworkcore.relational\\5.0.0\\microsoft.entityframeworkcore.relational.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.entityframeworkcore.sqlserver\\5.0.0\\microsoft.entityframeworkcore.sqlserver.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\5.0.0\\microsoft.extensions.caching.abstractions.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.caching.memory\\5.0.0\\microsoft.extensions.caching.memory.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\5.0.0\\microsoft.extensions.configuration.abstractions.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\5.0.0\\microsoft.extensions.dependencyinjection.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\5.0.0\\microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.dependencymodel\\2.0.0\\microsoft.extensions.dependencymodel.2.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.fileproviders.abstractions\\2.2.0\\microsoft.extensions.fileproviders.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.fileproviders.composite\\2.0.0\\microsoft.extensions.fileproviders.composite.2.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.filesystemglobbing\\2.0.0\\microsoft.extensions.filesystemglobbing.2.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.globalization.cultureinfocache\\1.0.0\\microsoft.extensions.globalization.cultureinfocache.1.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.hosting.abstractions\\2.2.0\\microsoft.extensions.hosting.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.localization\\2.0.0\\microsoft.extensions.localization.2.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.localization.abstractions\\2.0.0\\microsoft.extensions.localization.abstractions.2.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.logging\\5.0.0\\microsoft.extensions.logging.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\5.0.0\\microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.objectpool\\2.2.0\\microsoft.extensions.objectpool.2.2.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.options\\5.0.0\\microsoft.extensions.options.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.primitives\\5.0.1\\microsoft.extensions.primitives.5.0.1.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.webencoders\\2.0.0\\microsoft.extensions.webencoders.2.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.identity.client\\4.14.0\\microsoft.identity.client.4.14.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\5.6.0\\microsoft.identitymodel.jsonwebtokens.5.6.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.identitymodel.logging\\5.6.0\\microsoft.identitymodel.logging.5.6.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.identitymodel.protocols\\5.6.0\\microsoft.identitymodel.protocols.5.6.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\5.6.0\\microsoft.identitymodel.protocols.openidconnect.5.6.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.identitymodel.tokens\\5.6.0\\microsoft.identitymodel.tokens.5.6.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.net.http.headers\\2.2.0\\microsoft.net.http.headers.2.2.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.netcore.platforms\\3.1.0\\microsoft.netcore.platforms.3.1.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.netcore.targets\\1.1.3\\microsoft.netcore.targets.1.1.3.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration\\5.0.2\\microsoft.visualstudio.web.codegeneration.5.0.2.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration.contracts\\5.0.2\\microsoft.visualstudio.web.codegeneration.contracts.5.0.2.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration.core\\5.0.2\\microsoft.visualstudio.web.codegeneration.core.5.0.2.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration.design\\5.0.2\\microsoft.visualstudio.web.codegeneration.design.5.0.2.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration.entityframeworkcore\\5.0.2\\microsoft.visualstudio.web.codegeneration.entityframeworkcore.5.0.2.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration.templating\\5.0.2\\microsoft.visualstudio.web.codegeneration.templating.5.0.2.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration.utils\\5.0.2\\microsoft.visualstudio.web.codegeneration.utils.5.0.2.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.visualstudio.web.codegenerators.mvc\\5.0.2\\microsoft.visualstudio.web.codegenerators.mvc.5.0.2.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.win32.primitives\\4.3.0\\microsoft.win32.primitives.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.win32.registry\\4.7.0\\microsoft.win32.registry.4.7.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.win32.systemevents\\4.7.0\\microsoft.win32.systemevents.4.7.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\netstandard.library\\1.6.1\\netstandard.library.1.6.1.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\newtonsoft.json\\11.0.2\\newtonsoft.json.11.0.2.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\newtonsoft.json.bson\\1.0.1\\newtonsoft.json.bson.1.0.1.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\runtime.native.system\\4.3.0\\runtime.native.system.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\runtime.native.system.io.compression\\4.3.0\\runtime.native.system.io.compression.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\runtime.native.system.net.http\\4.3.0\\runtime.native.system.net.http.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.appcontext\\4.3.0\\system.appcontext.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.buffers\\4.5.0\\system.buffers.4.5.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.collections.concurrent\\4.3.0\\system.collections.concurrent.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.collections.immutable\\5.0.0\\system.collections.immutable.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.collections.nongeneric\\4.3.0\\system.collections.nongeneric.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.collections.specialized\\4.3.0\\system.collections.specialized.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.componentmodel\\4.3.0\\system.componentmodel.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.componentmodel.annotations\\5.0.0\\system.componentmodel.annotations.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.componentmodel.primitives\\4.3.0\\system.componentmodel.primitives.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.componentmodel.typeconverter\\4.3.0\\system.componentmodel.typeconverter.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.composition\\1.0.31\\system.composition.1.0.31.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.composition.attributedmodel\\1.0.31\\system.composition.attributedmodel.1.0.31.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.composition.convention\\1.0.31\\system.composition.convention.1.0.31.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.composition.hosting\\1.0.31\\system.composition.hosting.1.0.31.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.composition.runtime\\1.0.31\\system.composition.runtime.1.0.31.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.composition.typedparts\\1.0.31\\system.composition.typedparts.1.0.31.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.configuration.configurationmanager\\4.7.0\\system.configuration.configurationmanager.4.7.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.console\\4.3.0\\system.console.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.diagnostics.debug\\4.3.0\\system.diagnostics.debug.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.diagnostics.diagnosticsource\\5.0.0\\system.diagnostics.diagnosticsource.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.diagnostics.tools\\4.3.0\\system.diagnostics.tools.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.diagnostics.tracing\\4.3.0\\system.diagnostics.tracing.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.drawing.common\\4.7.0\\system.drawing.common.4.7.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.dynamic.runtime\\4.0.11\\system.dynamic.runtime.4.0.11.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.globalization.calendars\\4.3.0\\system.globalization.calendars.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.globalization.extensions\\4.3.0\\system.globalization.extensions.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.identitymodel.tokens.jwt\\5.6.0\\system.identitymodel.tokens.jwt.5.6.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.io.compression\\4.3.0\\system.io.compression.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.io.compression.zipfile\\4.3.0\\system.io.compression.zipfile.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.io.filesystem\\4.3.0\\system.io.filesystem.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.io.filesystem.primitives\\4.3.0\\system.io.filesystem.primitives.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.io.pipelines\\5.0.2\\system.io.pipelines.5.0.2.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.linq\\4.3.0\\system.linq.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.linq.expressions\\4.3.0\\system.linq.expressions.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.memory\\4.5.4\\system.memory.4.5.4.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.net.http\\4.3.0\\system.net.http.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.net.nameresolution\\4.3.0\\system.net.nameresolution.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.net.primitives\\4.3.0\\system.net.primitives.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.net.sockets\\4.3.0\\system.net.sockets.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.objectmodel\\4.3.0\\system.objectmodel.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.private.datacontractserialization\\4.3.0\\system.private.datacontractserialization.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.private.uri\\4.3.2\\system.private.uri.4.3.2.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.reflection.emit\\4.3.0\\system.reflection.emit.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.reflection.emit.ilgeneration\\4.3.0\\system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.reflection.emit.lightweight\\4.3.0\\system.reflection.emit.lightweight.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.reflection.extensions\\4.3.0\\system.reflection.extensions.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.reflection.metadata\\5.0.0\\system.reflection.metadata.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.reflection.typeextensions\\4.3.0\\system.reflection.typeextensions.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.runtime.caching\\4.7.0\\system.runtime.caching.4.7.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\4.7.1\\system.runtime.compilerservices.unsafe.4.7.1.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.runtime.interopservices.runtimeinformation\\4.3.0\\system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.runtime.numerics\\4.3.0\\system.runtime.numerics.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.runtime.serialization.formatters\\4.3.0\\system.runtime.serialization.formatters.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.runtime.serialization.json\\4.3.0\\system.runtime.serialization.json.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.runtime.serialization.primitives\\4.3.0\\system.runtime.serialization.primitives.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.security.accesscontrol\\4.7.0\\system.security.accesscontrol.4.7.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.security.cryptography.algorithms\\4.3.0\\system.security.cryptography.algorithms.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.security.cryptography.cng\\4.5.0\\system.security.cryptography.cng.4.5.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.security.cryptography.csp\\4.3.0\\system.security.cryptography.csp.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.security.cryptography.encoding\\4.3.0\\system.security.cryptography.encoding.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.security.cryptography.openssl\\4.3.0\\system.security.cryptography.openssl.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.security.cryptography.primitives\\4.3.0\\system.security.cryptography.primitives.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.security.cryptography.protecteddata\\4.7.0\\system.security.cryptography.protecteddata.4.7.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.security.cryptography.x509certificates\\4.3.0\\system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.security.cryptography.xml\\4.4.0\\system.security.cryptography.xml.4.4.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.security.permissions\\4.7.0\\system.security.permissions.4.7.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.security.principal.windows\\4.7.0\\system.security.principal.windows.4.7.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.security.securestring\\4.3.0\\system.security.securestring.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.text.encoding.codepages\\4.7.0\\system.text.encoding.codepages.4.7.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.text.encoding.extensions\\4.3.0\\system.text.encoding.extensions.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.text.encodings.web\\4.5.0\\system.text.encodings.web.4.5.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.text.regularexpressions\\4.3.0\\system.text.regularexpressions.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.4\\system.threading.tasks.extensions.4.5.4.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.threading.timer\\4.3.0\\system.threading.timer.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.windows.extensions\\4.7.0\\system.windows.extensions.4.7.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.xml.readerwriter\\4.3.0\\system.xml.readerwriter.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.xml.xdocument\\4.3.0\\system.xml.xdocument.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.xml.xmldocument\\4.3.0\\system.xml.xmldocument.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.xml.xmlserializer\\4.3.0\\system.xml.xmlserializer.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.netcore.app.host.win-x64\\5.0.12\\microsoft.netcore.app.host.win-x64.5.0.12.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.app.ref\\5.0.0\\microsoft.aspnetcore.app.ref.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.windowsdesktop.app.ref\\5.0.0\\microsoft.windowsdesktop.app.ref.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.netcore.app.ref\\5.0.0\\microsoft.netcore.app.ref.5.0.0.nupkg.sha512" | |||
], | |||
"logs": [] | |||
} |
@@ -5,7 +5,6 @@ build_property.UsingMicrosoftNETSdkWeb = | |||
build_property.ProjectTypeGuids = | |||
build_property.InvariantGlobalization = | |||
build_property.PlatformNeutralAssembly = | |||
build_property.EnforceExtendedAnalyzerRules = | |||
build_property._SupportedPlatformList = Linux,macOS,Windows | |||
build_property.RootNamespace = Karsha_Site.Application | |||
build_property.ProjectDir = E:\Project\Projeh\MyProjeh\Karsha_Site\Karsha_Site.Application\ | |||
build_property.ProjectDir = E:\Project\C#.Net\Karsha\Karsha_Site.Application\ |
@@ -1,20 +1,20 @@ | |||
{ | |||
"format": 1, | |||
"restore": { | |||
"E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Application\\Karsha_Site.Application.csproj": {} | |||
"E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Application\\Karsha_Site.Application.csproj": {} | |||
}, | |||
"projects": { | |||
"E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Application\\Karsha_Site.Application.csproj": { | |||
"E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Application\\Karsha_Site.Application.csproj": { | |||
"version": "1.0.0", | |||
"restore": { | |||
"projectUniqueName": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Application\\Karsha_Site.Application.csproj", | |||
"projectUniqueName": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Application\\Karsha_Site.Application.csproj", | |||
"projectName": "Karsha_Site.Application", | |||
"projectPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Application\\Karsha_Site.Application.csproj", | |||
"packagesPath": "C:\\Users\\sajjadi\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Application\\obj\\", | |||
"projectPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Application\\Karsha_Site.Application.csproj", | |||
"packagesPath": "C:\\Users\\Pouya\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Application\\obj\\", | |||
"projectStyle": "PackageReference", | |||
"configFilePaths": [ | |||
"C:\\Users\\sajjadi\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Users\\Pouya\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | |||
], | |||
"originalTargetFrameworks": [ | |||
@@ -28,11 +28,11 @@ | |||
"net5.0": { | |||
"targetAlias": "net5.0", | |||
"projectReferences": { | |||
"E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Common\\Karsha_Site.Common.csproj": { | |||
"projectPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Common\\Karsha_Site.Common.csproj" | |||
"E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Common\\Karsha_Site.Common.csproj": { | |||
"projectPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Common\\Karsha_Site.Common.csproj" | |||
}, | |||
"E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj": { | |||
"projectPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj" | |||
"E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj": { | |||
"projectPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj" | |||
} | |||
} | |||
} | |||
@@ -66,31 +66,44 @@ | |||
"net47", | |||
"net471", | |||
"net472", | |||
"net48", | |||
"net481" | |||
"net48" | |||
], | |||
"assetTargetFallback": true, | |||
"warn": true, | |||
"downloadDependencies": [ | |||
{ | |||
"name": "Microsoft.AspNetCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.NETCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.WindowsDesktop.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
} | |||
], | |||
"frameworkReferences": { | |||
"Microsoft.NETCore.App": { | |||
"privateAssets": "all" | |||
} | |||
}, | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.304\\RuntimeIdentifierGraph.json" | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.100\\RuntimeIdentifierGraph.json" | |||
} | |||
} | |||
}, | |||
"E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Common\\Karsha_Site.Common.csproj": { | |||
"E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Common\\Karsha_Site.Common.csproj": { | |||
"version": "1.0.0", | |||
"restore": { | |||
"projectUniqueName": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Common\\Karsha_Site.Common.csproj", | |||
"projectUniqueName": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Common\\Karsha_Site.Common.csproj", | |||
"projectName": "Karsha_Site.Common", | |||
"projectPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Common\\Karsha_Site.Common.csproj", | |||
"packagesPath": "C:\\Users\\sajjadi\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Common\\obj\\", | |||
"projectPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Common\\Karsha_Site.Common.csproj", | |||
"packagesPath": "C:\\Users\\Pouya\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Common\\obj\\", | |||
"projectStyle": "PackageReference", | |||
"configFilePaths": [ | |||
"C:\\Users\\sajjadi\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Users\\Pouya\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | |||
], | |||
"originalTargetFrameworks": [ | |||
@@ -131,31 +144,44 @@ | |||
"net47", | |||
"net471", | |||
"net472", | |||
"net48", | |||
"net481" | |||
"net48" | |||
], | |||
"assetTargetFallback": true, | |||
"warn": true, | |||
"downloadDependencies": [ | |||
{ | |||
"name": "Microsoft.AspNetCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.NETCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.WindowsDesktop.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
} | |||
], | |||
"frameworkReferences": { | |||
"Microsoft.NETCore.App": { | |||
"privateAssets": "all" | |||
} | |||
}, | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.304\\RuntimeIdentifierGraph.json" | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.100\\RuntimeIdentifierGraph.json" | |||
} | |||
} | |||
}, | |||
"E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj": { | |||
"E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj": { | |||
"version": "1.0.0", | |||
"restore": { | |||
"projectUniqueName": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj", | |||
"projectUniqueName": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj", | |||
"projectName": "Karsha_Site.Domain", | |||
"projectPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj", | |||
"packagesPath": "C:\\Users\\sajjadi\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Domain\\obj\\", | |||
"projectPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj", | |||
"packagesPath": "C:\\Users\\Pouya\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Domain\\obj\\", | |||
"projectStyle": "PackageReference", | |||
"configFilePaths": [ | |||
"C:\\Users\\sajjadi\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Users\\Pouya\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | |||
], | |||
"originalTargetFrameworks": [ | |||
@@ -186,17 +212,30 @@ | |||
"net47", | |||
"net471", | |||
"net472", | |||
"net48", | |||
"net481" | |||
"net48" | |||
], | |||
"assetTargetFallback": true, | |||
"warn": true, | |||
"downloadDependencies": [ | |||
{ | |||
"name": "Microsoft.AspNetCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.NETCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.WindowsDesktop.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
} | |||
], | |||
"frameworkReferences": { | |||
"Microsoft.NETCore.App": { | |||
"privateAssets": "all" | |||
} | |||
}, | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.304\\RuntimeIdentifierGraph.json" | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.100\\RuntimeIdentifierGraph.json" | |||
} | |||
} | |||
} |
@@ -5,11 +5,11 @@ | |||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> | |||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> | |||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> | |||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\sajjadi\.nuget\packages\</NuGetPackageFolders> | |||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Pouya\.nuget\packages\</NuGetPackageFolders> | |||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> | |||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.6.0</NuGetToolVersion> | |||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.0.0</NuGetToolVersion> | |||
</PropertyGroup> | |||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | |||
<SourceRoot Include="C:\Users\sajjadi\.nuget\packages\" /> | |||
<SourceRoot Include="C:\Users\Pouya\.nuget\packages\" /> | |||
</ItemGroup> | |||
</Project> |
@@ -10,14 +10,10 @@ | |||
"Microsoft.Extensions.Hosting.Abstractions": "2.2.0" | |||
}, | |||
"compile": { | |||
"lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll": {} | |||
} | |||
}, | |||
"Microsoft.AspNetCore.Hosting.Server.Abstractions/2.2.0": { | |||
@@ -27,14 +23,10 @@ | |||
"Microsoft.Extensions.Configuration.Abstractions": "2.2.0" | |||
}, | |||
"compile": { | |||
"lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} | |||
} | |||
}, | |||
"Microsoft.AspNetCore.Http.Abstractions/2.2.0": { | |||
@@ -44,14 +36,10 @@ | |||
"System.Text.Encodings.Web": "4.5.0" | |||
}, | |||
"compile": { | |||
"lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": {} | |||
} | |||
}, | |||
"Microsoft.AspNetCore.Http.Features/5.0.17": { | |||
@@ -61,14 +49,10 @@ | |||
"System.IO.Pipelines": "5.0.2" | |||
}, | |||
"compile": { | |||
"lib/net5.0/Microsoft.AspNetCore.Http.Features.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/net5.0/Microsoft.AspNetCore.Http.Features.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/net5.0/Microsoft.AspNetCore.Http.Features.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/net5.0/Microsoft.AspNetCore.Http.Features.dll": {} | |||
} | |||
}, | |||
"Microsoft.EntityFrameworkCore/5.0.0": { | |||
@@ -84,27 +68,19 @@ | |||
"System.Diagnostics.DiagnosticSource": "5.0.0" | |||
}, | |||
"compile": { | |||
"lib/netstandard2.1/Microsoft.EntityFrameworkCore.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.1/Microsoft.EntityFrameworkCore.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/netstandard2.1/Microsoft.EntityFrameworkCore.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.1/Microsoft.EntityFrameworkCore.dll": {} | |||
} | |||
}, | |||
"Microsoft.EntityFrameworkCore.Abstractions/5.0.0": { | |||
"type": "package", | |||
"compile": { | |||
"lib/netstandard2.1/Microsoft.EntityFrameworkCore.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.1/Microsoft.EntityFrameworkCore.Abstractions.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/netstandard2.1/Microsoft.EntityFrameworkCore.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.1/Microsoft.EntityFrameworkCore.Abstractions.dll": {} | |||
} | |||
}, | |||
"Microsoft.EntityFrameworkCore.Analyzers/5.0.0": { | |||
@@ -122,14 +98,10 @@ | |||
"Microsoft.Extensions.Primitives": "5.0.0" | |||
}, | |||
"compile": { | |||
"lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {} | |||
} | |||
}, | |||
"Microsoft.Extensions.Caching.Memory/5.0.0": { | |||
@@ -142,14 +114,10 @@ | |||
"Microsoft.Extensions.Primitives": "5.0.0" | |||
}, | |||
"compile": { | |||
"lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {} | |||
} | |||
}, | |||
"Microsoft.Extensions.Configuration.Abstractions/2.2.0": { | |||
@@ -158,14 +126,10 @@ | |||
"Microsoft.Extensions.Primitives": "2.2.0" | |||
}, | |||
"compile": { | |||
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} | |||
} | |||
}, | |||
"Microsoft.Extensions.DependencyInjection/5.0.0": { | |||
@@ -174,27 +138,19 @@ | |||
"Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0" | |||
}, | |||
"compile": { | |||
"lib/net5.0/Microsoft.Extensions.DependencyInjection.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/net5.0/Microsoft.Extensions.DependencyInjection.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/net5.0/Microsoft.Extensions.DependencyInjection.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/net5.0/Microsoft.Extensions.DependencyInjection.dll": {} | |||
} | |||
}, | |||
"Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": { | |||
"type": "package", | |||
"compile": { | |||
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} | |||
} | |||
}, | |||
"Microsoft.Extensions.FileProviders.Abstractions/2.2.0": { | |||
@@ -203,14 +159,10 @@ | |||
"Microsoft.Extensions.Primitives": "2.2.0" | |||
}, | |||
"compile": { | |||
"lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} | |||
} | |||
}, | |||
"Microsoft.Extensions.Hosting.Abstractions/2.2.0": { | |||
@@ -222,14 +174,10 @@ | |||
"Microsoft.Extensions.Logging.Abstractions": "2.2.0" | |||
}, | |||
"compile": { | |||
"lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll": {} | |||
} | |||
}, | |||
"Microsoft.Extensions.Logging/5.0.0": { | |||
@@ -241,27 +189,19 @@ | |||
"Microsoft.Extensions.Options": "5.0.0" | |||
}, | |||
"compile": { | |||
"lib/netstandard2.1/Microsoft.Extensions.Logging.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/netstandard2.1/Microsoft.Extensions.Logging.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {} | |||
} | |||
}, | |||
"Microsoft.Extensions.Logging.Abstractions/5.0.0": { | |||
"type": "package", | |||
"compile": { | |||
"lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {} | |||
} | |||
}, | |||
"Microsoft.Extensions.Options/5.0.0": { | |||
@@ -271,92 +211,64 @@ | |||
"Microsoft.Extensions.Primitives": "5.0.0" | |||
}, | |||
"compile": { | |||
"lib/net5.0/Microsoft.Extensions.Options.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/net5.0/Microsoft.Extensions.Options.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/net5.0/Microsoft.Extensions.Options.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/net5.0/Microsoft.Extensions.Options.dll": {} | |||
} | |||
}, | |||
"Microsoft.Extensions.Primitives/5.0.1": { | |||
"type": "package", | |||
"compile": { | |||
"lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll": {} | |||
} | |||
}, | |||
"System.Collections.Immutable/5.0.0": { | |||
"type": "package", | |||
"compile": { | |||
"lib/netstandard2.0/System.Collections.Immutable.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/System.Collections.Immutable.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/netstandard2.0/System.Collections.Immutable.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/System.Collections.Immutable.dll": {} | |||
} | |||
}, | |||
"System.ComponentModel.Annotations/5.0.0": { | |||
"type": "package", | |||
"compile": { | |||
"ref/netstandard2.1/System.ComponentModel.Annotations.dll": { | |||
"related": ".xml" | |||
} | |||
"ref/netstandard2.1/System.ComponentModel.Annotations.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/netstandard2.1/System.ComponentModel.Annotations.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.1/System.ComponentModel.Annotations.dll": {} | |||
} | |||
}, | |||
"System.Diagnostics.DiagnosticSource/5.0.0": { | |||
"type": "package", | |||
"compile": { | |||
"lib/net5.0/System.Diagnostics.DiagnosticSource.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/net5.0/System.Diagnostics.DiagnosticSource.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/net5.0/System.Diagnostics.DiagnosticSource.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/net5.0/System.Diagnostics.DiagnosticSource.dll": {} | |||
} | |||
}, | |||
"System.IO.Pipelines/5.0.2": { | |||
"type": "package", | |||
"compile": { | |||
"ref/netcoreapp2.0/System.IO.Pipelines.dll": { | |||
"related": ".xml" | |||
} | |||
"ref/netcoreapp2.0/System.IO.Pipelines.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/netcoreapp3.0/System.IO.Pipelines.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netcoreapp3.0/System.IO.Pipelines.dll": {} | |||
} | |||
}, | |||
"System.Text.Encodings.Web/4.5.0": { | |||
"type": "package", | |||
"compile": { | |||
"lib/netstandard2.0/System.Text.Encodings.Web.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/System.Text.Encodings.Web.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/netstandard2.0/System.Text.Encodings.Web.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/System.Text.Encodings.Web.dll": {} | |||
} | |||
}, | |||
"Karsha_Site.Common/1.0.0": { | |||
@@ -905,19 +817,19 @@ | |||
] | |||
}, | |||
"packageFolders": { | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\": {} | |||
"C:\\Users\\Pouya\\.nuget\\packages\\": {} | |||
}, | |||
"project": { | |||
"version": "1.0.0", | |||
"restore": { | |||
"projectUniqueName": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Application\\Karsha_Site.Application.csproj", | |||
"projectUniqueName": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Application\\Karsha_Site.Application.csproj", | |||
"projectName": "Karsha_Site.Application", | |||
"projectPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Application\\Karsha_Site.Application.csproj", | |||
"packagesPath": "C:\\Users\\sajjadi\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Application\\obj\\", | |||
"projectPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Application\\Karsha_Site.Application.csproj", | |||
"packagesPath": "C:\\Users\\Pouya\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Application\\obj\\", | |||
"projectStyle": "PackageReference", | |||
"configFilePaths": [ | |||
"C:\\Users\\sajjadi\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Users\\Pouya\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | |||
], | |||
"originalTargetFrameworks": [ | |||
@@ -931,11 +843,11 @@ | |||
"net5.0": { | |||
"targetAlias": "net5.0", | |||
"projectReferences": { | |||
"E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Common\\Karsha_Site.Common.csproj": { | |||
"projectPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Common\\Karsha_Site.Common.csproj" | |||
"E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Common\\Karsha_Site.Common.csproj": { | |||
"projectPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Common\\Karsha_Site.Common.csproj" | |||
}, | |||
"E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj": { | |||
"projectPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj" | |||
"E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj": { | |||
"projectPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj" | |||
} | |||
} | |||
} | |||
@@ -969,17 +881,30 @@ | |||
"net47", | |||
"net471", | |||
"net472", | |||
"net48", | |||
"net481" | |||
"net48" | |||
], | |||
"assetTargetFallback": true, | |||
"warn": true, | |||
"downloadDependencies": [ | |||
{ | |||
"name": "Microsoft.AspNetCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.NETCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.WindowsDesktop.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
} | |||
], | |||
"frameworkReferences": { | |||
"Microsoft.NETCore.App": { | |||
"privateAssets": "all" | |||
} | |||
}, | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.304\\RuntimeIdentifierGraph.json" | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.100\\RuntimeIdentifierGraph.json" | |||
} | |||
} | |||
} |
@@ -1,32 +1,35 @@ | |||
{ | |||
"version": 2, | |||
"dgSpecHash": "/nyHfQ2vvpjfvjLrg2ra+jVL44BHC3qNPsmORnIdmhwb4YEfBMeDIAX72ZGfjlUGxTmpVrzSVE4m7wZvzvxiUA==", | |||
"dgSpecHash": "g85iTg/MjFf2AMo2WyPqI+PwE9IC8woRyCmv3ZyiHPzOzTG5xzUwJqmtxR8BV1zcyBTuaTNmMXnQbkxcdJXRCw==", | |||
"success": true, | |||
"projectFilePath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Application\\Karsha_Site.Application.csproj", | |||
"projectFilePath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Application\\Karsha_Site.Application.csproj", | |||
"expectedPackageFiles": [ | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.hosting.abstractions\\2.2.0\\microsoft.aspnetcore.hosting.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.hosting.server.abstractions\\2.2.0\\microsoft.aspnetcore.hosting.server.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.http.abstractions\\2.2.0\\microsoft.aspnetcore.http.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.http.features\\5.0.17\\microsoft.aspnetcore.http.features.5.0.17.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.entityframeworkcore\\5.0.0\\microsoft.entityframeworkcore.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.entityframeworkcore.abstractions\\5.0.0\\microsoft.entityframeworkcore.abstractions.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.entityframeworkcore.analyzers\\5.0.0\\microsoft.entityframeworkcore.analyzers.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\5.0.0\\microsoft.extensions.caching.abstractions.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.caching.memory\\5.0.0\\microsoft.extensions.caching.memory.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\2.2.0\\microsoft.extensions.configuration.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\5.0.0\\microsoft.extensions.dependencyinjection.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\5.0.0\\microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.fileproviders.abstractions\\2.2.0\\microsoft.extensions.fileproviders.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.hosting.abstractions\\2.2.0\\microsoft.extensions.hosting.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.logging\\5.0.0\\microsoft.extensions.logging.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\5.0.0\\microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.options\\5.0.0\\microsoft.extensions.options.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.primitives\\5.0.1\\microsoft.extensions.primitives.5.0.1.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.collections.immutable\\5.0.0\\system.collections.immutable.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.componentmodel.annotations\\5.0.0\\system.componentmodel.annotations.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.diagnostics.diagnosticsource\\5.0.0\\system.diagnostics.diagnosticsource.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.io.pipelines\\5.0.2\\system.io.pipelines.5.0.2.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.text.encodings.web\\4.5.0\\system.text.encodings.web.4.5.0.nupkg.sha512" | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.hosting.abstractions\\2.2.0\\microsoft.aspnetcore.hosting.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.hosting.server.abstractions\\2.2.0\\microsoft.aspnetcore.hosting.server.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.http.abstractions\\2.2.0\\microsoft.aspnetcore.http.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.http.features\\5.0.17\\microsoft.aspnetcore.http.features.5.0.17.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.entityframeworkcore\\5.0.0\\microsoft.entityframeworkcore.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.entityframeworkcore.abstractions\\5.0.0\\microsoft.entityframeworkcore.abstractions.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.entityframeworkcore.analyzers\\5.0.0\\microsoft.entityframeworkcore.analyzers.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\5.0.0\\microsoft.extensions.caching.abstractions.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.caching.memory\\5.0.0\\microsoft.extensions.caching.memory.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\2.2.0\\microsoft.extensions.configuration.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\5.0.0\\microsoft.extensions.dependencyinjection.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\5.0.0\\microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.fileproviders.abstractions\\2.2.0\\microsoft.extensions.fileproviders.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.hosting.abstractions\\2.2.0\\microsoft.extensions.hosting.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.logging\\5.0.0\\microsoft.extensions.logging.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\5.0.0\\microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.options\\5.0.0\\microsoft.extensions.options.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.primitives\\5.0.1\\microsoft.extensions.primitives.5.0.1.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.collections.immutable\\5.0.0\\system.collections.immutable.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.componentmodel.annotations\\5.0.0\\system.componentmodel.annotations.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.diagnostics.diagnosticsource\\5.0.0\\system.diagnostics.diagnosticsource.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.io.pipelines\\5.0.2\\system.io.pipelines.5.0.2.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.text.encodings.web\\4.5.0\\system.text.encodings.web.4.5.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.app.ref\\5.0.0\\microsoft.aspnetcore.app.ref.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.windowsdesktop.app.ref\\5.0.0\\microsoft.windowsdesktop.app.ref.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.netcore.app.ref\\5.0.0\\microsoft.netcore.app.ref.5.0.0.nupkg.sha512" | |||
], | |||
"logs": [] | |||
} |
@@ -5,7 +5,6 @@ build_property.UsingMicrosoftNETSdkWeb = | |||
build_property.ProjectTypeGuids = | |||
build_property.InvariantGlobalization = | |||
build_property.PlatformNeutralAssembly = | |||
build_property.EnforceExtendedAnalyzerRules = | |||
build_property._SupportedPlatformList = Linux,macOS,Windows | |||
build_property.RootNamespace = Karsha_Site.Common | |||
build_property.ProjectDir = E:\Project\Projeh\MyProjeh\Karsha_Site\Karsha_Site.Common\ | |||
build_property.ProjectDir = E:\Project\C#.Net\Karsha\Karsha_Site.Common\ |
@@ -1,20 +1,20 @@ | |||
{ | |||
"format": 1, | |||
"restore": { | |||
"E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Common\\Karsha_Site.Common.csproj": {} | |||
"E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Common\\Karsha_Site.Common.csproj": {} | |||
}, | |||
"projects": { | |||
"E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Common\\Karsha_Site.Common.csproj": { | |||
"E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Common\\Karsha_Site.Common.csproj": { | |||
"version": "1.0.0", | |||
"restore": { | |||
"projectUniqueName": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Common\\Karsha_Site.Common.csproj", | |||
"projectUniqueName": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Common\\Karsha_Site.Common.csproj", | |||
"projectName": "Karsha_Site.Common", | |||
"projectPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Common\\Karsha_Site.Common.csproj", | |||
"packagesPath": "C:\\Users\\sajjadi\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Common\\obj\\", | |||
"projectPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Common\\Karsha_Site.Common.csproj", | |||
"packagesPath": "C:\\Users\\Pouya\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Common\\obj\\", | |||
"projectStyle": "PackageReference", | |||
"configFilePaths": [ | |||
"C:\\Users\\sajjadi\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Users\\Pouya\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | |||
], | |||
"originalTargetFrameworks": [ | |||
@@ -55,17 +55,30 @@ | |||
"net47", | |||
"net471", | |||
"net472", | |||
"net48", | |||
"net481" | |||
"net48" | |||
], | |||
"assetTargetFallback": true, | |||
"warn": true, | |||
"downloadDependencies": [ | |||
{ | |||
"name": "Microsoft.AspNetCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.NETCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.WindowsDesktop.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
} | |||
], | |||
"frameworkReferences": { | |||
"Microsoft.NETCore.App": { | |||
"privateAssets": "all" | |||
} | |||
}, | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.304\\RuntimeIdentifierGraph.json" | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.100\\RuntimeIdentifierGraph.json" | |||
} | |||
} | |||
} |
@@ -5,11 +5,11 @@ | |||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> | |||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> | |||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> | |||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\sajjadi\.nuget\packages\</NuGetPackageFolders> | |||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Pouya\.nuget\packages\</NuGetPackageFolders> | |||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> | |||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.6.0</NuGetToolVersion> | |||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.0.0</NuGetToolVersion> | |||
</PropertyGroup> | |||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | |||
<SourceRoot Include="C:\Users\sajjadi\.nuget\packages\" /> | |||
<SourceRoot Include="C:\Users\Pouya\.nuget\packages\" /> | |||
</ItemGroup> | |||
</Project> |
@@ -10,14 +10,10 @@ | |||
"Microsoft.Extensions.Hosting.Abstractions": "2.2.0" | |||
}, | |||
"compile": { | |||
"lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll": {} | |||
} | |||
}, | |||
"Microsoft.AspNetCore.Hosting.Server.Abstractions/2.2.0": { | |||
@@ -27,14 +23,10 @@ | |||
"Microsoft.Extensions.Configuration.Abstractions": "2.2.0" | |||
}, | |||
"compile": { | |||
"lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} | |||
} | |||
}, | |||
"Microsoft.AspNetCore.Http.Abstractions/2.2.0": { | |||
@@ -44,14 +36,10 @@ | |||
"System.Text.Encodings.Web": "4.5.0" | |||
}, | |||
"compile": { | |||
"lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": {} | |||
} | |||
}, | |||
"Microsoft.AspNetCore.Http.Features/5.0.17": { | |||
@@ -61,14 +49,10 @@ | |||
"System.IO.Pipelines": "5.0.2" | |||
}, | |||
"compile": { | |||
"lib/net5.0/Microsoft.AspNetCore.Http.Features.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/net5.0/Microsoft.AspNetCore.Http.Features.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/net5.0/Microsoft.AspNetCore.Http.Features.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/net5.0/Microsoft.AspNetCore.Http.Features.dll": {} | |||
} | |||
}, | |||
"Microsoft.Extensions.Configuration.Abstractions/2.2.0": { | |||
@@ -77,27 +61,19 @@ | |||
"Microsoft.Extensions.Primitives": "2.2.0" | |||
}, | |||
"compile": { | |||
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} | |||
} | |||
}, | |||
"Microsoft.Extensions.DependencyInjection.Abstractions/2.2.0": { | |||
"type": "package", | |||
"compile": { | |||
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} | |||
} | |||
}, | |||
"Microsoft.Extensions.FileProviders.Abstractions/2.2.0": { | |||
@@ -106,14 +82,10 @@ | |||
"Microsoft.Extensions.Primitives": "2.2.0" | |||
}, | |||
"compile": { | |||
"lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} | |||
} | |||
}, | |||
"Microsoft.Extensions.Hosting.Abstractions/2.2.0": { | |||
@@ -125,66 +97,46 @@ | |||
"Microsoft.Extensions.Logging.Abstractions": "2.2.0" | |||
}, | |||
"compile": { | |||
"lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll": {} | |||
} | |||
}, | |||
"Microsoft.Extensions.Logging.Abstractions/2.2.0": { | |||
"type": "package", | |||
"compile": { | |||
"lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {} | |||
} | |||
}, | |||
"Microsoft.Extensions.Primitives/5.0.1": { | |||
"type": "package", | |||
"compile": { | |||
"lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll": {} | |||
} | |||
}, | |||
"System.IO.Pipelines/5.0.2": { | |||
"type": "package", | |||
"compile": { | |||
"ref/netcoreapp2.0/System.IO.Pipelines.dll": { | |||
"related": ".xml" | |||
} | |||
"ref/netcoreapp2.0/System.IO.Pipelines.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/netcoreapp3.0/System.IO.Pipelines.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netcoreapp3.0/System.IO.Pipelines.dll": {} | |||
} | |||
}, | |||
"System.Text.Encodings.Web/4.5.0": { | |||
"type": "package", | |||
"compile": { | |||
"lib/netstandard2.0/System.Text.Encodings.Web.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/System.Text.Encodings.Web.dll": {} | |||
}, | |||
"runtime": { | |||
"lib/netstandard2.0/System.Text.Encodings.Web.dll": { | |||
"related": ".xml" | |||
} | |||
"lib/netstandard2.0/System.Text.Encodings.Web.dll": {} | |||
} | |||
} | |||
} | |||
@@ -388,19 +340,19 @@ | |||
] | |||
}, | |||
"packageFolders": { | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\": {} | |||
"C:\\Users\\Pouya\\.nuget\\packages\\": {} | |||
}, | |||
"project": { | |||
"version": "1.0.0", | |||
"restore": { | |||
"projectUniqueName": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Common\\Karsha_Site.Common.csproj", | |||
"projectUniqueName": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Common\\Karsha_Site.Common.csproj", | |||
"projectName": "Karsha_Site.Common", | |||
"projectPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Common\\Karsha_Site.Common.csproj", | |||
"packagesPath": "C:\\Users\\sajjadi\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Common\\obj\\", | |||
"projectPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Common\\Karsha_Site.Common.csproj", | |||
"packagesPath": "C:\\Users\\Pouya\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Common\\obj\\", | |||
"projectStyle": "PackageReference", | |||
"configFilePaths": [ | |||
"C:\\Users\\sajjadi\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Users\\Pouya\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | |||
], | |||
"originalTargetFrameworks": [ | |||
@@ -441,17 +393,30 @@ | |||
"net47", | |||
"net471", | |||
"net472", | |||
"net48", | |||
"net481" | |||
"net48" | |||
], | |||
"assetTargetFallback": true, | |||
"warn": true, | |||
"downloadDependencies": [ | |||
{ | |||
"name": "Microsoft.AspNetCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.NETCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.WindowsDesktop.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
} | |||
], | |||
"frameworkReferences": { | |||
"Microsoft.NETCore.App": { | |||
"privateAssets": "all" | |||
} | |||
}, | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.304\\RuntimeIdentifierGraph.json" | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.100\\RuntimeIdentifierGraph.json" | |||
} | |||
} | |||
} |
@@ -1,21 +1,24 @@ | |||
{ | |||
"version": 2, | |||
"dgSpecHash": "bWvPGvkZWmNp16YbszZ4CAabwpGGlALpAlJbLsycgKppE6qrPkkmkMw0lJ+h2hx6T/r+TQVIBSvooKDdgoB1Ew==", | |||
"dgSpecHash": "hRyN4/eciH3x97Zrlbyg9QIRXZlG0rXMm/jTA76K3PgvWyqBQFjYzKW7Uw2g6l/q1IxtpvsCMGub9fiKSVg/Pw==", | |||
"success": true, | |||
"projectFilePath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Common\\Karsha_Site.Common.csproj", | |||
"projectFilePath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Common\\Karsha_Site.Common.csproj", | |||
"expectedPackageFiles": [ | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.hosting.abstractions\\2.2.0\\microsoft.aspnetcore.hosting.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.hosting.server.abstractions\\2.2.0\\microsoft.aspnetcore.hosting.server.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.http.abstractions\\2.2.0\\microsoft.aspnetcore.http.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.http.features\\5.0.17\\microsoft.aspnetcore.http.features.5.0.17.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\2.2.0\\microsoft.extensions.configuration.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\2.2.0\\microsoft.extensions.dependencyinjection.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.fileproviders.abstractions\\2.2.0\\microsoft.extensions.fileproviders.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.hosting.abstractions\\2.2.0\\microsoft.extensions.hosting.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\2.2.0\\microsoft.extensions.logging.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.primitives\\5.0.1\\microsoft.extensions.primitives.5.0.1.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.io.pipelines\\5.0.2\\system.io.pipelines.5.0.2.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.text.encodings.web\\4.5.0\\system.text.encodings.web.4.5.0.nupkg.sha512" | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.hosting.abstractions\\2.2.0\\microsoft.aspnetcore.hosting.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.hosting.server.abstractions\\2.2.0\\microsoft.aspnetcore.hosting.server.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.http.abstractions\\2.2.0\\microsoft.aspnetcore.http.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.http.features\\5.0.17\\microsoft.aspnetcore.http.features.5.0.17.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\2.2.0\\microsoft.extensions.configuration.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\2.2.0\\microsoft.extensions.dependencyinjection.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.fileproviders.abstractions\\2.2.0\\microsoft.extensions.fileproviders.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.hosting.abstractions\\2.2.0\\microsoft.extensions.hosting.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\2.2.0\\microsoft.extensions.logging.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.primitives\\5.0.1\\microsoft.extensions.primitives.5.0.1.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.io.pipelines\\5.0.2\\system.io.pipelines.5.0.2.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.text.encodings.web\\4.5.0\\system.text.encodings.web.4.5.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.app.ref\\5.0.0\\microsoft.aspnetcore.app.ref.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.windowsdesktop.app.ref\\5.0.0\\microsoft.windowsdesktop.app.ref.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.netcore.app.ref\\5.0.0\\microsoft.netcore.app.ref.5.0.0.nupkg.sha512" | |||
], | |||
"logs": [] | |||
} |
@@ -5,7 +5,6 @@ build_property.UsingMicrosoftNETSdkWeb = | |||
build_property.ProjectTypeGuids = | |||
build_property.InvariantGlobalization = | |||
build_property.PlatformNeutralAssembly = | |||
build_property.EnforceExtendedAnalyzerRules = | |||
build_property._SupportedPlatformList = Linux,macOS,Windows | |||
build_property.RootNamespace = Karsha_Site.Domain | |||
build_property.ProjectDir = E:\Project\Projeh\MyProjeh\Karsha_Site\Karsha_Site.Domain\ | |||
build_property.ProjectDir = E:\Project\C#.Net\Karsha\Karsha_Site.Domain\ |
@@ -1,20 +1,20 @@ | |||
{ | |||
"format": 1, | |||
"restore": { | |||
"E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj": {} | |||
"E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj": {} | |||
}, | |||
"projects": { | |||
"E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj": { | |||
"E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj": { | |||
"version": "1.0.0", | |||
"restore": { | |||
"projectUniqueName": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj", | |||
"projectUniqueName": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj", | |||
"projectName": "Karsha_Site.Domain", | |||
"projectPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj", | |||
"packagesPath": "C:\\Users\\sajjadi\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Domain\\obj\\", | |||
"projectPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj", | |||
"packagesPath": "C:\\Users\\Pouya\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Domain\\obj\\", | |||
"projectStyle": "PackageReference", | |||
"configFilePaths": [ | |||
"C:\\Users\\sajjadi\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Users\\Pouya\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | |||
], | |||
"originalTargetFrameworks": [ | |||
@@ -45,17 +45,30 @@ | |||
"net47", | |||
"net471", | |||
"net472", | |||
"net48", | |||
"net481" | |||
"net48" | |||
], | |||
"assetTargetFallback": true, | |||
"warn": true, | |||
"downloadDependencies": [ | |||
{ | |||
"name": "Microsoft.AspNetCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.NETCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.WindowsDesktop.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
} | |||
], | |||
"frameworkReferences": { | |||
"Microsoft.NETCore.App": { | |||
"privateAssets": "all" | |||
} | |||
}, | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.304\\RuntimeIdentifierGraph.json" | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.100\\RuntimeIdentifierGraph.json" | |||
} | |||
} | |||
} |
@@ -5,11 +5,11 @@ | |||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> | |||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> | |||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> | |||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\sajjadi\.nuget\packages\</NuGetPackageFolders> | |||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Pouya\.nuget\packages\</NuGetPackageFolders> | |||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> | |||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.6.0</NuGetToolVersion> | |||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.0.0</NuGetToolVersion> | |||
</PropertyGroup> | |||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | |||
<SourceRoot Include="C:\Users\sajjadi\.nuget\packages\" /> | |||
<SourceRoot Include="C:\Users\Pouya\.nuget\packages\" /> | |||
</ItemGroup> | |||
</Project> |
@@ -8,19 +8,19 @@ | |||
"net5.0": [] | |||
}, | |||
"packageFolders": { | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\": {} | |||
"C:\\Users\\Pouya\\.nuget\\packages\\": {} | |||
}, | |||
"project": { | |||
"version": "1.0.0", | |||
"restore": { | |||
"projectUniqueName": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj", | |||
"projectUniqueName": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj", | |||
"projectName": "Karsha_Site.Domain", | |||
"projectPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj", | |||
"packagesPath": "C:\\Users\\sajjadi\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Domain\\obj\\", | |||
"projectPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj", | |||
"packagesPath": "C:\\Users\\Pouya\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Domain\\obj\\", | |||
"projectStyle": "PackageReference", | |||
"configFilePaths": [ | |||
"C:\\Users\\sajjadi\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Users\\Pouya\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | |||
], | |||
"originalTargetFrameworks": [ | |||
@@ -51,17 +51,30 @@ | |||
"net47", | |||
"net471", | |||
"net472", | |||
"net48", | |||
"net481" | |||
"net48" | |||
], | |||
"assetTargetFallback": true, | |||
"warn": true, | |||
"downloadDependencies": [ | |||
{ | |||
"name": "Microsoft.AspNetCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.NETCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.WindowsDesktop.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
} | |||
], | |||
"frameworkReferences": { | |||
"Microsoft.NETCore.App": { | |||
"privateAssets": "all" | |||
} | |||
}, | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.304\\RuntimeIdentifierGraph.json" | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.100\\RuntimeIdentifierGraph.json" | |||
} | |||
} | |||
} |
@@ -1,8 +1,12 @@ | |||
{ | |||
"version": 2, | |||
"dgSpecHash": "BL80B6BLhBEx8X18HZQaP1PdUApcLyL9PXaM2lZJ+ymTpZr1zaRKWxMFhm7SMHAnM8dg7RqKXYr0bt9OrlNeBA==", | |||
"dgSpecHash": "SePKiiYgutaCzdgMC6rH7qtV2SJK7k0Ua3RXMHG2xde13DKmj6U1ZT4FNcY1M/XWDdUXrw+Bv3MB9PZwtZkQ5A==", | |||
"success": true, | |||
"projectFilePath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj", | |||
"expectedPackageFiles": [], | |||
"projectFilePath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj", | |||
"expectedPackageFiles": [ | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.app.ref\\5.0.0\\microsoft.aspnetcore.app.ref.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.windowsdesktop.app.ref\\5.0.0\\microsoft.windowsdesktop.app.ref.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.netcore.app.ref\\5.0.0\\microsoft.netcore.app.ref.5.0.0.nupkg.sha512" | |||
], | |||
"logs": [] | |||
} |
@@ -5,7 +5,6 @@ build_property.UsingMicrosoftNETSdkWeb = | |||
build_property.ProjectTypeGuids = | |||
build_property.InvariantGlobalization = | |||
build_property.PlatformNeutralAssembly = | |||
build_property.EnforceExtendedAnalyzerRules = | |||
build_property._SupportedPlatformList = Linux,macOS,Windows | |||
build_property.RootNamespace = Karsha_Site.Infrastructure | |||
build_property.ProjectDir = E:\Project\Projeh\MyProjeh\Karsha_Site\Karsha_Site.Infrastructure\ | |||
build_property.ProjectDir = E:\Project\C#.Net\Karsha\Karsha_Site.Infrastructure\ |
@@ -1,20 +1,20 @@ | |||
{ | |||
"format": 1, | |||
"restore": { | |||
"E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Infrastructure\\Karsha_Site.Infrastructure.csproj": {} | |||
"E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Infrastructure\\Karsha_Site.Infrastructure.csproj": {} | |||
}, | |||
"projects": { | |||
"E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Infrastructure\\Karsha_Site.Infrastructure.csproj": { | |||
"E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Infrastructure\\Karsha_Site.Infrastructure.csproj": { | |||
"version": "1.0.0", | |||
"restore": { | |||
"projectUniqueName": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Infrastructure\\Karsha_Site.Infrastructure.csproj", | |||
"projectUniqueName": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Infrastructure\\Karsha_Site.Infrastructure.csproj", | |||
"projectName": "Karsha_Site.Infrastructure", | |||
"projectPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Infrastructure\\Karsha_Site.Infrastructure.csproj", | |||
"packagesPath": "C:\\Users\\sajjadi\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Infrastructure\\obj\\", | |||
"projectPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Infrastructure\\Karsha_Site.Infrastructure.csproj", | |||
"packagesPath": "C:\\Users\\Pouya\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Infrastructure\\obj\\", | |||
"projectStyle": "PackageReference", | |||
"configFilePaths": [ | |||
"C:\\Users\\sajjadi\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Users\\Pouya\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | |||
], | |||
"originalTargetFrameworks": [ | |||
@@ -45,17 +45,30 @@ | |||
"net47", | |||
"net471", | |||
"net472", | |||
"net48", | |||
"net481" | |||
"net48" | |||
], | |||
"assetTargetFallback": true, | |||
"warn": true, | |||
"downloadDependencies": [ | |||
{ | |||
"name": "Microsoft.AspNetCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.NETCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.WindowsDesktop.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
} | |||
], | |||
"frameworkReferences": { | |||
"Microsoft.NETCore.App": { | |||
"privateAssets": "all" | |||
} | |||
}, | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.304\\RuntimeIdentifierGraph.json" | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.100\\RuntimeIdentifierGraph.json" | |||
} | |||
} | |||
} |
@@ -5,11 +5,11 @@ | |||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> | |||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> | |||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> | |||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\sajjadi\.nuget\packages\</NuGetPackageFolders> | |||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Pouya\.nuget\packages\</NuGetPackageFolders> | |||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> | |||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.6.0</NuGetToolVersion> | |||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.0.0</NuGetToolVersion> | |||
</PropertyGroup> | |||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | |||
<SourceRoot Include="C:\Users\sajjadi\.nuget\packages\" /> | |||
<SourceRoot Include="C:\Users\Pouya\.nuget\packages\" /> | |||
</ItemGroup> | |||
</Project> |
@@ -8,19 +8,19 @@ | |||
"net5.0": [] | |||
}, | |||
"packageFolders": { | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\": {} | |||
"C:\\Users\\Pouya\\.nuget\\packages\\": {} | |||
}, | |||
"project": { | |||
"version": "1.0.0", | |||
"restore": { | |||
"projectUniqueName": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Infrastructure\\Karsha_Site.Infrastructure.csproj", | |||
"projectUniqueName": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Infrastructure\\Karsha_Site.Infrastructure.csproj", | |||
"projectName": "Karsha_Site.Infrastructure", | |||
"projectPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Infrastructure\\Karsha_Site.Infrastructure.csproj", | |||
"packagesPath": "C:\\Users\\sajjadi\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Infrastructure\\obj\\", | |||
"projectPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Infrastructure\\Karsha_Site.Infrastructure.csproj", | |||
"packagesPath": "C:\\Users\\Pouya\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Infrastructure\\obj\\", | |||
"projectStyle": "PackageReference", | |||
"configFilePaths": [ | |||
"C:\\Users\\sajjadi\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Users\\Pouya\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | |||
], | |||
"originalTargetFrameworks": [ | |||
@@ -51,17 +51,30 @@ | |||
"net47", | |||
"net471", | |||
"net472", | |||
"net48", | |||
"net481" | |||
"net48" | |||
], | |||
"assetTargetFallback": true, | |||
"warn": true, | |||
"downloadDependencies": [ | |||
{ | |||
"name": "Microsoft.AspNetCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.NETCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.WindowsDesktop.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
} | |||
], | |||
"frameworkReferences": { | |||
"Microsoft.NETCore.App": { | |||
"privateAssets": "all" | |||
} | |||
}, | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.304\\RuntimeIdentifierGraph.json" | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.100\\RuntimeIdentifierGraph.json" | |||
} | |||
} | |||
} |
@@ -1,8 +1,12 @@ | |||
{ | |||
"version": 2, | |||
"dgSpecHash": "cYKX1sgVGZMRs64FnA3V9gwpnic232tvjqHrp/7i0qTOuDxPaSYZJvg03wqOY5wCdFgaLS1QcrhKAWjuq0avVw==", | |||
"dgSpecHash": "nwiyMbFtuzownvkeFCJdJZXw4HBp5DjuHt2/AJEE5RQFSGQa1Bc8G1I+gROgrxzy+w+P7c4EbEL3+52LnGw5bQ==", | |||
"success": true, | |||
"projectFilePath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Infrastructure\\Karsha_Site.Infrastructure.csproj", | |||
"expectedPackageFiles": [], | |||
"projectFilePath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Infrastructure\\Karsha_Site.Infrastructure.csproj", | |||
"expectedPackageFiles": [ | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.app.ref\\5.0.0\\microsoft.aspnetcore.app.ref.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.windowsdesktop.app.ref\\5.0.0\\microsoft.windowsdesktop.app.ref.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.netcore.app.ref\\5.0.0\\microsoft.netcore.app.ref.5.0.0.nupkg.sha512" | |||
], | |||
"logs": [] | |||
} |
@@ -5,7 +5,6 @@ build_property.UsingMicrosoftNETSdkWeb = | |||
build_property.ProjectTypeGuids = | |||
build_property.InvariantGlobalization = | |||
build_property.PlatformNeutralAssembly = | |||
build_property.EnforceExtendedAnalyzerRules = | |||
build_property._SupportedPlatformList = Linux,macOS,Windows | |||
build_property.RootNamespace = Karsha_Site.Persistance | |||
build_property.ProjectDir = E:\Project\Projeh\MyProjeh\Karsha_Site\Karsha_Site.Persistance\ | |||
build_property.ProjectDir = E:\Project\C#.Net\Karsha\Karsha_Site.Persistance\ |
@@ -1,20 +1,20 @@ | |||
{ | |||
"format": 1, | |||
"restore": { | |||
"E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Persistance\\Karsha_Site.Persistance.csproj": {} | |||
"E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Persistance\\Karsha_Site.Persistance.csproj": {} | |||
}, | |||
"projects": { | |||
"E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Application\\Karsha_Site.Application.csproj": { | |||
"E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Application\\Karsha_Site.Application.csproj": { | |||
"version": "1.0.0", | |||
"restore": { | |||
"projectUniqueName": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Application\\Karsha_Site.Application.csproj", | |||
"projectUniqueName": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Application\\Karsha_Site.Application.csproj", | |||
"projectName": "Karsha_Site.Application", | |||
"projectPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Application\\Karsha_Site.Application.csproj", | |||
"packagesPath": "C:\\Users\\sajjadi\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Application\\obj\\", | |||
"projectPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Application\\Karsha_Site.Application.csproj", | |||
"packagesPath": "C:\\Users\\Pouya\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Application\\obj\\", | |||
"projectStyle": "PackageReference", | |||
"configFilePaths": [ | |||
"C:\\Users\\sajjadi\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Users\\Pouya\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | |||
], | |||
"originalTargetFrameworks": [ | |||
@@ -28,11 +28,11 @@ | |||
"net5.0": { | |||
"targetAlias": "net5.0", | |||
"projectReferences": { | |||
"E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Common\\Karsha_Site.Common.csproj": { | |||
"projectPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Common\\Karsha_Site.Common.csproj" | |||
"E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Common\\Karsha_Site.Common.csproj": { | |||
"projectPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Common\\Karsha_Site.Common.csproj" | |||
}, | |||
"E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj": { | |||
"projectPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj" | |||
"E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj": { | |||
"projectPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj" | |||
} | |||
} | |||
} | |||
@@ -66,31 +66,44 @@ | |||
"net47", | |||
"net471", | |||
"net472", | |||
"net48", | |||
"net481" | |||
"net48" | |||
], | |||
"assetTargetFallback": true, | |||
"warn": true, | |||
"downloadDependencies": [ | |||
{ | |||
"name": "Microsoft.AspNetCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.NETCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.WindowsDesktop.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
} | |||
], | |||
"frameworkReferences": { | |||
"Microsoft.NETCore.App": { | |||
"privateAssets": "all" | |||
} | |||
}, | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.304\\RuntimeIdentifierGraph.json" | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.100\\RuntimeIdentifierGraph.json" | |||
} | |||
} | |||
}, | |||
"E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Common\\Karsha_Site.Common.csproj": { | |||
"E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Common\\Karsha_Site.Common.csproj": { | |||
"version": "1.0.0", | |||
"restore": { | |||
"projectUniqueName": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Common\\Karsha_Site.Common.csproj", | |||
"projectUniqueName": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Common\\Karsha_Site.Common.csproj", | |||
"projectName": "Karsha_Site.Common", | |||
"projectPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Common\\Karsha_Site.Common.csproj", | |||
"packagesPath": "C:\\Users\\sajjadi\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Common\\obj\\", | |||
"projectPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Common\\Karsha_Site.Common.csproj", | |||
"packagesPath": "C:\\Users\\Pouya\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Common\\obj\\", | |||
"projectStyle": "PackageReference", | |||
"configFilePaths": [ | |||
"C:\\Users\\sajjadi\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Users\\Pouya\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | |||
], | |||
"originalTargetFrameworks": [ | |||
@@ -131,31 +144,44 @@ | |||
"net47", | |||
"net471", | |||
"net472", | |||
"net48", | |||
"net481" | |||
"net48" | |||
], | |||
"assetTargetFallback": true, | |||
"warn": true, | |||
"downloadDependencies": [ | |||
{ | |||
"name": "Microsoft.AspNetCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.NETCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.WindowsDesktop.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
} | |||
], | |||
"frameworkReferences": { | |||
"Microsoft.NETCore.App": { | |||
"privateAssets": "all" | |||
} | |||
}, | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.304\\RuntimeIdentifierGraph.json" | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.100\\RuntimeIdentifierGraph.json" | |||
} | |||
} | |||
}, | |||
"E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj": { | |||
"E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj": { | |||
"version": "1.0.0", | |||
"restore": { | |||
"projectUniqueName": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj", | |||
"projectUniqueName": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj", | |||
"projectName": "Karsha_Site.Domain", | |||
"projectPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj", | |||
"packagesPath": "C:\\Users\\sajjadi\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Domain\\obj\\", | |||
"projectPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Domain\\Karsha_Site.Domain.csproj", | |||
"packagesPath": "C:\\Users\\Pouya\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Domain\\obj\\", | |||
"projectStyle": "PackageReference", | |||
"configFilePaths": [ | |||
"C:\\Users\\sajjadi\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Users\\Pouya\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | |||
], | |||
"originalTargetFrameworks": [ | |||
@@ -186,31 +212,44 @@ | |||
"net47", | |||
"net471", | |||
"net472", | |||
"net48", | |||
"net481" | |||
"net48" | |||
], | |||
"assetTargetFallback": true, | |||
"warn": true, | |||
"downloadDependencies": [ | |||
{ | |||
"name": "Microsoft.AspNetCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.NETCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.WindowsDesktop.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
} | |||
], | |||
"frameworkReferences": { | |||
"Microsoft.NETCore.App": { | |||
"privateAssets": "all" | |||
} | |||
}, | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.304\\RuntimeIdentifierGraph.json" | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.100\\RuntimeIdentifierGraph.json" | |||
} | |||
} | |||
}, | |||
"E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Persistance\\Karsha_Site.Persistance.csproj": { | |||
"E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Persistance\\Karsha_Site.Persistance.csproj": { | |||
"version": "1.0.0", | |||
"restore": { | |||
"projectUniqueName": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Persistance\\Karsha_Site.Persistance.csproj", | |||
"projectUniqueName": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Persistance\\Karsha_Site.Persistance.csproj", | |||
"projectName": "Karsha_Site.Persistance", | |||
"projectPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Persistance\\Karsha_Site.Persistance.csproj", | |||
"packagesPath": "C:\\Users\\sajjadi\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Persistance\\obj\\", | |||
"projectPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Persistance\\Karsha_Site.Persistance.csproj", | |||
"packagesPath": "C:\\Users\\Pouya\\.nuget\\packages\\", | |||
"outputPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Persistance\\obj\\", | |||
"projectStyle": "PackageReference", | |||
"configFilePaths": [ | |||
"C:\\Users\\sajjadi\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Users\\Pouya\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | |||
], | |||
"originalTargetFrameworks": [ | |||
@@ -224,8 +263,8 @@ | |||
"net5.0": { | |||
"targetAlias": "net5.0", | |||
"projectReferences": { | |||
"E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Application\\Karsha_Site.Application.csproj": { | |||
"projectPath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Application\\Karsha_Site.Application.csproj" | |||
"E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Application\\Karsha_Site.Application.csproj": { | |||
"projectPath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Application\\Karsha_Site.Application.csproj" | |||
} | |||
} | |||
} | |||
@@ -265,17 +304,30 @@ | |||
"net47", | |||
"net471", | |||
"net472", | |||
"net48", | |||
"net481" | |||
"net48" | |||
], | |||
"assetTargetFallback": true, | |||
"warn": true, | |||
"downloadDependencies": [ | |||
{ | |||
"name": "Microsoft.AspNetCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.NETCore.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
}, | |||
{ | |||
"name": "Microsoft.WindowsDesktop.App.Ref", | |||
"version": "[5.0.0, 5.0.0]" | |||
} | |||
], | |||
"frameworkReferences": { | |||
"Microsoft.NETCore.App": { | |||
"privateAssets": "all" | |||
} | |||
}, | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.304\\RuntimeIdentifierGraph.json" | |||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.100\\RuntimeIdentifierGraph.json" | |||
} | |||
} | |||
} |
@@ -5,18 +5,18 @@ | |||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> | |||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> | |||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> | |||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\sajjadi\.nuget\packages\</NuGetPackageFolders> | |||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Pouya\.nuget\packages\</NuGetPackageFolders> | |||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> | |||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.6.0</NuGetToolVersion> | |||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.0.0</NuGetToolVersion> | |||
</PropertyGroup> | |||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | |||
<SourceRoot Include="C:\Users\sajjadi\.nuget\packages\" /> | |||
<SourceRoot Include="C:\Users\Pouya\.nuget\packages\" /> | |||
</ItemGroup> | |||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | |||
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore.design\5.0.0\build\netcoreapp3.0\Microsoft.EntityFrameworkCore.Design.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore.design\5.0.0\build\netcoreapp3.0\Microsoft.EntityFrameworkCore.Design.props')" /> | |||
</ImportGroup> | |||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | |||
<PkgNewtonsoft_Json Condition=" '$(PkgNewtonsoft_Json)' == '' ">C:\Users\sajjadi\.nuget\packages\newtonsoft.json\10.0.1</PkgNewtonsoft_Json> | |||
<PkgMicrosoft_EntityFrameworkCore_Tools Condition=" '$(PkgMicrosoft_EntityFrameworkCore_Tools)' == '' ">C:\Users\sajjadi\.nuget\packages\microsoft.entityframeworkcore.tools\5.0.0</PkgMicrosoft_EntityFrameworkCore_Tools> | |||
<PkgNewtonsoft_Json Condition=" '$(PkgNewtonsoft_Json)' == '' ">C:\Users\Pouya\.nuget\packages\newtonsoft.json\10.0.1</PkgNewtonsoft_Json> | |||
<PkgMicrosoft_EntityFrameworkCore_Tools Condition=" '$(PkgMicrosoft_EntityFrameworkCore_Tools)' == '' ">C:\Users\Pouya\.nuget\packages\microsoft.entityframeworkcore.tools\5.0.0</PkgMicrosoft_EntityFrameworkCore_Tools> | |||
</PropertyGroup> | |||
</Project> |
@@ -1,114 +1,117 @@ | |||
{ | |||
"version": 2, | |||
"dgSpecHash": "UMIXmhZ46H9imdQgjSpkmcTr5D1pFbJJr4OLy3siR7lxWuPWB7lUO27ZyWtT09TXExvK1TXJw252FCM1s9lzhA==", | |||
"dgSpecHash": "GtNFDzQ47+6zQIQ/MWoLRWtZtbO9NjAMrtWeLEoh1x0RutSy8GkiDRazCJzcbOQ1ZKkW465kGJE1o2j8lDMrGw==", | |||
"success": true, | |||
"projectFilePath": "E:\\Project\\Projeh\\MyProjeh\\Karsha_Site\\Karsha_Site.Persistance\\Karsha_Site.Persistance.csproj", | |||
"projectFilePath": "E:\\Project\\C#.Net\\Karsha\\Karsha_Site.Persistance\\Karsha_Site.Persistance.csproj", | |||
"expectedPackageFiles": [ | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\humanizer.core\\2.8.26\\humanizer.core.2.8.26.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.hosting.abstractions\\2.2.0\\microsoft.aspnetcore.hosting.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.hosting.server.abstractions\\2.2.0\\microsoft.aspnetcore.hosting.server.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.http.abstractions\\2.2.0\\microsoft.aspnetcore.http.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.aspnetcore.http.features\\5.0.17\\microsoft.aspnetcore.http.features.5.0.17.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.csharp\\4.7.0\\microsoft.csharp.4.7.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.data.sqlclient\\2.0.1\\microsoft.data.sqlclient.2.0.1.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.data.sqlclient.sni.runtime\\2.0.1\\microsoft.data.sqlclient.sni.runtime.2.0.1.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.entityframeworkcore\\5.0.0\\microsoft.entityframeworkcore.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.entityframeworkcore.abstractions\\5.0.0\\microsoft.entityframeworkcore.abstractions.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.entityframeworkcore.analyzers\\5.0.0\\microsoft.entityframeworkcore.analyzers.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.entityframeworkcore.design\\5.0.0\\microsoft.entityframeworkcore.design.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.entityframeworkcore.relational\\5.0.0\\microsoft.entityframeworkcore.relational.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.entityframeworkcore.sqlserver\\5.0.0\\microsoft.entityframeworkcore.sqlserver.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.entityframeworkcore.tools\\5.0.0\\microsoft.entityframeworkcore.tools.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\5.0.0\\microsoft.extensions.caching.abstractions.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.caching.memory\\5.0.0\\microsoft.extensions.caching.memory.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\5.0.0\\microsoft.extensions.configuration.abstractions.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\5.0.0\\microsoft.extensions.dependencyinjection.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\5.0.0\\microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.fileproviders.abstractions\\2.2.0\\microsoft.extensions.fileproviders.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.hosting.abstractions\\2.2.0\\microsoft.extensions.hosting.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.logging\\5.0.0\\microsoft.extensions.logging.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\5.0.0\\microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.options\\5.0.0\\microsoft.extensions.options.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.extensions.primitives\\5.0.1\\microsoft.extensions.primitives.5.0.1.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.identity.client\\4.14.0\\microsoft.identity.client.4.14.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\5.6.0\\microsoft.identitymodel.jsonwebtokens.5.6.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.identitymodel.logging\\5.6.0\\microsoft.identitymodel.logging.5.6.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.identitymodel.protocols\\5.6.0\\microsoft.identitymodel.protocols.5.6.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\5.6.0\\microsoft.identitymodel.protocols.openidconnect.5.6.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.identitymodel.tokens\\5.6.0\\microsoft.identitymodel.tokens.5.6.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.netcore.platforms\\3.1.0\\microsoft.netcore.platforms.3.1.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.netcore.targets\\1.1.3\\microsoft.netcore.targets.1.1.3.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.win32.registry\\4.7.0\\microsoft.win32.registry.4.7.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\microsoft.win32.systemevents\\4.7.0\\microsoft.win32.systemevents.4.7.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\newtonsoft.json\\10.0.1\\newtonsoft.json.10.0.1.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\runtime.native.system\\4.3.0\\runtime.native.system.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.collections.concurrent\\4.3.0\\system.collections.concurrent.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.collections.immutable\\5.0.0\\system.collections.immutable.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.collections.nongeneric\\4.3.0\\system.collections.nongeneric.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.collections.specialized\\4.3.0\\system.collections.specialized.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.componentmodel\\4.3.0\\system.componentmodel.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.componentmodel.annotations\\5.0.0\\system.componentmodel.annotations.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.componentmodel.primitives\\4.3.0\\system.componentmodel.primitives.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.componentmodel.typeconverter\\4.3.0\\system.componentmodel.typeconverter.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.configuration.configurationmanager\\4.7.0\\system.configuration.configurationmanager.4.7.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.diagnostics.debug\\4.3.0\\system.diagnostics.debug.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.diagnostics.diagnosticsource\\5.0.0\\system.diagnostics.diagnosticsource.5.0.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.diagnostics.tools\\4.3.0\\system.diagnostics.tools.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.diagnostics.tracing\\4.3.0\\system.diagnostics.tracing.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.drawing.common\\4.7.0\\system.drawing.common.4.7.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.dynamic.runtime\\4.3.0\\system.dynamic.runtime.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.globalization.extensions\\4.3.0\\system.globalization.extensions.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.identitymodel.tokens.jwt\\5.6.0\\system.identitymodel.tokens.jwt.5.6.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.io.filesystem\\4.3.0\\system.io.filesystem.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.io.filesystem.primitives\\4.3.0\\system.io.filesystem.primitives.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.io.pipelines\\5.0.2\\system.io.pipelines.5.0.2.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.linq\\4.3.0\\system.linq.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.linq.expressions\\4.3.0\\system.linq.expressions.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.net.nameresolution\\4.3.0\\system.net.nameresolution.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.net.primitives\\4.3.0\\system.net.primitives.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.objectmodel\\4.3.0\\system.objectmodel.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.private.datacontractserialization\\4.3.0\\system.private.datacontractserialization.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.private.uri\\4.3.2\\system.private.uri.4.3.2.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.reflection.emit\\4.3.0\\system.reflection.emit.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.reflection.emit.ilgeneration\\4.3.0\\system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.reflection.emit.lightweight\\4.3.0\\system.reflection.emit.lightweight.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.reflection.extensions\\4.3.0\\system.reflection.extensions.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.reflection.typeextensions\\4.3.0\\system.reflection.typeextensions.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.runtime.caching\\4.7.0\\system.runtime.caching.4.7.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.runtime.numerics\\4.3.0\\system.runtime.numerics.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.runtime.serialization.formatters\\4.3.0\\system.runtime.serialization.formatters.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.runtime.serialization.json\\4.3.0\\system.runtime.serialization.json.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.runtime.serialization.primitives\\4.3.0\\system.runtime.serialization.primitives.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.security.accesscontrol\\4.7.0\\system.security.accesscontrol.4.7.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.security.cryptography.cng\\4.5.0\\system.security.cryptography.cng.4.5.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.security.cryptography.primitives\\4.3.0\\system.security.cryptography.primitives.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.security.cryptography.protecteddata\\4.7.0\\system.security.cryptography.protecteddata.4.7.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.security.permissions\\4.7.0\\system.security.permissions.4.7.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.security.principal.windows\\4.7.0\\system.security.principal.windows.4.7.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.security.securestring\\4.3.0\\system.security.securestring.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.text.encoding.codepages\\4.7.0\\system.text.encoding.codepages.4.7.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.text.encoding.extensions\\4.3.0\\system.text.encoding.extensions.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.text.encodings.web\\4.5.0\\system.text.encodings.web.4.5.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.text.regularexpressions\\4.3.0\\system.text.regularexpressions.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.threading.tasks.extensions\\4.3.0\\system.threading.tasks.extensions.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.windows.extensions\\4.7.0\\system.windows.extensions.4.7.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.xml.readerwriter\\4.3.0\\system.xml.readerwriter.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.xml.xdocument\\4.3.0\\system.xml.xdocument.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.xml.xmldocument\\4.3.0\\system.xml.xmldocument.4.3.0.nupkg.sha512", | |||
"C:\\Users\\sajjadi\\.nuget\\packages\\system.xml.xmlserializer\\4.3.0\\system.xml.xmlserializer.4.3.0.nupkg.sha512" | |||
"C:\\Users\\Pouya\\.nuget\\packages\\humanizer.core\\2.8.26\\humanizer.core.2.8.26.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.hosting.abstractions\\2.2.0\\microsoft.aspnetcore.hosting.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.hosting.server.abstractions\\2.2.0\\microsoft.aspnetcore.hosting.server.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.http.abstractions\\2.2.0\\microsoft.aspnetcore.http.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.http.features\\5.0.17\\microsoft.aspnetcore.http.features.5.0.17.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.csharp\\4.7.0\\microsoft.csharp.4.7.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.data.sqlclient\\2.0.1\\microsoft.data.sqlclient.2.0.1.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.data.sqlclient.sni.runtime\\2.0.1\\microsoft.data.sqlclient.sni.runtime.2.0.1.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.entityframeworkcore\\5.0.0\\microsoft.entityframeworkcore.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.entityframeworkcore.abstractions\\5.0.0\\microsoft.entityframeworkcore.abstractions.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.entityframeworkcore.analyzers\\5.0.0\\microsoft.entityframeworkcore.analyzers.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.entityframeworkcore.design\\5.0.0\\microsoft.entityframeworkcore.design.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.entityframeworkcore.relational\\5.0.0\\microsoft.entityframeworkcore.relational.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.entityframeworkcore.sqlserver\\5.0.0\\microsoft.entityframeworkcore.sqlserver.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.entityframeworkcore.tools\\5.0.0\\microsoft.entityframeworkcore.tools.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\5.0.0\\microsoft.extensions.caching.abstractions.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.caching.memory\\5.0.0\\microsoft.extensions.caching.memory.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\5.0.0\\microsoft.extensions.configuration.abstractions.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\5.0.0\\microsoft.extensions.dependencyinjection.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\5.0.0\\microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.fileproviders.abstractions\\2.2.0\\microsoft.extensions.fileproviders.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.hosting.abstractions\\2.2.0\\microsoft.extensions.hosting.abstractions.2.2.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.logging\\5.0.0\\microsoft.extensions.logging.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\5.0.0\\microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.options\\5.0.0\\microsoft.extensions.options.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.extensions.primitives\\5.0.1\\microsoft.extensions.primitives.5.0.1.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.identity.client\\4.14.0\\microsoft.identity.client.4.14.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\5.6.0\\microsoft.identitymodel.jsonwebtokens.5.6.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.identitymodel.logging\\5.6.0\\microsoft.identitymodel.logging.5.6.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.identitymodel.protocols\\5.6.0\\microsoft.identitymodel.protocols.5.6.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\5.6.0\\microsoft.identitymodel.protocols.openidconnect.5.6.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.identitymodel.tokens\\5.6.0\\microsoft.identitymodel.tokens.5.6.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.netcore.platforms\\3.1.0\\microsoft.netcore.platforms.3.1.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.netcore.targets\\1.1.3\\microsoft.netcore.targets.1.1.3.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.win32.registry\\4.7.0\\microsoft.win32.registry.4.7.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.win32.systemevents\\4.7.0\\microsoft.win32.systemevents.4.7.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\newtonsoft.json\\10.0.1\\newtonsoft.json.10.0.1.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\runtime.native.system\\4.3.0\\runtime.native.system.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.collections.concurrent\\4.3.0\\system.collections.concurrent.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.collections.immutable\\5.0.0\\system.collections.immutable.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.collections.nongeneric\\4.3.0\\system.collections.nongeneric.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.collections.specialized\\4.3.0\\system.collections.specialized.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.componentmodel\\4.3.0\\system.componentmodel.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.componentmodel.annotations\\5.0.0\\system.componentmodel.annotations.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.componentmodel.primitives\\4.3.0\\system.componentmodel.primitives.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.componentmodel.typeconverter\\4.3.0\\system.componentmodel.typeconverter.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.configuration.configurationmanager\\4.7.0\\system.configuration.configurationmanager.4.7.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.diagnostics.debug\\4.3.0\\system.diagnostics.debug.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.diagnostics.diagnosticsource\\5.0.0\\system.diagnostics.diagnosticsource.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.diagnostics.tools\\4.3.0\\system.diagnostics.tools.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.diagnostics.tracing\\4.3.0\\system.diagnostics.tracing.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.drawing.common\\4.7.0\\system.drawing.common.4.7.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.dynamic.runtime\\4.3.0\\system.dynamic.runtime.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.globalization.extensions\\4.3.0\\system.globalization.extensions.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.identitymodel.tokens.jwt\\5.6.0\\system.identitymodel.tokens.jwt.5.6.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.io.filesystem\\4.3.0\\system.io.filesystem.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.io.filesystem.primitives\\4.3.0\\system.io.filesystem.primitives.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.io.pipelines\\5.0.2\\system.io.pipelines.5.0.2.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.linq\\4.3.0\\system.linq.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.linq.expressions\\4.3.0\\system.linq.expressions.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.net.nameresolution\\4.3.0\\system.net.nameresolution.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.net.primitives\\4.3.0\\system.net.primitives.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.objectmodel\\4.3.0\\system.objectmodel.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.private.datacontractserialization\\4.3.0\\system.private.datacontractserialization.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.private.uri\\4.3.2\\system.private.uri.4.3.2.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.reflection.emit\\4.3.0\\system.reflection.emit.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.reflection.emit.ilgeneration\\4.3.0\\system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.reflection.emit.lightweight\\4.3.0\\system.reflection.emit.lightweight.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.reflection.extensions\\4.3.0\\system.reflection.extensions.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.reflection.typeextensions\\4.3.0\\system.reflection.typeextensions.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.runtime.caching\\4.7.0\\system.runtime.caching.4.7.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.runtime.numerics\\4.3.0\\system.runtime.numerics.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.runtime.serialization.formatters\\4.3.0\\system.runtime.serialization.formatters.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.runtime.serialization.json\\4.3.0\\system.runtime.serialization.json.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.runtime.serialization.primitives\\4.3.0\\system.runtime.serialization.primitives.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.security.accesscontrol\\4.7.0\\system.security.accesscontrol.4.7.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.security.cryptography.cng\\4.5.0\\system.security.cryptography.cng.4.5.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.security.cryptography.primitives\\4.3.0\\system.security.cryptography.primitives.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.security.cryptography.protecteddata\\4.7.0\\system.security.cryptography.protecteddata.4.7.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.security.permissions\\4.7.0\\system.security.permissions.4.7.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.security.principal.windows\\4.7.0\\system.security.principal.windows.4.7.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.security.securestring\\4.3.0\\system.security.securestring.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.text.encoding.codepages\\4.7.0\\system.text.encoding.codepages.4.7.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.text.encoding.extensions\\4.3.0\\system.text.encoding.extensions.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.text.encodings.web\\4.5.0\\system.text.encodings.web.4.5.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.text.regularexpressions\\4.3.0\\system.text.regularexpressions.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.threading.tasks.extensions\\4.3.0\\system.threading.tasks.extensions.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.windows.extensions\\4.7.0\\system.windows.extensions.4.7.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.xml.readerwriter\\4.3.0\\system.xml.readerwriter.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.xml.xdocument\\4.3.0\\system.xml.xdocument.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.xml.xmldocument\\4.3.0\\system.xml.xmldocument.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\system.xml.xmlserializer\\4.3.0\\system.xml.xmlserializer.4.3.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.aspnetcore.app.ref\\5.0.0\\microsoft.aspnetcore.app.ref.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.windowsdesktop.app.ref\\5.0.0\\microsoft.windowsdesktop.app.ref.5.0.0.nupkg.sha512", | |||
"C:\\Users\\Pouya\\.nuget\\packages\\microsoft.netcore.app.ref\\5.0.0\\microsoft.netcore.app.ref.5.0.0.nupkg.sha512" | |||
], | |||
"logs": [] | |||
} |