diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..68c9468
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,428 @@
+# ---> macOS
+# General
+.DS_Store
+.AppleDouble
+.LSOverride
+
+# Icon must end with two \r
+Icon
+
+# Thumbnails
+._*
+
+# Files that might appear in the root of a volume
+.DocumentRevisions-V100
+.fseventsd
+.Spotlight-V100
+.TemporaryItems
+.Trashes
+.VolumeIcon.icns
+.com.apple.timemachine.donotpresent
+
+# Directories potentially created on remote AFP share
+.AppleDB
+.AppleDesktop
+Network Trash Folder
+Temporary Items
+.apdisk
+
+# ---> VisualStudio
+## 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
+
diff --git a/.vs/Api/v17/.wsuo b/.vs/Api/v17/.wsuo
deleted file mode 100644
index 3b1f43f..0000000
Binary files a/.vs/Api/v17/.wsuo and /dev/null differ
diff --git a/Sources/.vs/AllIn/FileContentIndex/102dbdeb-1304-41b4-b886-d4ec95ce6a45.vsidx b/Sources/.vs/AllIn/FileContentIndex/102dbdeb-1304-41b4-b886-d4ec95ce6a45.vsidx
deleted file mode 100644
index 18165c8..0000000
Binary files a/Sources/.vs/AllIn/FileContentIndex/102dbdeb-1304-41b4-b886-d4ec95ce6a45.vsidx and /dev/null differ
diff --git a/Sources/.vs/AllIn/FileContentIndex/144d9abb-586c-4b19-8373-cf0ef0745706.vsidx b/Sources/.vs/AllIn/FileContentIndex/144d9abb-586c-4b19-8373-cf0ef0745706.vsidx
deleted file mode 100644
index 1fe8f9b..0000000
Binary files a/Sources/.vs/AllIn/FileContentIndex/144d9abb-586c-4b19-8373-cf0ef0745706.vsidx and /dev/null differ
diff --git a/Sources/.vs/AllIn/FileContentIndex/read.lock b/Sources/.vs/AllIn/FileContentIndex/read.lock
deleted file mode 100644
index e69de29..0000000
diff --git a/Sources/AllInApi/AllInApi.csproj b/Sources/AllInApi/AllInApi.csproj
index 4289e82..ca82cc6 100644
--- a/Sources/AllInApi/AllInApi.csproj
+++ b/Sources/AllInApi/AllInApi.csproj
@@ -10,4 +10,8 @@
+
+
+
+
diff --git a/Sources/AllInApi/obj/AllInApi.csproj.nuget.dgspec.json b/Sources/AllInApi/obj/AllInApi.csproj.nuget.dgspec.json
deleted file mode 100644
index cd1c22b..0000000
--- a/Sources/AllInApi/obj/AllInApi.csproj.nuget.dgspec.json
+++ /dev/null
@@ -1,77 +0,0 @@
-{
- "format": 1,
- "restore": {
- "C:\\Users\\rahassou\\source\\repos\\Api\\Sources\\AllInApi\\AllInApi.csproj": {}
- },
- "projects": {
- "C:\\Users\\rahassou\\source\\repos\\Api\\Sources\\AllInApi\\AllInApi.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\rahassou\\source\\repos\\Api\\Sources\\AllInApi\\AllInApi.csproj",
- "projectName": "AllInApi",
- "projectPath": "C:\\Users\\rahassou\\source\\repos\\Api\\Sources\\AllInApi\\AllInApi.csproj",
- "packagesPath": "C:\\Users\\rahassou\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\rahassou\\source\\repos\\Api\\Sources\\AllInApi\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\rahassou\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net6.0"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net6.0": {
- "targetAlias": "net6.0",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "net6.0": {
- "targetAlias": "net6.0",
- "dependencies": {
- "Swashbuckle.AspNetCore": {
- "target": "Package",
- "version": "[6.2.3, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.AspNetCore.App": {
- "privateAssets": "none"
- },
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.201\\RuntimeIdentifierGraph.json"
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Sources/AllInApi/obj/AllInApi.csproj.nuget.g.props b/Sources/AllInApi/obj/AllInApi.csproj.nuget.g.props
deleted file mode 100644
index c8e233e..0000000
--- a/Sources/AllInApi/obj/AllInApi.csproj.nuget.g.props
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
- True
- NuGet
- $(MSBuildThisFileDirectory)project.assets.json
- $(UserProfile)\.nuget\packages\
- C:\Users\rahassou\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
- PackageReference
- 6.5.0
-
-
-
-
-
-
-
-
-
-
- C:\Users\rahassou\.nuget\packages\microsoft.extensions.apidescription.server\3.0.0
-
-
\ No newline at end of file
diff --git a/Sources/AllInApi/obj/AllInApi.csproj.nuget.g.targets b/Sources/AllInApi/obj/AllInApi.csproj.nuget.g.targets
deleted file mode 100644
index e247318..0000000
--- a/Sources/AllInApi/obj/AllInApi.csproj.nuget.g.targets
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Sources/AllInApi/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/Sources/AllInApi/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
deleted file mode 100644
index a8c10ef..0000000
--- a/Sources/AllInApi/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
diff --git a/Sources/AllInApi/obj/Debug/net6.0/AllInApi.AssemblyInfo.cs b/Sources/AllInApi/obj/Debug/net6.0/AllInApi.AssemblyInfo.cs
deleted file mode 100644
index 88767db..0000000
--- a/Sources/AllInApi/obj/Debug/net6.0/AllInApi.AssemblyInfo.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// Ce code a été généré par un outil.
-// Version du runtime :4.0.30319.42000
-//
-// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
-// le code est régénéré.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("AllInApi")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("AllInApi")]
-[assembly: System.Reflection.AssemblyTitleAttribute("AllInApi")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-
-// Généré par la classe MSBuild WriteCodeFragment.
-
diff --git a/Sources/AllInApi/obj/Debug/net6.0/AllInApi.AssemblyInfoInputs.cache b/Sources/AllInApi/obj/Debug/net6.0/AllInApi.AssemblyInfoInputs.cache
deleted file mode 100644
index c4aee84..0000000
--- a/Sources/AllInApi/obj/Debug/net6.0/AllInApi.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-3dfda93da6ee88a15d591ed0c9a2d044c023bdef
diff --git a/Sources/AllInApi/obj/Debug/net6.0/AllInApi.GeneratedMSBuildEditorConfig.editorconfig b/Sources/AllInApi/obj/Debug/net6.0/AllInApi.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 8728532..0000000
--- a/Sources/AllInApi/obj/Debug/net6.0/AllInApi.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,17 +0,0 @@
-is_global = true
-build_property.TargetFramework = net6.0
-build_property.TargetPlatformMinVersion =
-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 = AllInApi
-build_property.RootNamespace = AllInApi
-build_property.ProjectDir = C:\Users\rahassou\source\repos\Api\Sources\AllInApi\
-build_property.RazorLangVersion = 6.0
-build_property.SupportLocalizedComponentNames =
-build_property.GenerateRazorMetadataSourceChecksumAttributes =
-build_property.MSBuildProjectDirectory = C:\Users\rahassou\source\repos\Api\Sources\AllInApi
-build_property._RazorSourceGeneratorDebug =
diff --git a/Sources/AllInApi/obj/Debug/net6.0/AllInApi.GlobalUsings.g.cs b/Sources/AllInApi/obj/Debug/net6.0/AllInApi.GlobalUsings.g.cs
deleted file mode 100644
index 45ca3c5..0000000
--- a/Sources/AllInApi/obj/Debug/net6.0/AllInApi.GlobalUsings.g.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-//
-global using global::Microsoft.AspNetCore.Builder;
-global using global::Microsoft.AspNetCore.Hosting;
-global using global::Microsoft.AspNetCore.Http;
-global using global::Microsoft.AspNetCore.Routing;
-global using global::Microsoft.Extensions.Configuration;
-global using global::Microsoft.Extensions.DependencyInjection;
-global using global::Microsoft.Extensions.Hosting;
-global using global::Microsoft.Extensions.Logging;
-global using global::System;
-global using global::System.Collections.Generic;
-global using global::System.IO;
-global using global::System.Linq;
-global using global::System.Net.Http;
-global using global::System.Net.Http.Json;
-global using global::System.Threading;
-global using global::System.Threading.Tasks;
diff --git a/Sources/AllInApi/obj/Debug/net6.0/AllInApi.assets.cache b/Sources/AllInApi/obj/Debug/net6.0/AllInApi.assets.cache
deleted file mode 100644
index 2c9637c..0000000
Binary files a/Sources/AllInApi/obj/Debug/net6.0/AllInApi.assets.cache and /dev/null differ
diff --git a/Sources/AllInApi/obj/Debug/net6.0/AllInApi.csproj.AssemblyReference.cache b/Sources/AllInApi/obj/Debug/net6.0/AllInApi.csproj.AssemblyReference.cache
deleted file mode 100644
index 57d76fa..0000000
Binary files a/Sources/AllInApi/obj/Debug/net6.0/AllInApi.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/Sources/AllInApi/obj/project.assets.json b/Sources/AllInApi/obj/project.assets.json
deleted file mode 100644
index 3ab005c..0000000
--- a/Sources/AllInApi/obj/project.assets.json
+++ /dev/null
@@ -1,299 +0,0 @@
-{
- "version": 3,
- "targets": {
- "net6.0": {
- "Microsoft.Extensions.ApiDescription.Server/3.0.0": {
- "type": "package",
- "build": {
- "build/Microsoft.Extensions.ApiDescription.Server.props": {},
- "build/Microsoft.Extensions.ApiDescription.Server.targets": {}
- },
- "buildMultiTargeting": {
- "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.props": {},
- "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.targets": {}
- }
- },
- "Microsoft.OpenApi/1.2.3": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.OpenApi.dll": {
- "related": ".pdb;.xml"
- }
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.OpenApi.dll": {
- "related": ".pdb;.xml"
- }
- }
- },
- "Swashbuckle.AspNetCore/6.2.3": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.ApiDescription.Server": "3.0.0",
- "Swashbuckle.AspNetCore.Swagger": "6.2.3",
- "Swashbuckle.AspNetCore.SwaggerGen": "6.2.3",
- "Swashbuckle.AspNetCore.SwaggerUI": "6.2.3"
- },
- "build": {
- "build/Swashbuckle.AspNetCore.props": {}
- }
- },
- "Swashbuckle.AspNetCore.Swagger/6.2.3": {
- "type": "package",
- "dependencies": {
- "Microsoft.OpenApi": "1.2.3"
- },
- "compile": {
- "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": {
- "related": ".pdb;.xml"
- }
- },
- "runtime": {
- "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": {
- "related": ".pdb;.xml"
- }
- },
- "frameworkReferences": [
- "Microsoft.AspNetCore.App"
- ]
- },
- "Swashbuckle.AspNetCore.SwaggerGen/6.2.3": {
- "type": "package",
- "dependencies": {
- "Swashbuckle.AspNetCore.Swagger": "6.2.3"
- },
- "compile": {
- "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
- "related": ".pdb;.xml"
- }
- },
- "runtime": {
- "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
- "related": ".pdb;.xml"
- }
- }
- },
- "Swashbuckle.AspNetCore.SwaggerUI/6.2.3": {
- "type": "package",
- "compile": {
- "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
- "related": ".pdb;.xml"
- }
- },
- "runtime": {
- "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
- "related": ".pdb;.xml"
- }
- },
- "frameworkReferences": [
- "Microsoft.AspNetCore.App"
- ]
- }
- }
- },
- "libraries": {
- "Microsoft.Extensions.ApiDescription.Server/3.0.0": {
- "sha512": "LH4OE/76F6sOCslif7+Xh3fS/wUUrE5ryeXAMcoCnuwOQGT5Smw0p57IgDh/pHgHaGz/e+AmEQb7pRgb++wt0w==",
- "type": "package",
- "path": "microsoft.extensions.apidescription.server/3.0.0",
- "hasTools": true,
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "build/Microsoft.Extensions.ApiDescription.Server.props",
- "build/Microsoft.Extensions.ApiDescription.Server.targets",
- "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.props",
- "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.targets",
- "microsoft.extensions.apidescription.server.3.0.0.nupkg.sha512",
- "microsoft.extensions.apidescription.server.nuspec",
- "tools/Newtonsoft.Json.dll",
- "tools/dotnet-getdocument.deps.json",
- "tools/dotnet-getdocument.dll",
- "tools/dotnet-getdocument.runtimeconfig.json",
- "tools/net461-x86/GetDocument.Insider.exe",
- "tools/net461-x86/GetDocument.Insider.exe.config",
- "tools/net461/GetDocument.Insider.exe",
- "tools/net461/GetDocument.Insider.exe.config",
- "tools/netcoreapp2.1/GetDocument.Insider.deps.json",
- "tools/netcoreapp2.1/GetDocument.Insider.dll",
- "tools/netcoreapp2.1/GetDocument.Insider.runtimeconfig.json"
- ]
- },
- "Microsoft.OpenApi/1.2.3": {
- "sha512": "Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==",
- "type": "package",
- "path": "microsoft.openapi/1.2.3",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/net46/Microsoft.OpenApi.dll",
- "lib/net46/Microsoft.OpenApi.pdb",
- "lib/net46/Microsoft.OpenApi.xml",
- "lib/netstandard2.0/Microsoft.OpenApi.dll",
- "lib/netstandard2.0/Microsoft.OpenApi.pdb",
- "lib/netstandard2.0/Microsoft.OpenApi.xml",
- "microsoft.openapi.1.2.3.nupkg.sha512",
- "microsoft.openapi.nuspec"
- ]
- },
- "Swashbuckle.AspNetCore/6.2.3": {
- "sha512": "cnzQDn0Le+hInsw2SYwlOhOCPXpYi/szcvnyqZJ12v+QyrLBwAmWXBg6RIyHB18s/mLeywC+Rg2O9ndz0IUNYQ==",
- "type": "package",
- "path": "swashbuckle.aspnetcore/6.2.3",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "build/Swashbuckle.AspNetCore.props",
- "swashbuckle.aspnetcore.6.2.3.nupkg.sha512",
- "swashbuckle.aspnetcore.nuspec"
- ]
- },
- "Swashbuckle.AspNetCore.Swagger/6.2.3": {
- "sha512": "qOF7j1sL0bWm8g/qqHVPCvkO3JlVvUIB8WfC98kSh6BT5y5DAnBNctfac7XR5EZf+eD7/WasvANncTqwZYfmWQ==",
- "type": "package",
- "path": "swashbuckle.aspnetcore.swagger/6.2.3",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/net5.0/Swashbuckle.AspNetCore.Swagger.dll",
- "lib/net5.0/Swashbuckle.AspNetCore.Swagger.pdb",
- "lib/net5.0/Swashbuckle.AspNetCore.Swagger.xml",
- "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll",
- "lib/net6.0/Swashbuckle.AspNetCore.Swagger.pdb",
- "lib/net6.0/Swashbuckle.AspNetCore.Swagger.xml",
- "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.dll",
- "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.pdb",
- "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.xml",
- "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.dll",
- "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.pdb",
- "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.xml",
- "swashbuckle.aspnetcore.swagger.6.2.3.nupkg.sha512",
- "swashbuckle.aspnetcore.swagger.nuspec"
- ]
- },
- "Swashbuckle.AspNetCore.SwaggerGen/6.2.3": {
- "sha512": "+Xq7WdMCCfcXlnbLJVFNgY8ITdP2TRYIlpbt6IKzDw5FwFxdi9lBfNDtcT+/wkKwX70iBBFmXldnnd02/VO72A==",
- "type": "package",
- "path": "swashbuckle.aspnetcore.swaggergen/6.2.3",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/net5.0/Swashbuckle.AspNetCore.SwaggerGen.dll",
- "lib/net5.0/Swashbuckle.AspNetCore.SwaggerGen.pdb",
- "lib/net5.0/Swashbuckle.AspNetCore.SwaggerGen.xml",
- "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll",
- "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.pdb",
- "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.xml",
- "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.dll",
- "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.pdb",
- "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.xml",
- "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.dll",
- "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.pdb",
- "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.xml",
- "swashbuckle.aspnetcore.swaggergen.6.2.3.nupkg.sha512",
- "swashbuckle.aspnetcore.swaggergen.nuspec"
- ]
- },
- "Swashbuckle.AspNetCore.SwaggerUI/6.2.3": {
- "sha512": "bCRI87uKJVb4G+KURWm8LQrL64St04dEFZcF6gIM67Zc0Sr/N47EO83ybLMYOvfNdO1DCv8xwPcrz9J/VEhQ5g==",
- "type": "package",
- "path": "swashbuckle.aspnetcore.swaggerui/6.2.3",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/net5.0/Swashbuckle.AspNetCore.SwaggerUI.dll",
- "lib/net5.0/Swashbuckle.AspNetCore.SwaggerUI.pdb",
- "lib/net5.0/Swashbuckle.AspNetCore.SwaggerUI.xml",
- "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll",
- "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.pdb",
- "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.xml",
- "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.dll",
- "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.pdb",
- "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.xml",
- "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.dll",
- "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.pdb",
- "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.xml",
- "swashbuckle.aspnetcore.swaggerui.6.2.3.nupkg.sha512",
- "swashbuckle.aspnetcore.swaggerui.nuspec"
- ]
- }
- },
- "projectFileDependencyGroups": {
- "net6.0": [
- "Swashbuckle.AspNetCore >= 6.2.3"
- ]
- },
- "packageFolders": {
- "C:\\Users\\rahassou\\.nuget\\packages\\": {},
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
- },
- "project": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\rahassou\\source\\repos\\Api\\Sources\\AllInApi\\AllInApi.csproj",
- "projectName": "AllInApi",
- "projectPath": "C:\\Users\\rahassou\\source\\repos\\Api\\Sources\\AllInApi\\AllInApi.csproj",
- "packagesPath": "C:\\Users\\rahassou\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\rahassou\\source\\repos\\Api\\Sources\\AllInApi\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\rahassou\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net6.0"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net6.0": {
- "targetAlias": "net6.0",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "net6.0": {
- "targetAlias": "net6.0",
- "dependencies": {
- "Swashbuckle.AspNetCore": {
- "target": "Package",
- "version": "[6.2.3, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.AspNetCore.App": {
- "privateAssets": "none"
- },
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.201\\RuntimeIdentifierGraph.json"
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Sources/AllInApi/obj/project.nuget.cache b/Sources/AllInApi/obj/project.nuget.cache
deleted file mode 100644
index ff939ee..0000000
--- a/Sources/AllInApi/obj/project.nuget.cache
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "version": 2,
- "dgSpecHash": "9IPA612uyzpXTSWs/K0qz5uJKjYiknY9UqnYrqZw8RD+ZfWYBGiakB3VY50Dh3FfvPCrtHdJsG3+9vaAw07Ejg==",
- "success": true,
- "projectFilePath": "C:\\Users\\rahassou\\source\\repos\\Api\\Sources\\AllInApi\\AllInApi.csproj",
- "expectedPackageFiles": [
- "C:\\Users\\rahassou\\.nuget\\packages\\microsoft.extensions.apidescription.server\\3.0.0\\microsoft.extensions.apidescription.server.3.0.0.nupkg.sha512",
- "C:\\Users\\rahassou\\.nuget\\packages\\microsoft.openapi\\1.2.3\\microsoft.openapi.1.2.3.nupkg.sha512",
- "C:\\Users\\rahassou\\.nuget\\packages\\swashbuckle.aspnetcore\\6.2.3\\swashbuckle.aspnetcore.6.2.3.nupkg.sha512",
- "C:\\Users\\rahassou\\.nuget\\packages\\swashbuckle.aspnetcore.swagger\\6.2.3\\swashbuckle.aspnetcore.swagger.6.2.3.nupkg.sha512",
- "C:\\Users\\rahassou\\.nuget\\packages\\swashbuckle.aspnetcore.swaggergen\\6.2.3\\swashbuckle.aspnetcore.swaggergen.6.2.3.nupkg.sha512",
- "C:\\Users\\rahassou\\.nuget\\packages\\swashbuckle.aspnetcore.swaggerui\\6.2.3\\swashbuckle.aspnetcore.swaggerui.6.2.3.nupkg.sha512"
- ],
- "logs": []
-}
\ No newline at end of file
diff --git a/Sources/Model/obj/AllIn.csproj.nuget.dgspec.json b/Sources/Model/obj/AllIn.csproj.nuget.dgspec.json
deleted file mode 100644
index e1ae7c4..0000000
--- a/Sources/Model/obj/AllIn.csproj.nuget.dgspec.json
+++ /dev/null
@@ -1,68 +0,0 @@
-{
- "format": 1,
- "restore": {
- "C:\\Users\\emkartal1\\source\\repos\\AllIn\\AllIn\\AllIn.csproj": {}
- },
- "projects": {
- "C:\\Users\\emkartal1\\source\\repos\\AllIn\\AllIn\\AllIn.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\emkartal1\\source\\repos\\AllIn\\AllIn\\AllIn.csproj",
- "projectName": "AllIn",
- "projectPath": "C:\\Users\\emkartal1\\source\\repos\\AllIn\\AllIn\\AllIn.csproj",
- "packagesPath": "C:\\Users\\emkartal1\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\emkartal1\\source\\repos\\AllIn\\AllIn\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\emkartal1\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net6.0"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net6.0": {
- "targetAlias": "net6.0",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "net6.0": {
- "targetAlias": "net6.0",
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.201\\RuntimeIdentifierGraph.json"
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Sources/Model/obj/AllIn.csproj.nuget.g.props b/Sources/Model/obj/AllIn.csproj.nuget.g.props
deleted file mode 100644
index eaece22..0000000
--- a/Sources/Model/obj/AllIn.csproj.nuget.g.props
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
- True
- NuGet
- $(MSBuildThisFileDirectory)project.assets.json
- $(UserProfile)\.nuget\packages\
- C:\Users\emkartal1\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
- PackageReference
- 6.5.0
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Sources/Model/obj/AllIn.csproj.nuget.g.targets b/Sources/Model/obj/AllIn.csproj.nuget.g.targets
deleted file mode 100644
index 35a7576..0000000
--- a/Sources/Model/obj/AllIn.csproj.nuget.g.targets
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/Sources/Model/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/Sources/Model/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
deleted file mode 100644
index a8c10ef..0000000
--- a/Sources/Model/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
diff --git a/Sources/Model/obj/Debug/net6.0/AllIn.AssemblyInfo.cs b/Sources/Model/obj/Debug/net6.0/AllIn.AssemblyInfo.cs
deleted file mode 100644
index 4e4ad4d..0000000
--- a/Sources/Model/obj/Debug/net6.0/AllIn.AssemblyInfo.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// Ce code a été généré par un outil.
-// Version du runtime :4.0.30319.42000
-//
-// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
-// le code est régénéré.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("AllIn")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("AllIn")]
-[assembly: System.Reflection.AssemblyTitleAttribute("AllIn")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-
-// Généré par la classe MSBuild WriteCodeFragment.
-
diff --git a/Sources/Model/obj/Debug/net6.0/AllIn.AssemblyInfoInputs.cache b/Sources/Model/obj/Debug/net6.0/AllIn.AssemblyInfoInputs.cache
deleted file mode 100644
index 4228257..0000000
--- a/Sources/Model/obj/Debug/net6.0/AllIn.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-3e56bfec10a4d0b4bafe990060f47489ae132873
diff --git a/Sources/Model/obj/Debug/net6.0/AllIn.GeneratedMSBuildEditorConfig.editorconfig b/Sources/Model/obj/Debug/net6.0/AllIn.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index a24704e..0000000
--- a/Sources/Model/obj/Debug/net6.0/AllIn.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,11 +0,0 @@
-is_global = true
-build_property.TargetFramework = net6.0
-build_property.TargetPlatformMinVersion =
-build_property.UsingMicrosoftNETSdkWeb =
-build_property.ProjectTypeGuids =
-build_property.InvariantGlobalization =
-build_property.PlatformNeutralAssembly =
-build_property.EnforceExtendedAnalyzerRules =
-build_property._SupportedPlatformList = Linux,macOS,Windows
-build_property.RootNamespace = AllIn
-build_property.ProjectDir = C:\Users\emkartal1\source\repos\AllIn\AllIn\
diff --git a/Sources/Model/obj/Debug/net6.0/AllIn.GlobalUsings.g.cs b/Sources/Model/obj/Debug/net6.0/AllIn.GlobalUsings.g.cs
deleted file mode 100644
index ac22929..0000000
--- a/Sources/Model/obj/Debug/net6.0/AllIn.GlobalUsings.g.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-//
-global using global::System;
-global using global::System.Collections.Generic;
-global using global::System.IO;
-global using global::System.Linq;
-global using global::System.Net.Http;
-global using global::System.Threading;
-global using global::System.Threading.Tasks;
diff --git a/Sources/Model/obj/Debug/net6.0/AllIn.assets.cache b/Sources/Model/obj/Debug/net6.0/AllIn.assets.cache
deleted file mode 100644
index 48c4ca6..0000000
Binary files a/Sources/Model/obj/Debug/net6.0/AllIn.assets.cache and /dev/null differ
diff --git a/Sources/Model/obj/Debug/net6.0/AllIn.csproj.AssemblyReference.cache b/Sources/Model/obj/Debug/net6.0/AllIn.csproj.AssemblyReference.cache
deleted file mode 100644
index a4009c0..0000000
Binary files a/Sources/Model/obj/Debug/net6.0/AllIn.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/Sources/Model/obj/Debug/net6.0/Model.AssemblyInfo.cs b/Sources/Model/obj/Debug/net6.0/Model.AssemblyInfo.cs
deleted file mode 100644
index 0a6444f..0000000
--- a/Sources/Model/obj/Debug/net6.0/Model.AssemblyInfo.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// Ce code a été généré par un outil.
-// Version du runtime :4.0.30319.42000
-//
-// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
-// le code est régénéré.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("Model")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("Model")]
-[assembly: System.Reflection.AssemblyTitleAttribute("Model")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-
-// Généré par la classe MSBuild WriteCodeFragment.
-
diff --git a/Sources/Model/obj/Debug/net6.0/Model.AssemblyInfoInputs.cache b/Sources/Model/obj/Debug/net6.0/Model.AssemblyInfoInputs.cache
deleted file mode 100644
index c076c50..0000000
--- a/Sources/Model/obj/Debug/net6.0/Model.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4a8dbeadcd9b0f1c9e3d60538b31bdeebd5df202
diff --git a/Sources/Model/obj/Debug/net6.0/Model.GeneratedMSBuildEditorConfig.editorconfig b/Sources/Model/obj/Debug/net6.0/Model.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index d5c723f..0000000
--- a/Sources/Model/obj/Debug/net6.0/Model.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,11 +0,0 @@
-is_global = true
-build_property.TargetFramework = net6.0
-build_property.TargetPlatformMinVersion =
-build_property.UsingMicrosoftNETSdkWeb =
-build_property.ProjectTypeGuids =
-build_property.InvariantGlobalization =
-build_property.PlatformNeutralAssembly =
-build_property.EnforceExtendedAnalyzerRules =
-build_property._SupportedPlatformList = Linux,macOS,Windows
-build_property.RootNamespace = Model
-build_property.ProjectDir = C:\Users\rahassou\Source\Repos\Api\Sources\Model\
diff --git a/Sources/Model/obj/Debug/net6.0/Model.GlobalUsings.g.cs b/Sources/Model/obj/Debug/net6.0/Model.GlobalUsings.g.cs
deleted file mode 100644
index ac22929..0000000
--- a/Sources/Model/obj/Debug/net6.0/Model.GlobalUsings.g.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-//
-global using global::System;
-global using global::System.Collections.Generic;
-global using global::System.IO;
-global using global::System.Linq;
-global using global::System.Net.Http;
-global using global::System.Threading;
-global using global::System.Threading.Tasks;
diff --git a/Sources/Model/obj/Debug/net6.0/Model.assets.cache b/Sources/Model/obj/Debug/net6.0/Model.assets.cache
deleted file mode 100644
index e55314f..0000000
Binary files a/Sources/Model/obj/Debug/net6.0/Model.assets.cache and /dev/null differ
diff --git a/Sources/Model/obj/Debug/net6.0/Model.csproj.AssemblyReference.cache b/Sources/Model/obj/Debug/net6.0/Model.csproj.AssemblyReference.cache
deleted file mode 100644
index a4009c0..0000000
Binary files a/Sources/Model/obj/Debug/net6.0/Model.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/Sources/Model/obj/Debug/net6.0/Model.csproj.CoreCompileInputs.cache b/Sources/Model/obj/Debug/net6.0/Model.csproj.CoreCompileInputs.cache
deleted file mode 100644
index b60482f..0000000
--- a/Sources/Model/obj/Debug/net6.0/Model.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-cbd5e5b0ffe6f3962276906e9886ac53cbc9859e
diff --git a/Sources/Model/obj/Debug/net6.0/Model.csproj.FileListAbsolute.txt b/Sources/Model/obj/Debug/net6.0/Model.csproj.FileListAbsolute.txt
deleted file mode 100644
index e7806af..0000000
--- a/Sources/Model/obj/Debug/net6.0/Model.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-C:\Users\emkartal1\source\repos\AllIn\Model\obj\Debug\net6.0\Model.csproj.AssemblyReference.cache
-C:\Users\emkartal1\source\repos\AllIn\Model\obj\Debug\net6.0\Model.GeneratedMSBuildEditorConfig.editorconfig
-C:\Users\emkartal1\source\repos\AllIn\Model\obj\Debug\net6.0\Model.AssemblyInfoInputs.cache
-C:\Users\emkartal1\source\repos\AllIn\Model\obj\Debug\net6.0\Model.AssemblyInfo.cs
-C:\Users\emkartal1\source\repos\AllIn\Model\obj\Debug\net6.0\Model.csproj.CoreCompileInputs.cache
diff --git a/Sources/Model/obj/Model.csproj.nuget.dgspec.json b/Sources/Model/obj/Model.csproj.nuget.dgspec.json
deleted file mode 100644
index fbbb466..0000000
--- a/Sources/Model/obj/Model.csproj.nuget.dgspec.json
+++ /dev/null
@@ -1,132 +0,0 @@
-{
- "format": 1,
- "restore": {
- "C:\\Users\\rahassou\\Source\\Repos\\Api\\Sources\\Model\\Model.csproj": {}
- },
- "projects": {
- "C:\\Users\\rahassou\\Source\\Repos\\Api\\Sources\\Model\\Model.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\rahassou\\Source\\Repos\\Api\\Sources\\Model\\Model.csproj",
- "projectName": "Model",
- "projectPath": "C:\\Users\\rahassou\\Source\\Repos\\Api\\Sources\\Model\\Model.csproj",
- "packagesPath": "C:\\Users\\rahassou\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\rahassou\\Source\\Repos\\Api\\Sources\\Model\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\rahassou\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net6.0"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net6.0": {
- "targetAlias": "net6.0",
- "projectReferences": {
- "C:\\Users\\rahassou\\Source\\Repos\\Api\\Sources\\Shared\\Shared.csproj": {
- "projectPath": "C:\\Users\\rahassou\\Source\\Repos\\Api\\Sources\\Shared\\Shared.csproj"
- }
- }
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "net6.0": {
- "targetAlias": "net6.0",
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.201\\RuntimeIdentifierGraph.json"
- }
- }
- },
- "C:\\Users\\rahassou\\Source\\Repos\\Api\\Sources\\Shared\\Shared.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\rahassou\\Source\\Repos\\Api\\Sources\\Shared\\Shared.csproj",
- "projectName": "Shared",
- "projectPath": "C:\\Users\\rahassou\\Source\\Repos\\Api\\Sources\\Shared\\Shared.csproj",
- "packagesPath": "C:\\Users\\rahassou\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\rahassou\\Source\\Repos\\Api\\Sources\\Shared\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\rahassou\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net6.0"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net6.0": {
- "targetAlias": "net6.0",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "net6.0": {
- "targetAlias": "net6.0",
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.201\\RuntimeIdentifierGraph.json"
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Sources/Model/obj/Model.csproj.nuget.g.props b/Sources/Model/obj/Model.csproj.nuget.g.props
deleted file mode 100644
index 6e9d17b..0000000
--- a/Sources/Model/obj/Model.csproj.nuget.g.props
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
- True
- NuGet
- $(MSBuildThisFileDirectory)project.assets.json
- $(UserProfile)\.nuget\packages\
- C:\Users\rahassou\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
- PackageReference
- 6.5.0
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Sources/Model/obj/Model.csproj.nuget.g.targets b/Sources/Model/obj/Model.csproj.nuget.g.targets
deleted file mode 100644
index 35a7576..0000000
--- a/Sources/Model/obj/Model.csproj.nuget.g.targets
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/Sources/Model/obj/project.assets.json b/Sources/Model/obj/project.assets.json
deleted file mode 100644
index f36c259..0000000
--- a/Sources/Model/obj/project.assets.json
+++ /dev/null
@@ -1,97 +0,0 @@
-{
- "version": 3,
- "targets": {
- "net6.0": {
- "Shared/1.0.0": {
- "type": "project",
- "framework": ".NETCoreApp,Version=v6.0",
- "compile": {
- "bin/placeholder/Shared.dll": {}
- },
- "runtime": {
- "bin/placeholder/Shared.dll": {}
- }
- }
- }
- },
- "libraries": {
- "Shared/1.0.0": {
- "type": "project",
- "path": "../Shared/Shared.csproj",
- "msbuildProject": "../Shared/Shared.csproj"
- }
- },
- "projectFileDependencyGroups": {
- "net6.0": [
- "Shared >= 1.0.0"
- ]
- },
- "packageFolders": {
- "C:\\Users\\rahassou\\.nuget\\packages\\": {},
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
- },
- "project": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\rahassou\\Source\\Repos\\Api\\Sources\\Model\\Model.csproj",
- "projectName": "Model",
- "projectPath": "C:\\Users\\rahassou\\Source\\Repos\\Api\\Sources\\Model\\Model.csproj",
- "packagesPath": "C:\\Users\\rahassou\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\rahassou\\Source\\Repos\\Api\\Sources\\Model\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\rahassou\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net6.0"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net6.0": {
- "targetAlias": "net6.0",
- "projectReferences": {
- "C:\\Users\\rahassou\\Source\\Repos\\Api\\Sources\\Shared\\Shared.csproj": {
- "projectPath": "C:\\Users\\rahassou\\Source\\Repos\\Api\\Sources\\Shared\\Shared.csproj"
- }
- }
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "net6.0": {
- "targetAlias": "net6.0",
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.201\\RuntimeIdentifierGraph.json"
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Sources/Model/obj/project.nuget.cache b/Sources/Model/obj/project.nuget.cache
deleted file mode 100644
index d1c2fff..0000000
--- a/Sources/Model/obj/project.nuget.cache
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "version": 2,
- "dgSpecHash": "1LGSL7e1YY210dXNe3shU+/uRqfxA8AbaFL9cNygNDoihwmB7L7VPJOww1zYJPFynoi+MVDd9ScsKrxWgxEsKQ==",
- "success": true,
- "projectFilePath": "C:\\Users\\rahassou\\Source\\Repos\\Api\\Sources\\Model\\Model.csproj",
- "expectedPackageFiles": [],
- "logs": []
-}
\ No newline at end of file
diff --git a/Sources/Shared/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/Sources/Shared/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
deleted file mode 100644
index a8c10ef..0000000
--- a/Sources/Shared/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
diff --git a/Sources/Shared/obj/Debug/net6.0/Shared.AssemblyInfo.cs b/Sources/Shared/obj/Debug/net6.0/Shared.AssemblyInfo.cs
deleted file mode 100644
index 7b9b749..0000000
--- a/Sources/Shared/obj/Debug/net6.0/Shared.AssemblyInfo.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// Ce code a été généré par un outil.
-// Version du runtime :4.0.30319.42000
-//
-// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
-// le code est régénéré.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("Shared")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("Shared")]
-[assembly: System.Reflection.AssemblyTitleAttribute("Shared")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-
-// Généré par la classe MSBuild WriteCodeFragment.
-
diff --git a/Sources/Shared/obj/Debug/net6.0/Shared.AssemblyInfoInputs.cache b/Sources/Shared/obj/Debug/net6.0/Shared.AssemblyInfoInputs.cache
deleted file mode 100644
index 4820792..0000000
--- a/Sources/Shared/obj/Debug/net6.0/Shared.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-e5d71b5acf0dfcbe29395b5fa622ad07a767f235
diff --git a/Sources/Shared/obj/Debug/net6.0/Shared.GeneratedMSBuildEditorConfig.editorconfig b/Sources/Shared/obj/Debug/net6.0/Shared.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 48eab81..0000000
--- a/Sources/Shared/obj/Debug/net6.0/Shared.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,11 +0,0 @@
-is_global = true
-build_property.TargetFramework = net6.0
-build_property.TargetPlatformMinVersion =
-build_property.UsingMicrosoftNETSdkWeb =
-build_property.ProjectTypeGuids =
-build_property.InvariantGlobalization =
-build_property.PlatformNeutralAssembly =
-build_property.EnforceExtendedAnalyzerRules =
-build_property._SupportedPlatformList = Linux,macOS,Windows
-build_property.RootNamespace = Shared
-build_property.ProjectDir = C:\Users\rahassou\Source\Repos\Api\Sources\Shared\
diff --git a/Sources/Shared/obj/Debug/net6.0/Shared.GlobalUsings.g.cs b/Sources/Shared/obj/Debug/net6.0/Shared.GlobalUsings.g.cs
deleted file mode 100644
index ac22929..0000000
--- a/Sources/Shared/obj/Debug/net6.0/Shared.GlobalUsings.g.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-//
-global using global::System;
-global using global::System.Collections.Generic;
-global using global::System.IO;
-global using global::System.Linq;
-global using global::System.Net.Http;
-global using global::System.Threading;
-global using global::System.Threading.Tasks;
diff --git a/Sources/Shared/obj/Debug/net6.0/Shared.assets.cache b/Sources/Shared/obj/Debug/net6.0/Shared.assets.cache
deleted file mode 100644
index c91261b..0000000
Binary files a/Sources/Shared/obj/Debug/net6.0/Shared.assets.cache and /dev/null differ
diff --git a/Sources/Shared/obj/Debug/net6.0/Shared.csproj.AssemblyReference.cache b/Sources/Shared/obj/Debug/net6.0/Shared.csproj.AssemblyReference.cache
deleted file mode 100644
index a4009c0..0000000
Binary files a/Sources/Shared/obj/Debug/net6.0/Shared.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/Sources/Shared/obj/Shared.csproj.nuget.dgspec.json b/Sources/Shared/obj/Shared.csproj.nuget.dgspec.json
deleted file mode 100644
index dbb04a5..0000000
--- a/Sources/Shared/obj/Shared.csproj.nuget.dgspec.json
+++ /dev/null
@@ -1,68 +0,0 @@
-{
- "format": 1,
- "restore": {
- "C:\\Users\\rahassou\\Source\\Repos\\Api\\Sources\\Shared\\Shared.csproj": {}
- },
- "projects": {
- "C:\\Users\\rahassou\\Source\\Repos\\Api\\Sources\\Shared\\Shared.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\rahassou\\Source\\Repos\\Api\\Sources\\Shared\\Shared.csproj",
- "projectName": "Shared",
- "projectPath": "C:\\Users\\rahassou\\Source\\Repos\\Api\\Sources\\Shared\\Shared.csproj",
- "packagesPath": "C:\\Users\\rahassou\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\rahassou\\Source\\Repos\\Api\\Sources\\Shared\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\rahassou\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net6.0"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net6.0": {
- "targetAlias": "net6.0",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "net6.0": {
- "targetAlias": "net6.0",
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.201\\RuntimeIdentifierGraph.json"
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Sources/Shared/obj/Shared.csproj.nuget.g.props b/Sources/Shared/obj/Shared.csproj.nuget.g.props
deleted file mode 100644
index 6e9d17b..0000000
--- a/Sources/Shared/obj/Shared.csproj.nuget.g.props
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
- True
- NuGet
- $(MSBuildThisFileDirectory)project.assets.json
- $(UserProfile)\.nuget\packages\
- C:\Users\rahassou\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
- PackageReference
- 6.5.0
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Sources/Shared/obj/Shared.csproj.nuget.g.targets b/Sources/Shared/obj/Shared.csproj.nuget.g.targets
deleted file mode 100644
index 35a7576..0000000
--- a/Sources/Shared/obj/Shared.csproj.nuget.g.targets
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/Sources/Shared/obj/project.assets.json b/Sources/Shared/obj/project.assets.json
deleted file mode 100644
index d229484..0000000
--- a/Sources/Shared/obj/project.assets.json
+++ /dev/null
@@ -1,74 +0,0 @@
-{
- "version": 3,
- "targets": {
- "net6.0": {}
- },
- "libraries": {},
- "projectFileDependencyGroups": {
- "net6.0": []
- },
- "packageFolders": {
- "C:\\Users\\rahassou\\.nuget\\packages\\": {},
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
- },
- "project": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\rahassou\\Source\\Repos\\Api\\Sources\\Shared\\Shared.csproj",
- "projectName": "Shared",
- "projectPath": "C:\\Users\\rahassou\\Source\\Repos\\Api\\Sources\\Shared\\Shared.csproj",
- "packagesPath": "C:\\Users\\rahassou\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\rahassou\\Source\\Repos\\Api\\Sources\\Shared\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\rahassou\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net6.0"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net6.0": {
- "targetAlias": "net6.0",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "net6.0": {
- "targetAlias": "net6.0",
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.201\\RuntimeIdentifierGraph.json"
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Sources/Shared/obj/project.nuget.cache b/Sources/Shared/obj/project.nuget.cache
deleted file mode 100644
index c303647..0000000
--- a/Sources/Shared/obj/project.nuget.cache
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "version": 2,
- "dgSpecHash": "yrjA6TmHrmd0A4JbVJBy3TrdUem5j3X2XkXJ6EMIwp1twy3mmv7biVzoRLUKIv8TZTLbaLE12Y/8YNkRL4arOw==",
- "success": true,
- "projectFilePath": "C:\\Users\\rahassou\\Source\\Repos\\Api\\Sources\\Shared\\Shared.csproj",
- "expectedPackageFiles": [],
- "logs": []
-}
\ No newline at end of file
diff --git a/desktop.ini b/desktop.ini
new file mode 100644
index 0000000..bb9f3d6
--- /dev/null
+++ b/desktop.ini
@@ -0,0 +1,4 @@
+[ViewState]
+Mode=
+Vid=
+FolderType=Generic