diff --git a/DotNet6_tutorials/IntroWebAPI/.vs/IntroWebAPI/DesignTimeBuild/.dtbcache.v2 b/DotNet6_tutorials/IntroWebAPI/.vs/IntroWebAPI/DesignTimeBuild/.dtbcache.v2
new file mode 100644
index 0000000000000000000000000000000000000000..1d00e7496a4c29adbf50392a1d6184c423eb2c66
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/.vs/IntroWebAPI/DesignTimeBuild/.dtbcache.v2 differ
diff --git a/DotNet6_tutorials/IntroWebAPI/.vs/IntroWebAPI/FileContentIndex/73219744-72bf-4cfd-a886-19b25f01443f.vsidx b/DotNet6_tutorials/IntroWebAPI/.vs/IntroWebAPI/FileContentIndex/73219744-72bf-4cfd-a886-19b25f01443f.vsidx
new file mode 100644
index 0000000000000000000000000000000000000000..7a125b5d7efa54e1ebd79ef8d15c1f4f566576eb
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/.vs/IntroWebAPI/FileContentIndex/73219744-72bf-4cfd-a886-19b25f01443f.vsidx differ
diff --git a/DotNet6_tutorials/IntroWebAPI/.vs/IntroWebAPI/FileContentIndex/e17538fe-80aa-4087-a352-118cea2e2fa0.vsidx b/DotNet6_tutorials/IntroWebAPI/.vs/IntroWebAPI/FileContentIndex/e17538fe-80aa-4087-a352-118cea2e2fa0.vsidx
new file mode 100644
index 0000000000000000000000000000000000000000..09bf14f779045db25fe0d08d96b1f8b7e91b9aba
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/.vs/IntroWebAPI/FileContentIndex/e17538fe-80aa-4087-a352-118cea2e2fa0.vsidx differ
diff --git a/DotNet6_tutorials/IntroWebAPI/.vs/IntroWebAPI/FileContentIndex/effc6fbb-51bc-4c6e-9570-fb70b0a0b49e.vsidx b/DotNet6_tutorials/IntroWebAPI/.vs/IntroWebAPI/FileContentIndex/effc6fbb-51bc-4c6e-9570-fb70b0a0b49e.vsidx
new file mode 100644
index 0000000000000000000000000000000000000000..1ca4645f1c42780de65227fc31b0237bbed6f2a2
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/.vs/IntroWebAPI/FileContentIndex/effc6fbb-51bc-4c6e-9570-fb70b0a0b49e.vsidx differ
diff --git a/DotNet6_tutorials/IntroWebAPI/.vs/IntroWebAPI/FileContentIndex/read.lock b/DotNet6_tutorials/IntroWebAPI/.vs/IntroWebAPI/FileContentIndex/read.lock
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/DotNet6_tutorials/IntroWebAPI/.vs/IntroWebAPI/config/applicationhost.config b/DotNet6_tutorials/IntroWebAPI/.vs/IntroWebAPI/config/applicationhost.config
new file mode 100644
index 0000000000000000000000000000000000000000..03dcc80b3b1b14e60a73665913bfa40c2a196c99
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/.vs/IntroWebAPI/config/applicationhost.config
@@ -0,0 +1,974 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    IIS configuration sections.
+
+    For schema documentation, see
+    %IIS_BIN%\config\schema\IIS_schema.xml.
+    
+    Please make a backup of this file before making any changes to it.
+
+    NOTE: The following environment variables are available to be used
+          within this file and are understood by the IIS Express.
+
+          %IIS_USER_HOME% - The IIS Express home directory for the user
+          %IIS_SITES_HOME% - The default home directory for sites
+          %IIS_BIN% - The location of the IIS Express binaries
+          %SYSTEMDRIVE% - The drive letter of %IIS_BIN%
+
+-->
+<configuration>
+	<!--
+
+        The <configSections> section controls the registration of sections.
+        Section is the basic unit of deployment, locking, searching and
+        containment for configuration settings.
+        
+        Every section belongs to one section group.
+        A section group is a container of logically-related sections.
+        
+        Sections cannot be nested.
+        Section groups may be nested.
+        
+        <section
+            name=""  [Required, Collection Key] [XML name of the section]
+            allowDefinition="Everywhere" [MachineOnly|MachineToApplication|AppHostOnly|Everywhere] [Level where it can be set]
+            overrideModeDefault="Allow"  [Allow|Deny] [Default delegation mode]
+            allowLocation="true"  [true|false] [Allowed in location tags]
+        />
+        
+        The recommended way to unlock sections is by using a location tag:
+        <location path="Default Web Site" overrideMode="Allow">
+            <system.webServer>
+                <asp />
+            </system.webServer>
+        </location>
+
+    -->
+	<configSections>
+		<sectionGroup name="system.applicationHost">
+			<section name="applicationPools" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />
+			<section name="configHistory" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />
+			<section name="customMetadata" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />
+			<section name="listenerAdapters" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />
+			<section name="log" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />
+			<section name="serviceAutoStartProviders" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />
+			<section name="sites" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />
+			<section name="webLimits" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />
+		</sectionGroup>
+		<sectionGroup name="system.webServer">
+			<section name="asp" overrideModeDefault="Deny" />
+			<section name="caching" overrideModeDefault="Allow" />
+			<section name="cgi" overrideModeDefault="Deny" />
+			<section name="defaultDocument" overrideModeDefault="Allow" />
+			<section name="directoryBrowse" overrideModeDefault="Allow" />
+			<section name="fastCgi" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />
+			<section name="globalModules" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />
+			<section name="handlers" overrideModeDefault="Deny" />
+			<section name="httpCompression" overrideModeDefault="Allow" allowDefinition="Everywhere" />
+			<section name="httpErrors" overrideModeDefault="Allow" />
+			<section name="httpLogging" overrideModeDefault="Deny" />
+			<section name="httpProtocol" overrideModeDefault="Allow" />
+			<section name="httpRedirect" overrideModeDefault="Allow" />
+			<section name="httpTracing" overrideModeDefault="Deny" />
+			<section name="isapiFilters" allowDefinition="MachineToApplication" overrideModeDefault="Deny" />
+			<section name="modules" allowDefinition="MachineToApplication" overrideModeDefault="Deny" />
+			<section name="applicationInitialization" allowDefinition="MachineToApplication" overrideModeDefault="Allow" />
+			<section name="odbcLogging" overrideModeDefault="Deny" />
+			<sectionGroup name="security">
+				<section name="access" overrideModeDefault="Deny" />
+				<section name="applicationDependencies" overrideModeDefault="Deny" />
+				<sectionGroup name="authentication">
+					<section name="anonymousAuthentication" overrideModeDefault="Deny" />
+					<section name="basicAuthentication" overrideModeDefault="Deny" />
+					<section name="clientCertificateMappingAuthentication" overrideModeDefault="Deny" />
+					<section name="digestAuthentication" overrideModeDefault="Deny" />
+					<section name="iisClientCertificateMappingAuthentication" overrideModeDefault="Deny" />
+					<section name="windowsAuthentication" overrideModeDefault="Deny" />
+				</sectionGroup>
+				<section name="authorization" overrideModeDefault="Allow" />
+				<section name="ipSecurity" overrideModeDefault="Deny" />
+				<section name="dynamicIpSecurity" overrideModeDefault="Deny" />
+				<section name="isapiCgiRestriction" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />
+				<section name="requestFiltering" overrideModeDefault="Allow" />
+			</sectionGroup>
+			<section name="serverRuntime" overrideModeDefault="Deny" />
+			<section name="serverSideInclude" overrideModeDefault="Deny" />
+			<section name="staticContent" overrideModeDefault="Allow" />
+			<sectionGroup name="tracing">
+				<section name="traceFailedRequests" overrideModeDefault="Allow" />
+				<section name="traceProviderDefinitions" overrideModeDefault="Deny" />
+			</sectionGroup>
+			<section name="urlCompression" overrideModeDefault="Allow" />
+			<section name="validation" overrideModeDefault="Allow" />
+			<sectionGroup name="webdav">
+				<section name="globalSettings" overrideModeDefault="Deny" />
+				<section name="authoring" overrideModeDefault="Deny" />
+				<section name="authoringRules" overrideModeDefault="Deny" />
+			</sectionGroup>
+			<sectionGroup name="rewrite">
+				<section name="allowedServerVariables" overrideModeDefault="Deny" />
+				<section name="rules" overrideModeDefault="Allow" />
+				<section name="outboundRules" overrideModeDefault="Allow" />
+				<section name="globalRules" overrideModeDefault="Deny" allowDefinition="AppHostOnly" />
+				<section name="providers" overrideModeDefault="Allow" />
+				<section name="rewriteMaps" overrideModeDefault="Allow" />
+			</sectionGroup>
+			<section name="webSocket" overrideModeDefault="Deny" />
+		<section name="aspNetCore" overrideModeDefault="Allow" /></sectionGroup>
+	</configSections>
+	<configProtectedData>
+		<providers>
+			<add name="IISWASOnlyRsaProvider" type="" description="Uses RsaCryptoServiceProvider to encrypt and decrypt" keyContainerName="iisWasKey" cspProviderName="" useMachineContainer="true" useOAEP="false" />
+			<add name="AesProvider" type="Microsoft.ApplicationHost.AesProtectedConfigurationProvider" description="Uses an AES session key to encrypt and decrypt" keyContainerName="iisConfigurationKey" cspProviderName="" useOAEP="false" useMachineContainer="true" sessionKey="AQIAAA5mAAAApAAA/HKxkz6alrlAPez0IUgujj/6k3WxCDriHp6jvpv3yEZmo7h6SMzGLxo4mTrIQVHSkB7tmElHKfUFTzE2BWF7nFWHY6Z6qmGBauFzwJMwESjril7Gjz69RBFH259HQ6aRDq9Xfx7U7H4HtdmnKNqGjgl/hwPQBGeIlWiDh+sYv3vKB0QU971tjX6H2B+9armlnC8UOuA6JYMDMI/VLLL16sng0fWAy5JYe0YVABVjiAWDW264RZW9Tr1Oax4qHZKg+SdjULxeOc2YmpX+d0yeITo1HkPF1hN1gHpIPIUDo05ilHUNfR3OkjVCIQK4cFKCq1s8NH+y+13MxUC4Fn1AlQ==" />
+			<add name="IISWASOnlyAesProvider" type="Microsoft.ApplicationHost.AesProtectedConfigurationProvider" description="Uses an AES session key to encrypt and decrypt" keyContainerName="iisWasKey" cspProviderName="" useOAEP="false" useMachineContainer="true" sessionKey="AQIAAA5mAAAApAAALmU8lTC+v2qtfQiiiquvvLpUQqKLEXs+jSKoWCM/uPhyB++k4dwug19mGidNK5FYiWK2KYE1yhjVJcbp12E98Q0R2nT7eBiCMY2JairxQ591rqABK7keGaIjwH7PwGzSpILl3RJ4YFvJ/7ZXEJxeDZIjW8ZxWVXx+/VyHs9U3WguLEkgMUX3jrxJi8LouxaIVPJAv/YQ1ZCWs8zImitxX/C/7o7yaIxznfsN5nGQzQfpUDPeby99aw2zPVTtZI2LaWIBON8guABvZ6JtJVDWmfdK6sodbnwdZkr6/Z2rfvamT1dC1SpQrGG7ulR/f9/GXvCaW10ZVKxekBF/CYlNMg==" />
+		</providers>
+	</configProtectedData>
+	<system.applicationHost>
+		<applicationPools>
+			<add name="Clr4IntegratedAppPool" managedRuntimeVersion="v4.0" managedPipelineMode="Integrated" CLRConfigFile="%IIS_USER_HOME%\config\aspnet.config" autoStart="true" />
+			<add name="Clr4ClassicAppPool" managedRuntimeVersion="v4.0" managedPipelineMode="Classic" CLRConfigFile="%IIS_USER_HOME%\config\aspnet.config" autoStart="true" />
+			<add name="Clr2IntegratedAppPool" managedRuntimeVersion="v2.0" managedPipelineMode="Integrated" CLRConfigFile="%IIS_USER_HOME%\config\aspnet.config" autoStart="true" />
+			<add name="Clr2ClassicAppPool" managedRuntimeVersion="v2.0" managedPipelineMode="Classic" CLRConfigFile="%IIS_USER_HOME%\config\aspnet.config" autoStart="true" />
+			<add name="UnmanagedClassicAppPool" managedRuntimeVersion="" managedPipelineMode="Classic" autoStart="true" />
+			<applicationPoolDefaults managedRuntimeVersion="v4.0">
+				<processModel loadUserProfile="true" setProfileEnvironment="false" />
+			</applicationPoolDefaults>
+		</applicationPools>
+		<!--
+
+          The <listenerAdapters> section defines the protocols with which the
+          Windows Process Activation Service (WAS) binds.
+
+        -->
+		<listenerAdapters>
+			<add name="http" />
+		</listenerAdapters>
+		<sites>
+			<site name="WebSite1" id="1" serverAutoStart="true">
+				<application path="/">
+					<virtualDirectory path="/" physicalPath="%IIS_SITES_HOME%\WebSite1" />
+				</application>
+				<bindings>
+					<binding protocol="http" bindingInformation=":8080:localhost" />
+				</bindings>
+			</site>
+			<siteDefaults>
+				<!-- To enable logging, please change the below attribute "enabled" to "true" -->
+				<logFile logFormat="W3C" directory="%AppData%\Microsoft\IISExpressLogs" enabled="false" />
+				<traceFailedRequestsLogging directory="%AppData%\Microsoft" enabled="false" maxLogFileSizeKB="1024" />
+			</siteDefaults>
+			<applicationDefaults applicationPool="Clr4IntegratedAppPool" />
+			<virtualDirectoryDefaults allowSubDirConfig="true" />
+		</sites>
+		<webLimits />
+	</system.applicationHost>
+	<system.webServer>
+		<serverRuntime />
+		<asp scriptErrorSentToBrowser="true">
+			<cache diskTemplateCacheDirectory="%TEMP%\iisexpress\ASP Compiled Templates" />
+			<limits />
+		</asp>
+		<caching enabled="true" enableKernelCache="true">
+		</caching>
+		<cgi />
+		<defaultDocument enabled="true">
+			<files>
+				<add value="Default.htm" />
+				<add value="Default.asp" />
+				<add value="index.htm" />
+				<add value="index.html" />
+				<add value="iisstart.htm" />
+				<add value="default.aspx" />
+			</files>
+		</defaultDocument>
+		<directoryBrowse enabled="false" />
+		<fastCgi />
+		<!--
+
+          The <globalModules> section defines all native-code modules.
+          To enable a module, specify it in the <modules> section.
+
+        -->
+		<globalModules>
+			<add name="HttpLoggingModule" image="%IIS_BIN%\loghttp.dll" />
+			<add name="UriCacheModule" image="%IIS_BIN%\cachuri.dll" />
+			<add name="TokenCacheModule" image="%IIS_BIN%\cachtokn.dll" />
+			<add name="DynamicCompressionModule" image="%IIS_BIN%\compdyn.dll" />
+			<add name="StaticCompressionModule" image="%IIS_BIN%\compstat.dll" />
+			<add name="DefaultDocumentModule" image="%IIS_BIN%\defdoc.dll" />
+			<add name="DirectoryListingModule" image="%IIS_BIN%\dirlist.dll" />
+			<add name="ProtocolSupportModule" image="%IIS_BIN%\protsup.dll" />
+			<add name="HttpRedirectionModule" image="%IIS_BIN%\redirect.dll" />
+			<add name="ServerSideIncludeModule" image="%IIS_BIN%\iis_ssi.dll" />
+			<add name="StaticFileModule" image="%IIS_BIN%\static.dll" />
+			<add name="AnonymousAuthenticationModule" image="%IIS_BIN%\authanon.dll" />
+			<add name="CertificateMappingAuthenticationModule" image="%IIS_BIN%\authcert.dll" />
+			<add name="UrlAuthorizationModule" image="%IIS_BIN%\urlauthz.dll" />
+			<add name="BasicAuthenticationModule" image="%IIS_BIN%\authbas.dll" />
+			<add name="WindowsAuthenticationModule" image="%IIS_BIN%\authsspi.dll" />
+			<add name="IISCertificateMappingAuthenticationModule" image="%IIS_BIN%\authmap.dll" />
+			<add name="IpRestrictionModule" image="%IIS_BIN%\iprestr.dll" />
+			<add name="DynamicIpRestrictionModule" image="%IIS_BIN%\diprestr.dll" />
+			<add name="RequestFilteringModule" image="%IIS_BIN%\modrqflt.dll" />
+			<add name="CustomLoggingModule" image="%IIS_BIN%\logcust.dll" />
+			<add name="CustomErrorModule" image="%IIS_BIN%\custerr.dll" />
+			<add name="FailedRequestsTracingModule" image="%IIS_BIN%\iisfreb.dll" />
+			<add name="RequestMonitorModule" image="%IIS_BIN%\iisreqs.dll" />
+			<add name="IsapiModule" image="%IIS_BIN%\isapi.dll" />
+			<add name="IsapiFilterModule" image="%IIS_BIN%\filter.dll" />
+			<add name="CgiModule" image="%IIS_BIN%\cgi.dll" />
+			<add name="FastCgiModule" image="%IIS_BIN%\iisfcgi.dll" />
+			<!--            <add name="WebDAVModule" image="%IIS_BIN%\webdav.dll" /> -->
+			<add name="RewriteModule" image="%IIS_BIN%\rewrite.dll" />
+			<add name="ConfigurationValidationModule" image="%IIS_BIN%\validcfg.dll" />
+			<add name="WebSocketModule" image="%IIS_BIN%\iiswsock.dll" />
+			<add name="WebMatrixSupportModule" image="%IIS_BIN%\webmatrixsup.dll" />
+			<add name="ManagedEngine" image="%windir%\Microsoft.NET\Framework\v2.0.50727\webengine.dll" preCondition="integratedMode,runtimeVersionv2.0,bitness32" />
+			<add name="ManagedEngine64" image="%windir%\Microsoft.NET\Framework64\v2.0.50727\webengine.dll" preCondition="integratedMode,runtimeVersionv2.0,bitness64" />
+			<add name="ManagedEngineV4.0_32bit" image="%windir%\Microsoft.NET\Framework\v4.0.30319\webengine4.dll" preCondition="integratedMode,runtimeVersionv4.0,bitness32" />
+			<add name="ManagedEngineV4.0_64bit" image="%windir%\Microsoft.NET\Framework64\v4.0.30319\webengine4.dll" preCondition="integratedMode,runtimeVersionv4.0,bitness64" />
+			<add name="ApplicationInitializationModule" image="%IIS_BIN%\warmup.dll" />
+            <add name="AspNetCoreModule" image="%IIS_BIN%\aspnetcore.dll" />
+            <add name="AspNetCoreModuleV2" image="%IIS_BIN%\Asp.Net Core Module\V2\aspnetcorev2.dll" />
+		</globalModules>
+		<httpCompression directory="%TEMP%">
+			<scheme name="gzip" dll="%IIS_BIN%\gzip.dll" />
+			<dynamicTypes>
+				<add mimeType="text/*" enabled="true" />
+				<add mimeType="message/*" enabled="true" />
+				<add mimeType="application/x-javascript" enabled="true" />
+				<add mimeType="application/javascript" enabled="true" />
+				<add mimeType="*/*" enabled="false" />
+				<add mimeType="text/event-stream" enabled="false" />
+			</dynamicTypes>
+			<staticTypes>
+				<add mimeType="text/*" enabled="true" />
+				<add mimeType="message/*" enabled="true" />
+				<add mimeType="application/javascript" enabled="true" />
+				<add mimeType="application/atom+xml" enabled="true" />
+				<add mimeType="application/xaml+xml" enabled="true" />
+				<add mimeType="image/svg+xml" enabled="true" />
+				<add mimeType="*/*" enabled="false" />
+			</staticTypes>
+		</httpCompression>
+		<httpErrors lockAttributes="allowAbsolutePathsWhenDelegated,defaultPath">
+			<error statusCode="401" prefixLanguageFilePath="%IIS_BIN%\custerr" path="401.htm" />
+			<error statusCode="403" prefixLanguageFilePath="%IIS_BIN%\custerr" path="403.htm" />
+			<error statusCode="404" prefixLanguageFilePath="%IIS_BIN%\custerr" path="404.htm" />
+			<error statusCode="405" prefixLanguageFilePath="%IIS_BIN%\custerr" path="405.htm" />
+			<error statusCode="406" prefixLanguageFilePath="%IIS_BIN%\custerr" path="406.htm" />
+			<error statusCode="412" prefixLanguageFilePath="%IIS_BIN%\custerr" path="412.htm" />
+			<error statusCode="500" prefixLanguageFilePath="%IIS_BIN%\custerr" path="500.htm" />
+			<error statusCode="501" prefixLanguageFilePath="%IIS_BIN%\custerr" path="501.htm" />
+			<error statusCode="502" prefixLanguageFilePath="%IIS_BIN%\custerr" path="502.htm" />
+		</httpErrors>
+		<httpLogging dontLog="false" />
+		<httpProtocol>
+			<customHeaders>
+				<clear />
+				<add name="X-Powered-By" value="ASP.NET" />
+			</customHeaders>
+			<redirectHeaders>
+				<clear />
+			</redirectHeaders>
+		</httpProtocol>
+		<httpRedirect enabled="false" />
+		<httpTracing />
+		<isapiFilters>
+			<filter name="ASP.Net_2.0.50727-64" path="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_filter.dll" enableCache="true" preCondition="bitness64,runtimeVersionv2.0" />
+			<filter name="ASP.Net_2.0.50727.0" path="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_filter.dll" enableCache="true" preCondition="bitness32,runtimeVersionv2.0" />
+			<filter name="ASP.Net_2.0_for_v1.1" path="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_filter.dll" enableCache="true" preCondition="runtimeVersionv1.1" />
+			<filter name="ASP.Net_4.0_32bit" path="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_filter.dll" enableCache="true" preCondition="bitness32,runtimeVersionv4.0" />
+			<filter name="ASP.Net_4.0_64bit" path="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_filter.dll" enableCache="true" preCondition="bitness64,runtimeVersionv4.0" />
+		</isapiFilters>
+		<odbcLogging />
+		<security>
+			<access sslFlags="None" />
+			<applicationDependencies>
+				<application name="Active Server Pages" groupId="ASP" />
+			</applicationDependencies>
+			<authentication>
+				<anonymousAuthentication enabled="true" userName="" />
+				<basicAuthentication enabled="false" />
+				<clientCertificateMappingAuthentication enabled="false" />
+				<digestAuthentication enabled="false" />
+				<iisClientCertificateMappingAuthentication enabled="false">
+				</iisClientCertificateMappingAuthentication>
+				<windowsAuthentication enabled="false">
+					<providers>
+						<add value="Negotiate" />
+						<add value="NTLM" />
+					</providers>
+				</windowsAuthentication>
+			</authentication>
+			<authorization>
+				<add accessType="Allow" users="*" />
+			</authorization>
+			<ipSecurity allowUnlisted="true" />
+			<isapiCgiRestriction notListedIsapisAllowed="true" notListedCgisAllowed="true">
+				<add path="%windir%\Microsoft.NET\Framework64\v4.0.30319\webengine4.dll" allowed="true" groupId="ASP.NET_v4.0" description="ASP.NET_v4.0" />
+				<add path="%windir%\Microsoft.NET\Framework\v4.0.30319\webengine4.dll" allowed="true" groupId="ASP.NET_v4.0" description="ASP.NET_v4.0" />
+				<add path="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" allowed="true" groupId="ASP.NET v2.0.50727" description="ASP.NET v2.0.50727" />
+				<add path="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" allowed="true" groupId="ASP.NET v2.0.50727" description="ASP.NET v2.0.50727" />
+			</isapiCgiRestriction>
+			<requestFiltering>
+				<fileExtensions allowUnlisted="true" applyToWebDAV="true">
+					<add fileExtension=".asa" allowed="false" />
+					<add fileExtension=".asax" allowed="false" />
+					<add fileExtension=".ascx" allowed="false" />
+					<add fileExtension=".master" allowed="false" />
+					<add fileExtension=".skin" allowed="false" />
+					<add fileExtension=".browser" allowed="false" />
+					<add fileExtension=".sitemap" allowed="false" />
+					<add fileExtension=".config" allowed="false" />
+					<add fileExtension=".cs" allowed="false" />
+					<add fileExtension=".csproj" allowed="false" />
+					<add fileExtension=".vb" allowed="false" />
+					<add fileExtension=".vbproj" allowed="false" />
+					<add fileExtension=".webinfo" allowed="false" />
+					<add fileExtension=".licx" allowed="false" />
+					<add fileExtension=".resx" allowed="false" />
+					<add fileExtension=".resources" allowed="false" />
+					<add fileExtension=".mdb" allowed="false" />
+					<add fileExtension=".vjsproj" allowed="false" />
+					<add fileExtension=".java" allowed="false" />
+					<add fileExtension=".jsl" allowed="false" />
+					<add fileExtension=".ldb" allowed="false" />
+					<add fileExtension=".dsdgm" allowed="false" />
+					<add fileExtension=".ssdgm" allowed="false" />
+					<add fileExtension=".lsad" allowed="false" />
+					<add fileExtension=".ssmap" allowed="false" />
+					<add fileExtension=".cd" allowed="false" />
+					<add fileExtension=".dsprototype" allowed="false" />
+					<add fileExtension=".lsaprototype" allowed="false" />
+					<add fileExtension=".sdm" allowed="false" />
+					<add fileExtension=".sdmDocument" allowed="false" />
+					<add fileExtension=".mdf" allowed="false" />
+					<add fileExtension=".ldf" allowed="false" />
+					<add fileExtension=".ad" allowed="false" />
+					<add fileExtension=".dd" allowed="false" />
+					<add fileExtension=".ldd" allowed="false" />
+					<add fileExtension=".sd" allowed="false" />
+					<add fileExtension=".adprototype" allowed="false" />
+					<add fileExtension=".lddprototype" allowed="false" />
+					<add fileExtension=".exclude" allowed="false" />
+					<add fileExtension=".refresh" allowed="false" />
+					<add fileExtension=".compiled" allowed="false" />
+					<add fileExtension=".msgx" allowed="false" />
+					<add fileExtension=".vsdisco" allowed="false" />
+					<add fileExtension=".rules" allowed="false" />
+				</fileExtensions>
+				<verbs allowUnlisted="true" applyToWebDAV="true" />
+				<hiddenSegments applyToWebDAV="true">
+					<add segment="web.config" />
+					<add segment="bin" />
+					<add segment="App_code" />
+					<add segment="App_GlobalResources" />
+					<add segment="App_LocalResources" />
+					<add segment="App_WebReferences" />
+					<add segment="App_Data" />
+					<add segment="App_Browsers" />
+				</hiddenSegments>
+			</requestFiltering>
+		</security>
+		<serverSideInclude ssiExecDisable="false" />
+		<staticContent lockAttributes="isDocFooterFileName">
+			<mimeMap fileExtension=".323" mimeType="text/h323" />
+			<mimeMap fileExtension=".3g2" mimeType="video/3gpp2" />
+			<mimeMap fileExtension=".3gp2" mimeType="video/3gpp2" />
+			<mimeMap fileExtension=".3gp" mimeType="video/3gpp" />
+			<mimeMap fileExtension=".3gpp" mimeType="video/3gpp" />
+			<mimeMap fileExtension=".aac" mimeType="audio/aac" />
+			<mimeMap fileExtension=".aaf" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".aca" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".accdb" mimeType="application/msaccess" />
+			<mimeMap fileExtension=".accde" mimeType="application/msaccess" />
+			<mimeMap fileExtension=".accdt" mimeType="application/msaccess" />
+			<mimeMap fileExtension=".acx" mimeType="application/internet-property-stream" />
+			<mimeMap fileExtension=".adt" mimeType="audio/vnd.dlna.adts" />
+			<mimeMap fileExtension=".adts" mimeType="audio/vnd.dlna.adts" />
+			<mimeMap fileExtension=".afm" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".ai" mimeType="application/postscript" />
+			<mimeMap fileExtension=".aif" mimeType="audio/x-aiff" />
+			<mimeMap fileExtension=".aifc" mimeType="audio/aiff" />
+			<mimeMap fileExtension=".aiff" mimeType="audio/aiff" />
+			<mimeMap fileExtension=".appcache" mimeType="text/cache-manifest" />
+			<mimeMap fileExtension=".application" mimeType="application/x-ms-application" />
+			<mimeMap fileExtension=".art" mimeType="image/x-jg" />
+			<mimeMap fileExtension=".asd" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".asf" mimeType="video/x-ms-asf" />
+			<mimeMap fileExtension=".asi" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".asm" mimeType="text/plain" />
+			<mimeMap fileExtension=".asr" mimeType="video/x-ms-asf" />
+			<mimeMap fileExtension=".asx" mimeType="video/x-ms-asf" />
+			<mimeMap fileExtension=".atom" mimeType="application/atom+xml" />
+			<mimeMap fileExtension=".au" mimeType="audio/basic" />
+			<mimeMap fileExtension=".avi" mimeType="video/avi" />
+			<mimeMap fileExtension=".axs" mimeType="application/olescript" />
+			<mimeMap fileExtension=".bas" mimeType="text/plain" />
+			<mimeMap fileExtension=".bcpio" mimeType="application/x-bcpio" />
+			<mimeMap fileExtension=".bin" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".bmp" mimeType="image/bmp" />
+			<mimeMap fileExtension=".c" mimeType="text/plain" />
+			<mimeMap fileExtension=".cab" mimeType="application/vnd.ms-cab-compressed" />
+			<mimeMap fileExtension=".calx" mimeType="application/vnd.ms-office.calx" />
+			<mimeMap fileExtension=".cat" mimeType="application/vnd.ms-pki.seccat" />
+			<mimeMap fileExtension=".cdf" mimeType="application/x-cdf" />
+			<mimeMap fileExtension=".chm" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".class" mimeType="application/x-java-applet" />
+			<mimeMap fileExtension=".clp" mimeType="application/x-msclip" />
+			<mimeMap fileExtension=".cmx" mimeType="image/x-cmx" />
+			<mimeMap fileExtension=".cnf" mimeType="text/plain" />
+			<mimeMap fileExtension=".cod" mimeType="image/cis-cod" />
+			<mimeMap fileExtension=".cpio" mimeType="application/x-cpio" />
+			<mimeMap fileExtension=".cpp" mimeType="text/plain" />
+			<mimeMap fileExtension=".crd" mimeType="application/x-mscardfile" />
+			<mimeMap fileExtension=".crl" mimeType="application/pkix-crl" />
+			<mimeMap fileExtension=".crt" mimeType="application/x-x509-ca-cert" />
+			<mimeMap fileExtension=".csh" mimeType="application/x-csh" />
+			<mimeMap fileExtension=".css" mimeType="text/css" />
+			<mimeMap fileExtension=".csv" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".cur" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".dcr" mimeType="application/x-director" />
+			<mimeMap fileExtension=".deploy" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".der" mimeType="application/x-x509-ca-cert" />
+			<mimeMap fileExtension=".dib" mimeType="image/bmp" />
+			<mimeMap fileExtension=".dir" mimeType="application/x-director" />
+			<mimeMap fileExtension=".disco" mimeType="text/xml" />
+			<mimeMap fileExtension=".dll" mimeType="application/x-msdownload" />
+			<mimeMap fileExtension=".dll.config" mimeType="text/xml" />
+			<mimeMap fileExtension=".dlm" mimeType="text/dlm" />
+			<mimeMap fileExtension=".doc" mimeType="application/msword" />
+			<mimeMap fileExtension=".docm" mimeType="application/vnd.ms-word.document.macroEnabled.12" />
+			<mimeMap fileExtension=".docx" mimeType="application/vnd.openxmlformats-officedocument.wordprocessingml.document" />
+			<mimeMap fileExtension=".dot" mimeType="application/msword" />
+			<mimeMap fileExtension=".dotm" mimeType="application/vnd.ms-word.template.macroEnabled.12" />
+			<mimeMap fileExtension=".dotx" mimeType="application/vnd.openxmlformats-officedocument.wordprocessingml.template" />
+			<mimeMap fileExtension=".dsp" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".dtd" mimeType="text/xml" />
+			<mimeMap fileExtension=".dvi" mimeType="application/x-dvi" />
+			<mimeMap fileExtension=".dvr-ms" mimeType="video/x-ms-dvr" />
+			<mimeMap fileExtension=".dwf" mimeType="drawing/x-dwf" />
+			<mimeMap fileExtension=".dwp" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".dxr" mimeType="application/x-director" />
+			<mimeMap fileExtension=".eml" mimeType="message/rfc822" />
+			<mimeMap fileExtension=".emz" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".eot" mimeType="application/vnd.ms-fontobject" />
+			<mimeMap fileExtension=".eps" mimeType="application/postscript" />
+			<mimeMap fileExtension=".esd" mimeType="application/vnd.ms-cab-compressed" />
+			<mimeMap fileExtension=".etx" mimeType="text/x-setext" />
+			<mimeMap fileExtension=".evy" mimeType="application/envoy" />
+			<mimeMap fileExtension=".exe" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".exe.config" mimeType="text/xml" />
+			<mimeMap fileExtension=".fdf" mimeType="application/vnd.fdf" />
+			<mimeMap fileExtension=".fif" mimeType="application/fractals" />
+			<mimeMap fileExtension=".fla" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".flr" mimeType="x-world/x-vrml" />
+			<mimeMap fileExtension=".flv" mimeType="video/x-flv" />
+			<mimeMap fileExtension=".gif" mimeType="image/gif" />
+			<mimeMap fileExtension=".glb" mimeType="model/gltf-binary" />
+			<mimeMap fileExtension=".gtar" mimeType="application/x-gtar" />
+			<mimeMap fileExtension=".gz" mimeType="application/x-gzip" />
+			<mimeMap fileExtension=".h" mimeType="text/plain" />
+			<mimeMap fileExtension=".hdf" mimeType="application/x-hdf" />
+			<mimeMap fileExtension=".hdml" mimeType="text/x-hdml" />
+			<mimeMap fileExtension=".hhc" mimeType="application/x-oleobject" />
+			<mimeMap fileExtension=".hhk" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".hhp" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".hlp" mimeType="application/winhlp" />
+			<mimeMap fileExtension=".hqx" mimeType="application/mac-binhex40" />
+			<mimeMap fileExtension=".hta" mimeType="application/hta" />
+			<mimeMap fileExtension=".htc" mimeType="text/x-component" />
+			<mimeMap fileExtension=".htm" mimeType="text/html" />
+			<mimeMap fileExtension=".html" mimeType="text/html" />
+			<mimeMap fileExtension=".htt" mimeType="text/webviewhtml" />
+			<mimeMap fileExtension=".hxt" mimeType="text/html" />
+			<mimeMap fileExtension=".ico" mimeType="image/x-icon" />
+			<mimeMap fileExtension=".ics" mimeType="text/calendar" />
+			<mimeMap fileExtension=".ief" mimeType="image/ief" />
+			<mimeMap fileExtension=".iii" mimeType="application/x-iphone" />
+			<mimeMap fileExtension=".inf" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".ins" mimeType="application/x-internet-signup" />
+			<mimeMap fileExtension=".isp" mimeType="application/x-internet-signup" />
+			<mimeMap fileExtension=".IVF" mimeType="video/x-ivf" />
+			<mimeMap fileExtension=".jar" mimeType="application/java-archive" />
+			<mimeMap fileExtension=".java" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".jck" mimeType="application/liquidmotion" />
+			<mimeMap fileExtension=".jcz" mimeType="application/liquidmotion" />
+			<mimeMap fileExtension=".jfif" mimeType="image/pjpeg" />
+			<mimeMap fileExtension=".jpb" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".jpe" mimeType="image/jpeg" />
+			<mimeMap fileExtension=".jpeg" mimeType="image/jpeg" />
+			<mimeMap fileExtension=".jpg" mimeType="image/jpeg" />
+			<mimeMap fileExtension=".js" mimeType="application/javascript" />
+			<mimeMap fileExtension=".json" mimeType="application/json" />
+			<mimeMap fileExtension=".jsonld" mimeType="application/ld+json" />
+			<mimeMap fileExtension=".jsx" mimeType="text/jscript" />
+			<mimeMap fileExtension=".latex" mimeType="application/x-latex" />
+			<mimeMap fileExtension=".less" mimeType="text/css" />
+			<mimeMap fileExtension=".lit" mimeType="application/x-ms-reader" />
+			<mimeMap fileExtension=".lpk" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".lsf" mimeType="video/x-la-asf" />
+			<mimeMap fileExtension=".lsx" mimeType="video/x-la-asf" />
+			<mimeMap fileExtension=".lzh" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".m13" mimeType="application/x-msmediaview" />
+			<mimeMap fileExtension=".m14" mimeType="application/x-msmediaview" />
+			<mimeMap fileExtension=".m1v" mimeType="video/mpeg" />
+			<mimeMap fileExtension=".m2ts" mimeType="video/vnd.dlna.mpeg-tts" />
+			<mimeMap fileExtension=".m3u" mimeType="audio/x-mpegurl" />
+			<mimeMap fileExtension=".m4a" mimeType="audio/mp4" />
+			<mimeMap fileExtension=".m4v" mimeType="video/mp4" />
+			<mimeMap fileExtension=".man" mimeType="application/x-troff-man" />
+			<mimeMap fileExtension=".manifest" mimeType="application/x-ms-manifest" />
+			<mimeMap fileExtension=".map" mimeType="text/plain" />
+			<mimeMap fileExtension=".mdb" mimeType="application/x-msaccess" />
+			<mimeMap fileExtension=".mdp" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".me" mimeType="application/x-troff-me" />
+			<mimeMap fileExtension=".mht" mimeType="message/rfc822" />
+			<mimeMap fileExtension=".mhtml" mimeType="message/rfc822" />
+			<mimeMap fileExtension=".mid" mimeType="audio/mid" />
+			<mimeMap fileExtension=".midi" mimeType="audio/mid" />
+			<mimeMap fileExtension=".mix" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".mmf" mimeType="application/x-smaf" />
+			<mimeMap fileExtension=".mno" mimeType="text/xml" />
+			<mimeMap fileExtension=".mny" mimeType="application/x-msmoney" />
+			<mimeMap fileExtension=".mov" mimeType="video/quicktime" />
+			<mimeMap fileExtension=".movie" mimeType="video/x-sgi-movie" />
+			<mimeMap fileExtension=".mp2" mimeType="video/mpeg" />
+			<mimeMap fileExtension=".mp3" mimeType="audio/mpeg" />
+			<mimeMap fileExtension=".mp4" mimeType="video/mp4" />
+			<mimeMap fileExtension=".mp4v" mimeType="video/mp4" />
+			<mimeMap fileExtension=".mpa" mimeType="video/mpeg" />
+			<mimeMap fileExtension=".mpe" mimeType="video/mpeg" />
+			<mimeMap fileExtension=".mpeg" mimeType="video/mpeg" />
+			<mimeMap fileExtension=".mpg" mimeType="video/mpeg" />
+			<mimeMap fileExtension=".mpp" mimeType="application/vnd.ms-project" />
+			<mimeMap fileExtension=".mpv2" mimeType="video/mpeg" />
+			<mimeMap fileExtension=".ms" mimeType="application/x-troff-ms" />
+			<mimeMap fileExtension=".msi" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".mso" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".mvb" mimeType="application/x-msmediaview" />
+			<mimeMap fileExtension=".mvc" mimeType="application/x-miva-compiled" />
+			<mimeMap fileExtension=".nc" mimeType="application/x-netcdf" />
+			<mimeMap fileExtension=".nsc" mimeType="video/x-ms-asf" />
+			<mimeMap fileExtension=".nws" mimeType="message/rfc822" />
+			<mimeMap fileExtension=".ocx" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".oda" mimeType="application/oda" />
+			<mimeMap fileExtension=".odc" mimeType="text/x-ms-odc" />
+			<mimeMap fileExtension=".ods" mimeType="application/oleobject" />
+			<mimeMap fileExtension=".oga" mimeType="audio/ogg" />
+			<mimeMap fileExtension=".ogg" mimeType="video/ogg" />
+			<mimeMap fileExtension=".ogv" mimeType="video/ogg" />
+			<mimeMap fileExtension=".one" mimeType="application/onenote" />
+			<mimeMap fileExtension=".onea" mimeType="application/onenote" />
+			<mimeMap fileExtension=".onetoc" mimeType="application/onenote" />
+			<mimeMap fileExtension=".onetoc2" mimeType="application/onenote" />
+			<mimeMap fileExtension=".onetmp" mimeType="application/onenote" />
+			<mimeMap fileExtension=".onepkg" mimeType="application/onenote" />
+			<mimeMap fileExtension=".osdx" mimeType="application/opensearchdescription+xml" />
+			<mimeMap fileExtension=".otf" mimeType="font/otf" />
+			<mimeMap fileExtension=".p10" mimeType="application/pkcs10" />
+			<mimeMap fileExtension=".p12" mimeType="application/x-pkcs12" />
+			<mimeMap fileExtension=".p7b" mimeType="application/x-pkcs7-certificates" />
+			<mimeMap fileExtension=".p7c" mimeType="application/pkcs7-mime" />
+			<mimeMap fileExtension=".p7m" mimeType="application/pkcs7-mime" />
+			<mimeMap fileExtension=".p7r" mimeType="application/x-pkcs7-certreqresp" />
+			<mimeMap fileExtension=".p7s" mimeType="application/pkcs7-signature" />
+			<mimeMap fileExtension=".pbm" mimeType="image/x-portable-bitmap" />
+			<mimeMap fileExtension=".pcx" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".pcz" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".pdf" mimeType="application/pdf" />
+			<mimeMap fileExtension=".pfb" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".pfm" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".pfx" mimeType="application/x-pkcs12" />
+			<mimeMap fileExtension=".pgm" mimeType="image/x-portable-graymap" />
+			<mimeMap fileExtension=".pko" mimeType="application/vnd.ms-pki.pko" />
+			<mimeMap fileExtension=".pma" mimeType="application/x-perfmon" />
+			<mimeMap fileExtension=".pmc" mimeType="application/x-perfmon" />
+			<mimeMap fileExtension=".pml" mimeType="application/x-perfmon" />
+			<mimeMap fileExtension=".pmr" mimeType="application/x-perfmon" />
+			<mimeMap fileExtension=".pmw" mimeType="application/x-perfmon" />
+			<mimeMap fileExtension=".png" mimeType="image/png" />
+			<mimeMap fileExtension=".pnm" mimeType="image/x-portable-anymap" />
+			<mimeMap fileExtension=".pnz" mimeType="image/png" />
+			<mimeMap fileExtension=".pot" mimeType="application/vnd.ms-powerpoint" />
+			<mimeMap fileExtension=".potm" mimeType="application/vnd.ms-powerpoint.template.macroEnabled.12" />
+			<mimeMap fileExtension=".potx" mimeType="application/vnd.openxmlformats-officedocument.presentationml.template" />
+			<mimeMap fileExtension=".ppam" mimeType="application/vnd.ms-powerpoint.addin.macroEnabled.12" />
+			<mimeMap fileExtension=".ppm" mimeType="image/x-portable-pixmap" />
+			<mimeMap fileExtension=".pps" mimeType="application/vnd.ms-powerpoint" />
+			<mimeMap fileExtension=".ppsm" mimeType="application/vnd.ms-powerpoint.slideshow.macroEnabled.12" />
+			<mimeMap fileExtension=".ppsx" mimeType="application/vnd.openxmlformats-officedocument.presentationml.slideshow" />
+			<mimeMap fileExtension=".ppt" mimeType="application/vnd.ms-powerpoint" />
+			<mimeMap fileExtension=".pptm" mimeType="application/vnd.ms-powerpoint.presentation.macroEnabled.12" />
+			<mimeMap fileExtension=".pptx" mimeType="application/vnd.openxmlformats-officedocument.presentationml.presentation" />
+			<mimeMap fileExtension=".prf" mimeType="application/pics-rules" />
+			<mimeMap fileExtension=".prm" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".prx" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".ps" mimeType="application/postscript" />
+			<mimeMap fileExtension=".psd" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".psm" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".psp" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".pub" mimeType="application/x-mspublisher" />
+			<mimeMap fileExtension=".qt" mimeType="video/quicktime" />
+			<mimeMap fileExtension=".qtl" mimeType="application/x-quicktimeplayer" />
+			<mimeMap fileExtension=".qxd" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".ra" mimeType="audio/x-pn-realaudio" />
+			<mimeMap fileExtension=".ram" mimeType="audio/x-pn-realaudio" />
+			<mimeMap fileExtension=".rar" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".ras" mimeType="image/x-cmu-raster" />
+			<mimeMap fileExtension=".rf" mimeType="image/vnd.rn-realflash" />
+			<mimeMap fileExtension=".rgb" mimeType="image/x-rgb" />
+			<mimeMap fileExtension=".rm" mimeType="application/vnd.rn-realmedia" />
+			<mimeMap fileExtension=".rmi" mimeType="audio/mid" />
+			<mimeMap fileExtension=".roff" mimeType="application/x-troff" />
+			<mimeMap fileExtension=".rpm" mimeType="audio/x-pn-realaudio-plugin" />
+			<mimeMap fileExtension=".rtf" mimeType="application/rtf" />
+			<mimeMap fileExtension=".rtx" mimeType="text/richtext" />
+			<mimeMap fileExtension=".scd" mimeType="application/x-msschedule" />
+			<mimeMap fileExtension=".sct" mimeType="text/scriptlet" />
+			<mimeMap fileExtension=".sea" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".setpay" mimeType="application/set-payment-initiation" />
+			<mimeMap fileExtension=".setreg" mimeType="application/set-registration-initiation" />
+			<mimeMap fileExtension=".sgml" mimeType="text/sgml" />
+			<mimeMap fileExtension=".sh" mimeType="application/x-sh" />
+			<mimeMap fileExtension=".shar" mimeType="application/x-shar" />
+			<mimeMap fileExtension=".sit" mimeType="application/x-stuffit" />
+			<mimeMap fileExtension=".sldm" mimeType="application/vnd.ms-powerpoint.slide.macroEnabled.12" />
+			<mimeMap fileExtension=".sldx" mimeType="application/vnd.openxmlformats-officedocument.presentationml.slide" />
+			<mimeMap fileExtension=".smd" mimeType="audio/x-smd" />
+			<mimeMap fileExtension=".smi" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".smx" mimeType="audio/x-smd" />
+			<mimeMap fileExtension=".smz" mimeType="audio/x-smd" />
+			<mimeMap fileExtension=".snd" mimeType="audio/basic" />
+			<mimeMap fileExtension=".snp" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".spc" mimeType="application/x-pkcs7-certificates" />
+			<mimeMap fileExtension=".spl" mimeType="application/futuresplash" />
+			<mimeMap fileExtension=".spx" mimeType="audio/ogg" />
+			<mimeMap fileExtension=".src" mimeType="application/x-wais-source" />
+			<mimeMap fileExtension=".ssm" mimeType="application/streamingmedia" />
+			<mimeMap fileExtension=".sst" mimeType="application/vnd.ms-pki.certstore" />
+			<mimeMap fileExtension=".stl" mimeType="application/vnd.ms-pki.stl" />
+			<mimeMap fileExtension=".sv4cpio" mimeType="application/x-sv4cpio" />
+			<mimeMap fileExtension=".sv4crc" mimeType="application/x-sv4crc" />
+			<mimeMap fileExtension=".svg" mimeType="image/svg+xml" />
+			<mimeMap fileExtension=".svgz" mimeType="image/svg+xml" />
+			<mimeMap fileExtension=".swf" mimeType="application/x-shockwave-flash" />
+			<mimeMap fileExtension=".t" mimeType="application/x-troff" />
+			<mimeMap fileExtension=".tar" mimeType="application/x-tar" />
+			<mimeMap fileExtension=".tcl" mimeType="application/x-tcl" />
+			<mimeMap fileExtension=".tex" mimeType="application/x-tex" />
+			<mimeMap fileExtension=".texi" mimeType="application/x-texinfo" />
+			<mimeMap fileExtension=".texinfo" mimeType="application/x-texinfo" />
+			<mimeMap fileExtension=".tgz" mimeType="application/x-compressed" />
+			<mimeMap fileExtension=".thmx" mimeType="application/vnd.ms-officetheme" />
+			<mimeMap fileExtension=".thn" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".tif" mimeType="image/tiff" />
+			<mimeMap fileExtension=".tiff" mimeType="image/tiff" />
+			<mimeMap fileExtension=".toc" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".tr" mimeType="application/x-troff" />
+			<mimeMap fileExtension=".trm" mimeType="application/x-msterminal" />
+			<mimeMap fileExtension=".ts" mimeType="video/vnd.dlna.mpeg-tts" />
+			<mimeMap fileExtension=".tsv" mimeType="text/tab-separated-values" />
+			<mimeMap fileExtension=".ttf" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".tts" mimeType="video/vnd.dlna.mpeg-tts" />
+			<mimeMap fileExtension=".txt" mimeType="text/plain" />
+			<mimeMap fileExtension=".u32" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".uls" mimeType="text/iuls" />
+			<mimeMap fileExtension=".ustar" mimeType="application/x-ustar" />
+			<mimeMap fileExtension=".vbs" mimeType="text/vbscript" />
+			<mimeMap fileExtension=".vcf" mimeType="text/x-vcard" />
+			<mimeMap fileExtension=".vcs" mimeType="text/plain" />
+			<mimeMap fileExtension=".vdx" mimeType="application/vnd.ms-visio.viewer" />
+			<mimeMap fileExtension=".vml" mimeType="text/xml" />
+			<mimeMap fileExtension=".vsd" mimeType="application/vnd.visio" />
+			<mimeMap fileExtension=".vss" mimeType="application/vnd.visio" />
+			<mimeMap fileExtension=".vst" mimeType="application/vnd.visio" />
+			<mimeMap fileExtension=".vsto" mimeType="application/x-ms-vsto" />
+			<mimeMap fileExtension=".vsw" mimeType="application/vnd.visio" />
+			<mimeMap fileExtension=".vsx" mimeType="application/vnd.visio" />
+			<mimeMap fileExtension=".vtx" mimeType="application/vnd.visio" />
+			<mimeMap fileExtension=".wasm" mimeType="application/wasm" />
+			<mimeMap fileExtension=".wav" mimeType="audio/wav" />
+			<mimeMap fileExtension=".wax" mimeType="audio/x-ms-wax" />
+			<mimeMap fileExtension=".wbmp" mimeType="image/vnd.wap.wbmp" />
+			<mimeMap fileExtension=".wcm" mimeType="application/vnd.ms-works" />
+			<mimeMap fileExtension=".wdb" mimeType="application/vnd.ms-works" />
+			<mimeMap fileExtension=".webm" mimeType="video/webm" />
+			<mimeMap fileExtension=".wks" mimeType="application/vnd.ms-works" />
+			<mimeMap fileExtension=".wm" mimeType="video/x-ms-wm" />
+			<mimeMap fileExtension=".wma" mimeType="audio/x-ms-wma" />
+			<mimeMap fileExtension=".wmd" mimeType="application/x-ms-wmd" />
+			<mimeMap fileExtension=".wmf" mimeType="application/x-msmetafile" />
+			<mimeMap fileExtension=".wml" mimeType="text/vnd.wap.wml" />
+			<mimeMap fileExtension=".wmlc" mimeType="application/vnd.wap.wmlc" />
+			<mimeMap fileExtension=".wmls" mimeType="text/vnd.wap.wmlscript" />
+			<mimeMap fileExtension=".wmlsc" mimeType="application/vnd.wap.wmlscriptc" />
+			<mimeMap fileExtension=".wmp" mimeType="video/x-ms-wmp" />
+			<mimeMap fileExtension=".wmv" mimeType="video/x-ms-wmv" />
+			<mimeMap fileExtension=".wmx" mimeType="video/x-ms-wmx" />
+			<mimeMap fileExtension=".wmz" mimeType="application/x-ms-wmz" />
+			<mimeMap fileExtension=".woff" mimeType="font/x-woff" />
+			<mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />
+			<mimeMap fileExtension=".wps" mimeType="application/vnd.ms-works" />
+			<mimeMap fileExtension=".wri" mimeType="application/x-mswrite" />
+			<mimeMap fileExtension=".wrl" mimeType="x-world/x-vrml" />
+			<mimeMap fileExtension=".wrz" mimeType="x-world/x-vrml" />
+			<mimeMap fileExtension=".wsdl" mimeType="text/xml" />
+			<mimeMap fileExtension=".wtv" mimeType="video/x-ms-wtv" />
+			<mimeMap fileExtension=".wvx" mimeType="video/x-ms-wvx" />
+			<mimeMap fileExtension=".x" mimeType="application/directx" />
+			<mimeMap fileExtension=".xaf" mimeType="x-world/x-vrml" />
+			<mimeMap fileExtension=".xaml" mimeType="application/xaml+xml" />
+			<mimeMap fileExtension=".xap" mimeType="application/x-silverlight-app" />
+			<mimeMap fileExtension=".xbap" mimeType="application/x-ms-xbap" />
+			<mimeMap fileExtension=".xbm" mimeType="image/x-xbitmap" />
+			<mimeMap fileExtension=".xdr" mimeType="text/plain" />
+			<mimeMap fileExtension=".xht" mimeType="application/xhtml+xml" />
+			<mimeMap fileExtension=".xhtml" mimeType="application/xhtml+xml" />
+			<mimeMap fileExtension=".xla" mimeType="application/vnd.ms-excel" />
+			<mimeMap fileExtension=".xlam" mimeType="application/vnd.ms-excel.addin.macroEnabled.12" />
+			<mimeMap fileExtension=".xlc" mimeType="application/vnd.ms-excel" />
+			<mimeMap fileExtension=".xlm" mimeType="application/vnd.ms-excel" />
+			<mimeMap fileExtension=".xls" mimeType="application/vnd.ms-excel" />
+			<mimeMap fileExtension=".xlsb" mimeType="application/vnd.ms-excel.sheet.binary.macroEnabled.12" />
+			<mimeMap fileExtension=".xlsm" mimeType="application/vnd.ms-excel.sheet.macroEnabled.12" />
+			<mimeMap fileExtension=".xlsx" mimeType="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" />
+			<mimeMap fileExtension=".xlt" mimeType="application/vnd.ms-excel" />
+			<mimeMap fileExtension=".xltm" mimeType="application/vnd.ms-excel.template.macroEnabled.12" />
+			<mimeMap fileExtension=".xltx" mimeType="application/vnd.openxmlformats-officedocument.spreadsheetml.template" />
+			<mimeMap fileExtension=".xlw" mimeType="application/vnd.ms-excel" />
+			<mimeMap fileExtension=".xml" mimeType="text/xml" />
+			<mimeMap fileExtension=".xof" mimeType="x-world/x-vrml" />
+			<mimeMap fileExtension=".xpm" mimeType="image/x-xpixmap" />
+			<mimeMap fileExtension=".xps" mimeType="application/vnd.ms-xpsdocument" />
+			<mimeMap fileExtension=".xsd" mimeType="text/xml" />
+			<mimeMap fileExtension=".xsf" mimeType="text/xml" />
+			<mimeMap fileExtension=".xsl" mimeType="text/xml" />
+			<mimeMap fileExtension=".xslt" mimeType="text/xml" />
+			<mimeMap fileExtension=".xsn" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".xtp" mimeType="application/octet-stream" />
+			<mimeMap fileExtension=".xwd" mimeType="image/x-xwindowdump" />
+			<mimeMap fileExtension=".z" mimeType="application/x-compress" />
+			<mimeMap fileExtension=".zip" mimeType="application/x-zip-compressed" />
+		</staticContent>
+		<tracing>
+			<traceFailedRequests>
+				<add path="*">
+					<traceAreas>
+						<add provider="ASP" verbosity="Verbose" />
+						<add provider="ASPNET" areas="Infrastructure,Module,Page,AppServices" verbosity="Verbose" />
+						<add provider="ISAPI Extension" verbosity="Verbose" />
+						<add provider="WWW Server" areas="Authentication,Security,Filter,StaticFile,CGI,Compression,Cache,RequestNotifications,Module,Rewrite,WebSocket" verbosity="Verbose" />
+					</traceAreas>
+					<failureDefinitions statusCodes="200-999" />
+				</add>
+			</traceFailedRequests>
+			<traceProviderDefinitions>
+				<add name="WWW Server" guid="{3a2a4e84-4c21-4981-ae10-3fda0d9b0f83}">
+					<areas>
+						<clear />
+						<add name="Authentication" value="2" />
+						<add name="Security" value="4" />
+						<add name="Filter" value="8" />
+						<add name="StaticFile" value="16" />
+						<add name="CGI" value="32" />
+						<add name="Compression" value="64" />
+						<add name="Cache" value="128" />
+						<add name="RequestNotifications" value="256" />
+						<add name="Module" value="512" />
+						<add name="Rewrite" value="1024" />
+						<add name="FastCGI" value="4096" />
+						<add name="WebSocket" value="16384" />
+                        <add name="ANCM" value="65536" />
+					</areas>
+				</add>
+				<add name="ASP" guid="{06b94d9a-b15e-456e-a4ef-37c984a2cb4b}">
+					<areas>
+						<clear />
+					</areas>
+				</add>
+				<add name="ISAPI Extension" guid="{a1c2040e-8840-4c31-ba11-9871031a19ea}">
+					<areas>
+						<clear />
+					</areas>
+				</add>
+				<add name="ASPNET" guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}">
+					<areas>
+						<add name="Infrastructure" value="1" />
+						<add name="Module" value="2" />
+						<add name="Page" value="4" />
+						<add name="AppServices" value="8" />
+					</areas>
+				</add>
+			</traceProviderDefinitions>
+		</tracing>
+		<urlCompression />
+		<validation />
+		<webdav>
+			<globalSettings>
+				<propertyStores>
+					<add name="webdav_simple_prop" image="%IIS_BIN%\webdav_simple_prop.dll" image32="%IIS_BIN%\webdav_simple_prop.dll" />
+				</propertyStores>
+				<lockStores>
+					<add name="webdav_simple_lock" image="%IIS_BIN%\webdav_simple_lock.dll" image32="%IIS_BIN%\webdav_simple_lock.dll" />
+				</lockStores>
+			</globalSettings>
+			<authoring>
+				<locks enabled="true" lockStore="webdav_simple_lock" />
+			</authoring>
+			<authoringRules />
+		</webdav>
+		<webSocket />
+		<applicationInitialization />
+	</system.webServer>
+	<location path="" overrideMode="Allow">
+		<system.webServer>
+			<modules>
+				<add name="IsapiFilterModule" lockItem="true" />
+				<add name="BasicAuthenticationModule" lockItem="true" />
+				<add name="IsapiModule" lockItem="true" />
+				<add name="HttpLoggingModule" lockItem="true" />
+				<add name="DynamicCompressionModule" lockItem="true" />
+				<add name="StaticCompressionModule" lockItem="true" />
+				<add name="DefaultDocumentModule" lockItem="true" />
+				<add name="DirectoryListingModule" lockItem="true" />
+				<add name="ProtocolSupportModule" lockItem="true" />
+				<add name="HttpRedirectionModule" lockItem="true" />
+				<add name="ServerSideIncludeModule" lockItem="true" />
+				<add name="StaticFileModule" lockItem="true" />
+				<add name="AnonymousAuthenticationModule" lockItem="true" />
+				<add name="CertificateMappingAuthenticationModule" lockItem="true" />
+				<add name="UrlAuthorizationModule" lockItem="true" />
+				<add name="WindowsAuthenticationModule" lockItem="true" />
+				<add name="IISCertificateMappingAuthenticationModule" lockItem="true" />
+				<add name="WebMatrixSupportModule" lockItem="true" />
+				<add name="IpRestrictionModule" lockItem="true" />
+				<add name="DynamicIpRestrictionModule" lockItem="true" />
+				<add name="RequestFilteringModule" lockItem="true" />
+				<add name="CustomLoggingModule" lockItem="true" />
+				<add name="CustomErrorModule" lockItem="true" />
+				<add name="FailedRequestsTracingModule" lockItem="true" />
+				<add name="CgiModule" lockItem="true" />
+				<add name="FastCgiModule" lockItem="true" />
+				<!--                <add name="WebDAVModule" /> -->
+				<add name="RewriteModule" />
+				<add name="OutputCache" type="System.Web.Caching.OutputCacheModule" preCondition="managedHandler" />
+				<add name="Session" type="System.Web.SessionState.SessionStateModule" preCondition="managedHandler" />
+				<add name="WindowsAuthentication" type="System.Web.Security.WindowsAuthenticationModule" preCondition="managedHandler" />
+				<add name="FormsAuthentication" type="System.Web.Security.FormsAuthenticationModule" preCondition="managedHandler" />
+				<add name="DefaultAuthentication" type="System.Web.Security.DefaultAuthenticationModule" preCondition="managedHandler" />
+				<add name="RoleManager" type="System.Web.Security.RoleManagerModule" preCondition="managedHandler" />
+				<add name="UrlAuthorization" type="System.Web.Security.UrlAuthorizationModule" preCondition="managedHandler" />
+				<add name="FileAuthorization" type="System.Web.Security.FileAuthorizationModule" preCondition="managedHandler" />
+				<add name="AnonymousIdentification" type="System.Web.Security.AnonymousIdentificationModule" preCondition="managedHandler" />
+				<add name="Profile" type="System.Web.Profile.ProfileModule" preCondition="managedHandler" />
+				<add name="UrlMappingsModule" type="System.Web.UrlMappingsModule" preCondition="managedHandler" />
+				<add name="ApplicationInitializationModule" lockItem="true" />
+				<add name="WebSocketModule" lockItem="true" />
+				<add name="ServiceModel-4.0" type="System.ServiceModel.Activation.ServiceHttpModule,System.ServiceModel.Activation,Version=4.0.0.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35" preCondition="managedHandler,runtimeVersionv4.0" />
+				<add name="ConfigurationValidationModule" lockItem="true" />
+				<add name="UrlRoutingModule-4.0" type="System.Web.Routing.UrlRoutingModule" preCondition="managedHandler,runtimeVersionv4.0" />
+				<add name="ScriptModule-4.0" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="managedHandler,runtimeVersionv4.0" />
+				<add name="ServiceModel" type="System.ServiceModel.Activation.HttpModule, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" preCondition="managedHandler,runtimeVersionv2.0" />
+                <add name="AspNetCoreModule" lockItem="true" />
+                <add name="AspNetCoreModuleV2" lockItem="true" />
+			</modules>
+			<handlers accessPolicy="Read, Script">
+				<!--                <add name="WebDAV" path="*" verb="PROPFIND,PROPPATCH,MKCOL,PUT,COPY,DELETE,MOVE,LOCK,UNLOCK" modules="WebDAVModule" resourceType="Unspecified" requireAccess="None" /> -->
+				<add name="AXD-ISAPI-4.0_64bit" path="*.axd" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
+				<add name="PageHandlerFactory-ISAPI-4.0_64bit" path="*.aspx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
+				<add name="SimpleHandlerFactory-ISAPI-4.0_64bit" path="*.ashx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
+				<add name="WebServiceHandlerFactory-ISAPI-4.0_64bit" path="*.asmx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
+				<add name="HttpRemotingHandlerFactory-rem-ISAPI-4.0_64bit" path="*.rem" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
+				<add name="HttpRemotingHandlerFactory-soap-ISAPI-4.0_64bit" path="*.soap" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
+				<add name="svc-ISAPI-4.0_64bit" path="*.svc" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" />
+				<add name="rules-ISAPI-4.0_64bit" path="*.rules" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" />
+				<add name="xoml-ISAPI-4.0_64bit" path="*.xoml" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" />
+				<add name="xamlx-ISAPI-4.0_64bit" path="*.xamlx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" />
+				<add name="aspq-ISAPI-4.0_64bit" path="*.aspq" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
+				<add name="cshtm-ISAPI-4.0_64bit" path="*.cshtm" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
+				<add name="cshtml-ISAPI-4.0_64bit" path="*.cshtml" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
+				<add name="vbhtm-ISAPI-4.0_64bit" path="*.vbhtm" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
+				<add name="vbhtml-ISAPI-4.0_64bit" path="*.vbhtml" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
+				<add name="svc-Integrated" path="*.svc" verb="*" type="System.ServiceModel.Activation.HttpHandler, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv2.0" />
+				<add name="svc-ISAPI-2.0" path="*.svc" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" />
+				<add name="xoml-Integrated" path="*.xoml" verb="*" type="System.ServiceModel.Activation.HttpHandler, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv2.0" />
+				<add name="xoml-ISAPI-2.0" path="*.xoml" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" />
+				<add name="rules-Integrated" path="*.rules" verb="*" type="System.ServiceModel.Activation.HttpHandler, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv2.0" />
+				<add name="rules-ISAPI-2.0" path="*.rules" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" />
+				<add name="AXD-ISAPI-4.0_32bit" path="*.axd" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
+				<add name="PageHandlerFactory-ISAPI-4.0_32bit" path="*.aspx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
+				<add name="SimpleHandlerFactory-ISAPI-4.0_32bit" path="*.ashx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
+				<add name="WebServiceHandlerFactory-ISAPI-4.0_32bit" path="*.asmx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
+				<add name="HttpRemotingHandlerFactory-rem-ISAPI-4.0_32bit" path="*.rem" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
+				<add name="HttpRemotingHandlerFactory-soap-ISAPI-4.0_32bit" path="*.soap" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
+				<add name="svc-ISAPI-4.0_32bit" path="*.svc" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" />
+				<add name="rules-ISAPI-4.0_32bit" path="*.rules" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" />
+				<add name="xoml-ISAPI-4.0_32bit" path="*.xoml" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" />
+				<add name="xamlx-ISAPI-4.0_32bit" path="*.xamlx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" />
+				<add name="aspq-ISAPI-4.0_32bit" path="*.aspq" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
+				<add name="cshtm-ISAPI-4.0_32bit" path="*.cshtm" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
+				<add name="cshtml-ISAPI-4.0_32bit" path="*.cshtml" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
+				<add name="vbhtm-ISAPI-4.0_32bit" path="*.vbhtm" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
+				<add name="vbhtml-ISAPI-4.0_32bit" path="*.vbhtml" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
+				<add name="TraceHandler-Integrated-4.0" path="trace.axd" verb="GET,HEAD,POST,DEBUG" type="System.Web.Handlers.TraceHandler" preCondition="integratedMode,runtimeVersionv4.0" />
+				<add name="WebAdminHandler-Integrated-4.0" path="WebAdmin.axd" verb="GET,DEBUG" type="System.Web.Handlers.WebAdminHandler" preCondition="integratedMode,runtimeVersionv4.0" />
+				<add name="AssemblyResourceLoader-Integrated-4.0" path="WebResource.axd" verb="GET,DEBUG" type="System.Web.Handlers.AssemblyResourceLoader" preCondition="integratedMode,runtimeVersionv4.0" />
+				<add name="PageHandlerFactory-Integrated-4.0" path="*.aspx" verb="GET,HEAD,POST,DEBUG" type="System.Web.UI.PageHandlerFactory" preCondition="integratedMode,runtimeVersionv4.0" />
+				<add name="SimpleHandlerFactory-Integrated-4.0" path="*.ashx" verb="GET,HEAD,POST,DEBUG" type="System.Web.UI.SimpleHandlerFactory" preCondition="integratedMode,runtimeVersionv4.0" />
+				<add name="WebServiceHandlerFactory-Integrated-4.0" path="*.asmx" verb="GET,HEAD,POST,DEBUG" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode,runtimeVersionv4.0" />
+				<add name="HttpRemotingHandlerFactory-rem-Integrated-4.0" path="*.rem" verb="GET,HEAD,POST,DEBUG" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory, System.Runtime.Remoting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv4.0" />
+				<add name="HttpRemotingHandlerFactory-soap-Integrated-4.0" path="*.soap" verb="GET,HEAD,POST,DEBUG" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory, System.Runtime.Remoting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv4.0" />
+				<add name="svc-Integrated-4.0" path="*.svc" verb="*" type="System.ServiceModel.Activation.ServiceHttpHandlerFactory, System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode,runtimeVersionv4.0" />
+				<add name="rules-Integrated-4.0" path="*.rules" verb="*" type="System.ServiceModel.Activation.ServiceHttpHandlerFactory, System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode,runtimeVersionv4.0" />
+				<add name="xoml-Integrated-4.0" path="*.xoml" verb="*" type="System.ServiceModel.Activation.ServiceHttpHandlerFactory, System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode,runtimeVersionv4.0" />
+				<add name="xamlx-Integrated-4.0" path="*.xamlx" verb="GET,HEAD,POST,DEBUG" type="System.Xaml.Hosting.XamlHttpHandlerFactory, System.Xaml.Hosting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode,runtimeVersionv4.0" />
+				<add name="aspq-Integrated-4.0" path="*.aspq" verb="GET,HEAD,POST,DEBUG" type="System.Web.HttpForbiddenHandler" preCondition="integratedMode,runtimeVersionv4.0" />
+				<add name="cshtm-Integrated-4.0" path="*.cshtm" verb="GET,HEAD,POST,DEBUG" type="System.Web.HttpForbiddenHandler" preCondition="integratedMode,runtimeVersionv4.0" />
+				<add name="cshtml-Integrated-4.0" path="*.cshtml" verb="GET,HEAD,POST,DEBUG" type="System.Web.HttpForbiddenHandler" preCondition="integratedMode,runtimeVersionv4.0" />
+				<add name="vbhtm-Integrated-4.0" path="*.vbhtm" verb="GET,HEAD,POST,DEBUG" type="System.Web.HttpForbiddenHandler" preCondition="integratedMode,runtimeVersionv4.0" />
+				<add name="vbhtml-Integrated-4.0" path="*.vbhtml" verb="GET,HEAD,POST,DEBUG" type="System.Web.HttpForbiddenHandler" preCondition="integratedMode,runtimeVersionv4.0" />
+				<add name="ScriptHandlerFactoryAppServices-Integrated-4.0" path="*_AppService.axd" verb="*" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" preCondition="integratedMode,runtimeVersionv4.0" />
+				<add name="ScriptResourceIntegrated-4.0" path="*ScriptResource.axd" verb="GET,HEAD" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" preCondition="integratedMode,runtimeVersionv4.0" />
+				<add name="ASPClassic" path="*.asp" verb="GET,HEAD,POST" modules="IsapiModule" scriptProcessor="%IIS_BIN%\asp.dll" resourceType="File" />
+				<add name="SecurityCertificate" path="*.cer" verb="GET,HEAD,POST" modules="IsapiModule" scriptProcessor="%IIS_BIN%\asp.dll" resourceType="File" />
+				<add name="ISAPI-dll" path="*.dll" verb="*" modules="IsapiModule" resourceType="File" requireAccess="Execute" allowPathInfo="true" />
+				<add name="TraceHandler-Integrated" path="trace.axd" verb="GET,HEAD,POST,DEBUG" type="System.Web.Handlers.TraceHandler" preCondition="integratedMode,runtimeVersionv2.0" />
+				<add name="WebAdminHandler-Integrated" path="WebAdmin.axd" verb="GET,DEBUG" type="System.Web.Handlers.WebAdminHandler" preCondition="integratedMode,runtimeVersionv2.0" />
+				<add name="AssemblyResourceLoader-Integrated" path="WebResource.axd" verb="GET,DEBUG" type="System.Web.Handlers.AssemblyResourceLoader" preCondition="integratedMode,runtimeVersionv2.0" />
+				<add name="PageHandlerFactory-Integrated" path="*.aspx" verb="GET,HEAD,POST,DEBUG" type="System.Web.UI.PageHandlerFactory" preCondition="integratedMode,runtimeVersionv2.0" />
+				<add name="SimpleHandlerFactory-Integrated" path="*.ashx" verb="GET,HEAD,POST,DEBUG" type="System.Web.UI.SimpleHandlerFactory" preCondition="integratedMode,runtimeVersionv2.0" />
+				<add name="WebServiceHandlerFactory-Integrated" path="*.asmx" verb="GET,HEAD,POST,DEBUG" type="System.Web.Services.Protocols.WebServiceHandlerFactory,System.Web.Services,Version=2.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a" preCondition="integratedMode,runtimeVersionv2.0" />
+				<add name="HttpRemotingHandlerFactory-rem-Integrated" path="*.rem" verb="GET,HEAD,POST,DEBUG" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory,System.Runtime.Remoting,Version=2.0.0.0,Culture=neutral,PublicKeyToken=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv2.0" />
+				<add name="HttpRemotingHandlerFactory-soap-Integrated" path="*.soap" verb="GET,HEAD,POST,DEBUG" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory,System.Runtime.Remoting,Version=2.0.0.0,Culture=neutral,PublicKeyToken=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv2.0" />
+				<add name="AXD-ISAPI-2.0" path="*.axd" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" />
+				<add name="PageHandlerFactory-ISAPI-2.0" path="*.aspx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" />
+				<add name="SimpleHandlerFactory-ISAPI-2.0" path="*.ashx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" />
+				<add name="WebServiceHandlerFactory-ISAPI-2.0" path="*.asmx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" />
+				<add name="HttpRemotingHandlerFactory-rem-ISAPI-2.0" path="*.rem" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" />
+				<add name="HttpRemotingHandlerFactory-soap-ISAPI-2.0" path="*.soap" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" />
+				<add name="svc-ISAPI-2.0-64" path="*.svc" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" />
+				<add name="AXD-ISAPI-2.0-64" path="*.axd" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" />
+				<add name="PageHandlerFactory-ISAPI-2.0-64" path="*.aspx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" />
+				<add name="SimpleHandlerFactory-ISAPI-2.0-64" path="*.ashx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" />
+				<add name="WebServiceHandlerFactory-ISAPI-2.0-64" path="*.asmx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" />
+				<add name="HttpRemotingHandlerFactory-rem-ISAPI-2.0-64" path="*.rem" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" />
+				<add name="HttpRemotingHandlerFactory-soap-ISAPI-2.0-64" path="*.soap" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" />
+				<add name="rules-64-ISAPI-2.0" path="*.rules" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" />
+				<add name="xoml-64-ISAPI-2.0" path="*.xoml" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" />
+				<add name="CGI-exe" path="*.exe" verb="*" modules="CgiModule" resourceType="File" requireAccess="Execute" allowPathInfo="true" />
+				<add name="SSINC-stm" path="*.stm" verb="GET,HEAD,POST" modules="ServerSideIncludeModule" resourceType="File" />
+				<add name="SSINC-shtm" path="*.shtm" verb="GET,HEAD,POST" modules="ServerSideIncludeModule" resourceType="File" />
+				<add name="SSINC-shtml" path="*.shtml" verb="GET,HEAD,POST" modules="ServerSideIncludeModule" resourceType="File" />
+				<add name="TRACEVerbHandler" path="*" verb="TRACE" modules="ProtocolSupportModule" requireAccess="None" />
+				<add name="OPTIONSVerbHandler" path="*" verb="OPTIONS" modules="ProtocolSupportModule" requireAccess="None" />
+				<add name="ExtensionlessUrlHandler-ISAPI-4.0_32bit" path="*." verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
+				<add name="ExtensionlessUrlHandler-ISAPI-4.0_64bit" path="*." verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
+				<add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="GET,HEAD,POST,DEBUG" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" responseBufferLimit="0" />
+				<add name="StaticFile" path="*" verb="*" modules="StaticFileModule,DefaultDocumentModule,DirectoryListingModule" resourceType="Either" requireAccess="Read" />
+			</handlers>
+		</system.webServer>
+	</location>
+</configuration>
diff --git a/DotNet6_tutorials/IntroWebAPI/.vs/IntroWebAPI/v17/.futdcache.v2 b/DotNet6_tutorials/IntroWebAPI/.vs/IntroWebAPI/v17/.futdcache.v2
new file mode 100644
index 0000000000000000000000000000000000000000..b4f4d0ac29f106d90076f3fb2ca5bcdddea2cc51
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/.vs/IntroWebAPI/v17/.futdcache.v2 differ
diff --git a/DotNet6_tutorials/IntroWebAPI/.vs/IntroWebAPI/v17/.suo b/DotNet6_tutorials/IntroWebAPI/.vs/IntroWebAPI/v17/.suo
new file mode 100644
index 0000000000000000000000000000000000000000..38725f3b8e511380b2ddcabe09a91ec309c47427
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/.vs/IntroWebAPI/v17/.suo differ
diff --git a/DotNet6_tutorials/IntroWebAPI/.vs/ProjectEvaluation/introwebapi.metadata.v5.2 b/DotNet6_tutorials/IntroWebAPI/.vs/ProjectEvaluation/introwebapi.metadata.v5.2
new file mode 100644
index 0000000000000000000000000000000000000000..4fe990040f39677b75c82b027a35c016091316c5
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/.vs/ProjectEvaluation/introwebapi.metadata.v5.2 differ
diff --git a/DotNet6_tutorials/IntroWebAPI/.vs/ProjectEvaluation/introwebapi.projects.v5.2 b/DotNet6_tutorials/IntroWebAPI/.vs/ProjectEvaluation/introwebapi.projects.v5.2
new file mode 100644
index 0000000000000000000000000000000000000000..0315f4c00a17df7a0e5b65d3f99a061ac8836f89
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/.vs/ProjectEvaluation/introwebapi.projects.v5.2 differ
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI.sln b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI.sln
new file mode 100644
index 0000000000000000000000000000000000000000..d02f77114487679d8c5d157f7efaaca2a5a367ed
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI.sln
@@ -0,0 +1,31 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.4.33213.308
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntroWebAPI", "IntroWebAPI\IntroWebAPI.csproj", "{7E701F68-3E2E-4CA7-939C-96758094A4F8}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MinimalAPIDemo", "MinimalAPIDemo\MinimalAPIDemo.csproj", "{7F736F4F-E93F-4BE9-BD68-3C4603A22CBB}"
+EndProject
+Global
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Debug|Any CPU = Debug|Any CPU
+		Release|Any CPU = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{7E701F68-3E2E-4CA7-939C-96758094A4F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{7E701F68-3E2E-4CA7-939C-96758094A4F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{7E701F68-3E2E-4CA7-939C-96758094A4F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{7E701F68-3E2E-4CA7-939C-96758094A4F8}.Release|Any CPU.Build.0 = Release|Any CPU
+		{7F736F4F-E93F-4BE9-BD68-3C4603A22CBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{7F736F4F-E93F-4BE9-BD68-3C4603A22CBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{7F736F4F-E93F-4BE9-BD68-3C4603A22CBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{7F736F4F-E93F-4BE9-BD68-3C4603A22CBB}.Release|Any CPU.Build.0 = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(SolutionProperties) = preSolution
+		HideSolutionNode = FALSE
+	EndGlobalSection
+	GlobalSection(ExtensibilityGlobals) = postSolution
+		SolutionGuid = {B03CC5FA-2083-4160-AF46-0358607A51E8}
+	EndGlobalSection
+EndGlobal
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/Controllers/UsersController.cs b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/Controllers/UsersController.cs
new file mode 100644
index 0000000000000000000000000000000000000000..b2f274935dcd249eb14f36310d6e35d288e50c2b
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/Controllers/UsersController.cs
@@ -0,0 +1,47 @@
+using Microsoft.AspNetCore.Mvc;
+
+// For more information on enabling Web API for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860
+
+namespace IntroWebAPI.Controllers
+{
+    [Route("api/[controller]")]
+    [ApiController]
+    public class UsersController : ControllerBase
+    {
+        // GET: api/Users
+        /// <summary>
+        /// Comment AAAAAA
+        /// </summary>
+        /// <returns>Values i guess</returns>
+        [HttpGet]
+        public IEnumerable<string> Get()
+        {
+            return new string[] { "value1", "value2" };
+        }
+
+        // GET api/Users/5
+        [HttpGet("{id}")]
+        public string Get(int id)
+        {
+            return "value";
+        }
+
+        // POST api/Users
+        [HttpPost]
+        public void Post([FromBody] string value)
+        {
+        }
+
+        // PUT api/Users/5
+        [HttpPut("{id}")]
+        public void Put(int id, [FromBody] string value)
+        {
+        }
+
+        // DELETE api/Users/5
+        [HttpDelete("{id}")]
+        public void Delete(int id)
+        {
+        }
+    }
+}
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/Controllers/WeatherForecastController.cs b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/Controllers/WeatherForecastController.cs
new file mode 100644
index 0000000000000000000000000000000000000000..20080db535afae5d6bbaed2aacf73aecd13ad87f
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/Controllers/WeatherForecastController.cs
@@ -0,0 +1,33 @@
+using Microsoft.AspNetCore.Mvc;
+
+namespace IntroWebAPI.Controllers
+{
+    [ApiController]
+    [Route("api/[controller]")]
+    public class WeatherForecastController : ControllerBase
+    {
+        private static readonly string[] Summaries = new[]
+        {
+        "Freezing", "Bracing", "Chilly", "Cool", "Mild", "Warm", "Balmy", "Hot", "Sweltering", "Scorching"
+    };
+
+        private readonly ILogger<WeatherForecastController> _logger;
+
+        public WeatherForecastController(ILogger<WeatherForecastController> logger)
+        {
+            _logger = logger;
+        }
+
+        [HttpGet(Name = "GetWeatherForecast")]
+        public IEnumerable<WeatherForecast> Get()
+        {
+            return Enumerable.Range(1, 5).Select(index => new WeatherForecast
+            {
+                Date = DateTime.Now.AddDays(index),
+                TemperatureC = Random.Shared.Next(-20, 55),
+                Summary = Summaries[Random.Shared.Next(Summaries.Length)]
+            })
+            .ToArray();
+        }
+    }
+}
\ No newline at end of file
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/IntroWebAPI.csproj b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/IntroWebAPI.csproj
new file mode 100644
index 0000000000000000000000000000000000000000..4289e82b2fdf16381afd413add618676720f7203
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/IntroWebAPI.csproj
@@ -0,0 +1,13 @@
+<Project Sdk="Microsoft.NET.Sdk.Web">
+
+  <PropertyGroup>
+    <TargetFramework>net6.0</TargetFramework>
+    <Nullable>enable</Nullable>
+    <ImplicitUsings>enable</ImplicitUsings>
+  </PropertyGroup>
+
+  <ItemGroup>
+    <PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
+  </ItemGroup>
+
+</Project>
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/IntroWebAPI.csproj.user b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/IntroWebAPI.csproj.user
new file mode 100644
index 0000000000000000000000000000000000000000..7df1876e7a0d3c71f278255d8fccfabdc35863b0
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/IntroWebAPI.csproj.user
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <PropertyGroup>
+    <Controller_SelectedScaffolderID>ApiControllerWithActionsScaffolder</Controller_SelectedScaffolderID>
+    <Controller_SelectedScaffolderCategoryPath>root/Common/Api</Controller_SelectedScaffolderCategoryPath>
+  </PropertyGroup>
+</Project>
\ No newline at end of file
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/Program.cs b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/Program.cs
new file mode 100644
index 0000000000000000000000000000000000000000..15eacee94143ca2755fd368430267ac671663b6f
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/Program.cs
@@ -0,0 +1,25 @@
+var builder = WebApplication.CreateBuilder(args);
+
+// Add services to the container.
+
+builder.Services.AddControllers();
+// Learn more about configuring Swagger/OpenAPI at https://aka.ms/aspnetcore/swashbuckle
+builder.Services.AddEndpointsApiExplorer();
+builder.Services.AddSwaggerGen();
+
+var app = builder.Build();
+
+// Configure the HTTP request pipeline.
+if (app.Environment.IsDevelopment())
+{
+    app.UseSwagger();
+    app.UseSwaggerUI();
+}
+
+app.UseHttpsRedirection();
+
+app.UseAuthorization();
+
+app.MapControllers();
+
+app.Run();
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/Properties/launchSettings.json b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/Properties/launchSettings.json
new file mode 100644
index 0000000000000000000000000000000000000000..34b59b739ea88b453f99a280642afc4f87c5f9b1
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/Properties/launchSettings.json
@@ -0,0 +1,31 @@
+{
+  "$schema": "https://json.schemastore.org/launchsettings.json",
+  "iisSettings": {
+    "windowsAuthentication": false,
+    "anonymousAuthentication": true,
+    "iisExpress": {
+      "applicationUrl": "http://localhost:13021",
+      "sslPort": 44322
+    }
+  },
+  "profiles": {
+    "IntroWebAPI": {
+      "commandName": "Project",
+      "dotnetRunMessages": true,
+      "launchBrowser": true,
+      "launchUrl": "swagger",
+      "applicationUrl": "https://localhost:7066;http://localhost:5088",
+      "environmentVariables": {
+        "ASPNETCORE_ENVIRONMENT": "Development"
+      }
+    },
+    "IIS Express": {
+      "commandName": "IISExpress",
+      "launchBrowser": true,
+      "launchUrl": "swagger",
+      "environmentVariables": {
+        "ASPNETCORE_ENVIRONMENT": "Development"
+      }
+    }
+  }
+}
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/WeatherForecast.cs b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/WeatherForecast.cs
new file mode 100644
index 0000000000000000000000000000000000000000..a66ca4f22770a473b3ae23c6bdba47753e744e40
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/WeatherForecast.cs
@@ -0,0 +1,13 @@
+namespace IntroWebAPI
+{
+    public class WeatherForecast
+    {
+        public DateTime Date { get; set; }
+
+        public int TemperatureC { get; set; }
+
+        public int TemperatureF => 32 + (int)(TemperatureC / 0.5556);
+
+        public string? Summary { get; set; }
+    }
+}
\ No newline at end of file
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/appsettings.Development.json b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/appsettings.Development.json
new file mode 100644
index 0000000000000000000000000000000000000000..ff66ba6b28c77eca10218b00a4627f80d4a141c1
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/appsettings.Development.json
@@ -0,0 +1,8 @@
+{
+  "Logging": {
+    "LogLevel": {
+      "Default": "Information",
+      "Microsoft.AspNetCore": "Warning"
+    }
+  }
+}
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/appsettings.json b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/appsettings.json
new file mode 100644
index 0000000000000000000000000000000000000000..4d566948de40474d00d09db546db63c26b74d30c
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/appsettings.json
@@ -0,0 +1,9 @@
+{
+  "Logging": {
+    "LogLevel": {
+      "Default": "Information",
+      "Microsoft.AspNetCore": "Warning"
+    }
+  },
+  "AllowedHosts": "*"
+}
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/bin/Debug/net6.0/IntroWebAPI.deps.json b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/bin/Debug/net6.0/IntroWebAPI.deps.json
new file mode 100644
index 0000000000000000000000000000000000000000..fc89072ef20adfe1960c4937e014542105f7a46a
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/bin/Debug/net6.0/IntroWebAPI.deps.json
@@ -0,0 +1,115 @@
+{
+  "runtimeTarget": {
+    "name": ".NETCoreApp,Version=v6.0",
+    "signature": ""
+  },
+  "compilationOptions": {},
+  "targets": {
+    ".NETCoreApp,Version=v6.0": {
+      "IntroWebAPI/1.0.0": {
+        "dependencies": {
+          "Swashbuckle.AspNetCore": "6.2.3"
+        },
+        "runtime": {
+          "IntroWebAPI.dll": {}
+        }
+      },
+      "Microsoft.Extensions.ApiDescription.Server/3.0.0": {},
+      "Microsoft.OpenApi/1.2.3": {
+        "runtime": {
+          "lib/netstandard2.0/Microsoft.OpenApi.dll": {
+            "assemblyVersion": "1.2.3.0",
+            "fileVersion": "1.2.3.0"
+          }
+        }
+      },
+      "Swashbuckle.AspNetCore/6.2.3": {
+        "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"
+        }
+      },
+      "Swashbuckle.AspNetCore.Swagger/6.2.3": {
+        "dependencies": {
+          "Microsoft.OpenApi": "1.2.3"
+        },
+        "runtime": {
+          "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": {
+            "assemblyVersion": "6.2.3.0",
+            "fileVersion": "6.2.3.0"
+          }
+        }
+      },
+      "Swashbuckle.AspNetCore.SwaggerGen/6.2.3": {
+        "dependencies": {
+          "Swashbuckle.AspNetCore.Swagger": "6.2.3"
+        },
+        "runtime": {
+          "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
+            "assemblyVersion": "6.2.3.0",
+            "fileVersion": "6.2.3.0"
+          }
+        }
+      },
+      "Swashbuckle.AspNetCore.SwaggerUI/6.2.3": {
+        "runtime": {
+          "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
+            "assemblyVersion": "6.2.3.0",
+            "fileVersion": "6.2.3.0"
+          }
+        }
+      }
+    }
+  },
+  "libraries": {
+    "IntroWebAPI/1.0.0": {
+      "type": "project",
+      "serviceable": false,
+      "sha512": ""
+    },
+    "Microsoft.Extensions.ApiDescription.Server/3.0.0": {
+      "type": "package",
+      "serviceable": true,
+      "sha512": "sha512-LH4OE/76F6sOCslif7+Xh3fS/wUUrE5ryeXAMcoCnuwOQGT5Smw0p57IgDh/pHgHaGz/e+AmEQb7pRgb++wt0w==",
+      "path": "microsoft.extensions.apidescription.server/3.0.0",
+      "hashPath": "microsoft.extensions.apidescription.server.3.0.0.nupkg.sha512"
+    },
+    "Microsoft.OpenApi/1.2.3": {
+      "type": "package",
+      "serviceable": true,
+      "sha512": "sha512-Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==",
+      "path": "microsoft.openapi/1.2.3",
+      "hashPath": "microsoft.openapi.1.2.3.nupkg.sha512"
+    },
+    "Swashbuckle.AspNetCore/6.2.3": {
+      "type": "package",
+      "serviceable": true,
+      "sha512": "sha512-cnzQDn0Le+hInsw2SYwlOhOCPXpYi/szcvnyqZJ12v+QyrLBwAmWXBg6RIyHB18s/mLeywC+Rg2O9ndz0IUNYQ==",
+      "path": "swashbuckle.aspnetcore/6.2.3",
+      "hashPath": "swashbuckle.aspnetcore.6.2.3.nupkg.sha512"
+    },
+    "Swashbuckle.AspNetCore.Swagger/6.2.3": {
+      "type": "package",
+      "serviceable": true,
+      "sha512": "sha512-qOF7j1sL0bWm8g/qqHVPCvkO3JlVvUIB8WfC98kSh6BT5y5DAnBNctfac7XR5EZf+eD7/WasvANncTqwZYfmWQ==",
+      "path": "swashbuckle.aspnetcore.swagger/6.2.3",
+      "hashPath": "swashbuckle.aspnetcore.swagger.6.2.3.nupkg.sha512"
+    },
+    "Swashbuckle.AspNetCore.SwaggerGen/6.2.3": {
+      "type": "package",
+      "serviceable": true,
+      "sha512": "sha512-+Xq7WdMCCfcXlnbLJVFNgY8ITdP2TRYIlpbt6IKzDw5FwFxdi9lBfNDtcT+/wkKwX70iBBFmXldnnd02/VO72A==",
+      "path": "swashbuckle.aspnetcore.swaggergen/6.2.3",
+      "hashPath": "swashbuckle.aspnetcore.swaggergen.6.2.3.nupkg.sha512"
+    },
+    "Swashbuckle.AspNetCore.SwaggerUI/6.2.3": {
+      "type": "package",
+      "serviceable": true,
+      "sha512": "sha512-bCRI87uKJVb4G+KURWm8LQrL64St04dEFZcF6gIM67Zc0Sr/N47EO83ybLMYOvfNdO1DCv8xwPcrz9J/VEhQ5g==",
+      "path": "swashbuckle.aspnetcore.swaggerui/6.2.3",
+      "hashPath": "swashbuckle.aspnetcore.swaggerui.6.2.3.nupkg.sha512"
+    }
+  }
+}
\ No newline at end of file
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/bin/Debug/net6.0/IntroWebAPI.dll b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/bin/Debug/net6.0/IntroWebAPI.dll
new file mode 100644
index 0000000000000000000000000000000000000000..b89e4bdb1e1ba5f8fb8d5493ec0836a380794caa
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/bin/Debug/net6.0/IntroWebAPI.dll differ
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/bin/Debug/net6.0/IntroWebAPI.exe b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/bin/Debug/net6.0/IntroWebAPI.exe
new file mode 100644
index 0000000000000000000000000000000000000000..642010b601b24a14487a971cf083b97f182645d5
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/bin/Debug/net6.0/IntroWebAPI.exe differ
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/bin/Debug/net6.0/IntroWebAPI.pdb b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/bin/Debug/net6.0/IntroWebAPI.pdb
new file mode 100644
index 0000000000000000000000000000000000000000..b40d889b035270cc8883308310d0b3168c23dfc4
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/bin/Debug/net6.0/IntroWebAPI.pdb differ
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/bin/Debug/net6.0/IntroWebAPI.runtimeconfig.json b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/bin/Debug/net6.0/IntroWebAPI.runtimeconfig.json
new file mode 100644
index 0000000000000000000000000000000000000000..d3a02b36ae39f984b61b94206dcce8b3652b6563
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/bin/Debug/net6.0/IntroWebAPI.runtimeconfig.json
@@ -0,0 +1,19 @@
+{
+  "runtimeOptions": {
+    "tfm": "net6.0",
+    "frameworks": [
+      {
+        "name": "Microsoft.NETCore.App",
+        "version": "6.0.0"
+      },
+      {
+        "name": "Microsoft.AspNetCore.App",
+        "version": "6.0.0"
+      }
+    ],
+    "configProperties": {
+      "System.GC.Server": true,
+      "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
+    }
+  }
+}
\ No newline at end of file
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/bin/Debug/net6.0/Microsoft.OpenApi.dll b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/bin/Debug/net6.0/Microsoft.OpenApi.dll
new file mode 100644
index 0000000000000000000000000000000000000000..14f3deda4c8bb3312e048ad2db667d05e68a4fca
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/bin/Debug/net6.0/Microsoft.OpenApi.dll differ
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll
new file mode 100644
index 0000000000000000000000000000000000000000..a30e6cc9af5fbe3f02f39f346b830d9851d0605e
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll differ
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll
new file mode 100644
index 0000000000000000000000000000000000000000..ae35663ad52ed28d29af6b404a4d4cee067c3f34
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll differ
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll
new file mode 100644
index 0000000000000000000000000000000000000000..a26f4586f8b62d0088c76edc246720208cdaea2f
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll differ
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/bin/Debug/net6.0/appsettings.Development.json b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/bin/Debug/net6.0/appsettings.Development.json
new file mode 100644
index 0000000000000000000000000000000000000000..ff66ba6b28c77eca10218b00a4627f80d4a141c1
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/bin/Debug/net6.0/appsettings.Development.json
@@ -0,0 +1,8 @@
+{
+  "Logging": {
+    "LogLevel": {
+      "Default": "Information",
+      "Microsoft.AspNetCore": "Warning"
+    }
+  }
+}
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/bin/Debug/net6.0/appsettings.json b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/bin/Debug/net6.0/appsettings.json
new file mode 100644
index 0000000000000000000000000000000000000000..4d566948de40474d00d09db546db63c26b74d30c
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/bin/Debug/net6.0/appsettings.json
@@ -0,0 +1,9 @@
+{
+  "Logging": {
+    "LogLevel": {
+      "Default": "Information",
+      "Microsoft.AspNetCore": "Warning"
+    }
+  },
+  "AllowedHosts": "*"
+}
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
new file mode 100644
index 0000000000000000000000000000000000000000..a8c10efeca38562f766830e0c14cd8a164bef02c
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+// <autogenerated />
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.AssemblyInfo.cs b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.AssemblyInfo.cs
new file mode 100644
index 0000000000000000000000000000000000000000..0aa846eae86811e0126c1ec0a44c235e3a14b3b7
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.AssemblyInfo.cs
@@ -0,0 +1,23 @@
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     This code was generated by a tool.
+//     Runtime Version:4.0.30319.42000
+//
+//     Changes to this file may cause incorrect behavior and will be lost if
+//     the code is regenerated.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("IntroWebAPI")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("IntroWebAPI")]
+[assembly: System.Reflection.AssemblyTitleAttribute("IntroWebAPI")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.AssemblyInfoInputs.cache b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.AssemblyInfoInputs.cache
new file mode 100644
index 0000000000000000000000000000000000000000..5a9176e2b17acca2af855f1b507201abf882b283
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+1c1b1e45691d987d4c3833b33054d66afbd3d95a
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.GeneratedMSBuildEditorConfig.editorconfig b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000000000000000000000000000000000000..c188903b7cb23dbb08531b488d937fb24e6c9a14
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,17 @@
+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 = IntroWebAPI
+build_property.RootNamespace = IntroWebAPI
+build_property.ProjectDir = C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI\
+build_property.RazorLangVersion = 6.0
+build_property.SupportLocalizedComponentNames = 
+build_property.GenerateRazorMetadataSourceChecksumAttributes = 
+build_property.MSBuildProjectDirectory = C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI
+build_property._RazorSourceGeneratorDebug = 
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.GlobalUsings.g.cs b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.GlobalUsings.g.cs
new file mode 100644
index 0000000000000000000000000000000000000000..45ca3c5d8233a1b509d23fb62f206a164d39197f
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.GlobalUsings.g.cs
@@ -0,0 +1,17 @@
+// <auto-generated/>
+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/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.MvcApplicationPartsAssemblyInfo.cache b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.MvcApplicationPartsAssemblyInfo.cache
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.MvcApplicationPartsAssemblyInfo.cs b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.MvcApplicationPartsAssemblyInfo.cs
new file mode 100644
index 0000000000000000000000000000000000000000..eeb8640b74a9416e3cf3befe2c9a7c358de16b51
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.MvcApplicationPartsAssemblyInfo.cs
@@ -0,0 +1,17 @@
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     This code was generated by a tool.
+//     Runtime Version:4.0.30319.42000
+//
+//     Changes to this file may cause incorrect behavior and will be lost if
+//     the code is regenerated.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.assets.cache b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.assets.cache
new file mode 100644
index 0000000000000000000000000000000000000000..16ea56ab6bbb8ce370f984b8c4a540d3570d3d3f
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.assets.cache differ
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.csproj.AssemblyReference.cache b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.csproj.AssemblyReference.cache
new file mode 100644
index 0000000000000000000000000000000000000000..100b0ea6c130bf22e44a8fb529fa92a5607a58b2
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.csproj.AssemblyReference.cache differ
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.csproj.BuildWithSkipAnalyzers b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.csproj.CopyComplete b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.csproj.CopyComplete
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.csproj.CoreCompileInputs.cache b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000000000000000000000000000000000000..5036f24ab7415f05816751c7cf5630af79fbe393
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+bc31992bfdae4d604d1830664f7e2980c59e9129
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.csproj.FileListAbsolute.txt b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a56123480a96f0b94290a47e974beebf778de4bd
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.csproj.FileListAbsolute.txt
@@ -0,0 +1,32 @@
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI\bin\Debug\net6.0\appsettings.Development.json
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI\bin\Debug\net6.0\appsettings.json
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI\bin\Debug\net6.0\IntroWebAPI.exe
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI\bin\Debug\net6.0\IntroWebAPI.deps.json
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI\bin\Debug\net6.0\IntroWebAPI.runtimeconfig.json
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI\bin\Debug\net6.0\IntroWebAPI.dll
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI\bin\Debug\net6.0\IntroWebAPI.pdb
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI\bin\Debug\net6.0\Microsoft.OpenApi.dll
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI\bin\Debug\net6.0\Swashbuckle.AspNetCore.Swagger.dll
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerGen.dll
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerUI.dll
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI\obj\Debug\net6.0\IntroWebAPI.csproj.AssemblyReference.cache
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI\obj\Debug\net6.0\IntroWebAPI.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI\obj\Debug\net6.0\IntroWebAPI.AssemblyInfoInputs.cache
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI\obj\Debug\net6.0\IntroWebAPI.AssemblyInfo.cs
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI\obj\Debug\net6.0\IntroWebAPI.csproj.CoreCompileInputs.cache
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI\obj\Debug\net6.0\IntroWebAPI.MvcApplicationPartsAssemblyInfo.cs
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI\obj\Debug\net6.0\IntroWebAPI.MvcApplicationPartsAssemblyInfo.cache
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI\obj\Debug\net6.0\staticwebassets\msbuild.IntroWebAPI.Microsoft.AspNetCore.StaticWebAssets.props
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI\obj\Debug\net6.0\staticwebassets\msbuild.build.IntroWebAPI.props
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI\obj\Debug\net6.0\staticwebassets\msbuild.buildMultiTargeting.IntroWebAPI.props
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI\obj\Debug\net6.0\staticwebassets\msbuild.buildTransitive.IntroWebAPI.props
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI\obj\Debug\net6.0\staticwebassets.pack.json
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI\obj\Debug\net6.0\staticwebassets.build.json
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI\obj\Debug\net6.0\staticwebassets.development.json
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI\obj\Debug\net6.0\scopedcss\bundle\IntroWebAPI.styles.css
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI\obj\Debug\net6.0\IntroWebAPI.csproj.CopyComplete
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI\obj\Debug\net6.0\IntroWebAPI.dll
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI\obj\Debug\net6.0\refint\IntroWebAPI.dll
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI\obj\Debug\net6.0\IntroWebAPI.pdb
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI\obj\Debug\net6.0\IntroWebAPI.genruntimeconfig.cache
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\IntroWebAPI\obj\Debug\net6.0\ref\IntroWebAPI.dll
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.dll b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.dll
new file mode 100644
index 0000000000000000000000000000000000000000..b89e4bdb1e1ba5f8fb8d5493ec0836a380794caa
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.dll differ
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.genruntimeconfig.cache b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.genruntimeconfig.cache
new file mode 100644
index 0000000000000000000000000000000000000000..c0e9bcb4eadd33505d02d50ed2af4472a07141f4
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.genruntimeconfig.cache
@@ -0,0 +1 @@
+bc5a98baa646ba7f930ac245f9005130800b5468
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.pdb b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.pdb
new file mode 100644
index 0000000000000000000000000000000000000000..b40d889b035270cc8883308310d0b3168c23dfc4
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/IntroWebAPI.pdb differ
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/_IsIncrementalBuild b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/_IsIncrementalBuild
new file mode 100644
index 0000000000000000000000000000000000000000..04025524e4ec10c6df276096ae862ecec00bf082
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/_IsIncrementalBuild
@@ -0,0 +1 @@
+obj\Debug\net6.0\\_IsIncrementalBuild
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/apphost.exe b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/apphost.exe
new file mode 100644
index 0000000000000000000000000000000000000000..642010b601b24a14487a971cf083b97f182645d5
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/apphost.exe differ
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/ref/IntroWebAPI.dll b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/ref/IntroWebAPI.dll
new file mode 100644
index 0000000000000000000000000000000000000000..6fea2dd7ae8541a4b66c9121c1a8584bf77061fb
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/ref/IntroWebAPI.dll differ
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/refint/IntroWebAPI.dll b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/refint/IntroWebAPI.dll
new file mode 100644
index 0000000000000000000000000000000000000000..6fea2dd7ae8541a4b66c9121c1a8584bf77061fb
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/refint/IntroWebAPI.dll differ
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/staticwebassets.build.json b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/staticwebassets.build.json
new file mode 100644
index 0000000000000000000000000000000000000000..ab04e05600a6bd8941287b02c5b045d3c8a64c11
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/staticwebassets.build.json
@@ -0,0 +1,11 @@
+{
+  "Version": 1,
+  "Hash": "6BnD4+RSpfn5HyvXLaqqFn730bOk9iOIVmRrz8/ebSM=",
+  "Source": "IntroWebAPI",
+  "BasePath": "_content/IntroWebAPI",
+  "Mode": "Default",
+  "ManifestType": "Build",
+  "ReferencedProjectsConfiguration": [],
+  "DiscoveryPatterns": [],
+  "Assets": []
+}
\ No newline at end of file
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/staticwebassets/msbuild.build.IntroWebAPI.props b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/staticwebassets/msbuild.build.IntroWebAPI.props
new file mode 100644
index 0000000000000000000000000000000000000000..c12810d4836f554edb118829f40fa0587b9f0925
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/staticwebassets/msbuild.build.IntroWebAPI.props
@@ -0,0 +1,3 @@
+<Project>
+  <Import Project="Microsoft.AspNetCore.StaticWebAssets.props" />
+</Project>
\ No newline at end of file
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/staticwebassets/msbuild.buildMultiTargeting.IntroWebAPI.props b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/staticwebassets/msbuild.buildMultiTargeting.IntroWebAPI.props
new file mode 100644
index 0000000000000000000000000000000000000000..69fef44c6c67b7bef63f65b85be21621d4809402
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/staticwebassets/msbuild.buildMultiTargeting.IntroWebAPI.props
@@ -0,0 +1,3 @@
+<Project>
+  <Import Project="..\build\IntroWebAPI.props" />
+</Project>
\ No newline at end of file
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/staticwebassets/msbuild.buildTransitive.IntroWebAPI.props b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/staticwebassets/msbuild.buildTransitive.IntroWebAPI.props
new file mode 100644
index 0000000000000000000000000000000000000000..f68eeea2c2dafcf56d8c2f640a915e166b54ca0d
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/Debug/net6.0/staticwebassets/msbuild.buildTransitive.IntroWebAPI.props
@@ -0,0 +1,3 @@
+<Project>
+  <Import Project="..\buildMultiTargeting\IntroWebAPI.props" />
+</Project>
\ No newline at end of file
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/IntroWebAPI.csproj.nuget.dgspec.json b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/IntroWebAPI.csproj.nuget.dgspec.json
new file mode 100644
index 0000000000000000000000000000000000000000..ce90048b68bc38214721328964540d955beca3d6
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/IntroWebAPI.csproj.nuget.dgspec.json
@@ -0,0 +1,77 @@
+{
+  "format": 1,
+  "restore": {
+    "C:\\Users\\tiago.gamaferr\\Documents\\Visual Studio 2022\\Projects\\DotNet6_tutorials\\IntroWebAPI\\IntroWebAPI\\IntroWebAPI.csproj": {}
+  },
+  "projects": {
+    "C:\\Users\\tiago.gamaferr\\Documents\\Visual Studio 2022\\Projects\\DotNet6_tutorials\\IntroWebAPI\\IntroWebAPI\\IntroWebAPI.csproj": {
+      "version": "1.0.0",
+      "restore": {
+        "projectUniqueName": "C:\\Users\\tiago.gamaferr\\Documents\\Visual Studio 2022\\Projects\\DotNet6_tutorials\\IntroWebAPI\\IntroWebAPI\\IntroWebAPI.csproj",
+        "projectName": "IntroWebAPI",
+        "projectPath": "C:\\Users\\tiago.gamaferr\\Documents\\Visual Studio 2022\\Projects\\DotNet6_tutorials\\IntroWebAPI\\IntroWebAPI\\IntroWebAPI.csproj",
+        "packagesPath": "C:\\Users\\tiago.gamaferr\\.nuget\\packages\\",
+        "outputPath": "C:\\Users\\tiago.gamaferr\\Documents\\Visual Studio 2022\\Projects\\DotNet6_tutorials\\IntroWebAPI\\IntroWebAPI\\obj\\",
+        "projectStyle": "PackageReference",
+        "fallbackFolders": [
+          "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+        ],
+        "configFilePaths": [
+          "C:\\Users\\tiago.gamaferr\\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.102\\RuntimeIdentifierGraph.json"
+        }
+      }
+    }
+  }
+}
\ No newline at end of file
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/IntroWebAPI.csproj.nuget.g.props b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/IntroWebAPI.csproj.nuget.g.props
new file mode 100644
index 0000000000000000000000000000000000000000..c9e29fdb88fe113ad8619c8d15bef6059818aa24
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/IntroWebAPI.csproj.nuget.g.props
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8" standalone="no"?>
+<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
+    <RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
+    <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\tiago.gamaferr\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
+    <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
+    <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.4.0</NuGetToolVersion>
+  </PropertyGroup>
+  <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
+    <SourceRoot Include="C:\Users\tiago.gamaferr\.nuget\packages\" />
+    <SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
+  </ItemGroup>
+  <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
+    <Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\3.0.0\build\Microsoft.Extensions.ApiDescription.Server.props" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\3.0.0\build\Microsoft.Extensions.ApiDescription.Server.props')" />
+    <Import Project="$(NuGetPackageRoot)swashbuckle.aspnetcore\6.2.3\build\Swashbuckle.AspNetCore.props" Condition="Exists('$(NuGetPackageRoot)swashbuckle.aspnetcore\6.2.3\build\Swashbuckle.AspNetCore.props')" />
+  </ImportGroup>
+  <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
+    <PkgMicrosoft_Extensions_ApiDescription_Server Condition=" '$(PkgMicrosoft_Extensions_ApiDescription_Server)' == '' ">C:\Users\tiago.gamaferr\.nuget\packages\microsoft.extensions.apidescription.server\3.0.0</PkgMicrosoft_Extensions_ApiDescription_Server>
+  </PropertyGroup>
+</Project>
\ No newline at end of file
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/IntroWebAPI.csproj.nuget.g.targets b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/IntroWebAPI.csproj.nuget.g.targets
new file mode 100644
index 0000000000000000000000000000000000000000..e2473188ae5084faf570bc1ede07f241e4e90a16
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/IntroWebAPI.csproj.nuget.g.targets
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8" standalone="no"?>
+<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
+    <Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\3.0.0\build\Microsoft.Extensions.ApiDescription.Server.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\3.0.0\build\Microsoft.Extensions.ApiDescription.Server.targets')" />
+  </ImportGroup>
+</Project>
\ No newline at end of file
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/project.assets.json b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/project.assets.json
new file mode 100644
index 0000000000000000000000000000000000000000..d773485b5319b4aacb4e2c071157d593012ded41
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/project.assets.json
@@ -0,0 +1,299 @@
+{
+  "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\\tiago.gamaferr\\.nuget\\packages\\": {},
+    "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
+  },
+  "project": {
+    "version": "1.0.0",
+    "restore": {
+      "projectUniqueName": "C:\\Users\\tiago.gamaferr\\Documents\\Visual Studio 2022\\Projects\\DotNet6_tutorials\\IntroWebAPI\\IntroWebAPI\\IntroWebAPI.csproj",
+      "projectName": "IntroWebAPI",
+      "projectPath": "C:\\Users\\tiago.gamaferr\\Documents\\Visual Studio 2022\\Projects\\DotNet6_tutorials\\IntroWebAPI\\IntroWebAPI\\IntroWebAPI.csproj",
+      "packagesPath": "C:\\Users\\tiago.gamaferr\\.nuget\\packages\\",
+      "outputPath": "C:\\Users\\tiago.gamaferr\\Documents\\Visual Studio 2022\\Projects\\DotNet6_tutorials\\IntroWebAPI\\IntroWebAPI\\obj\\",
+      "projectStyle": "PackageReference",
+      "fallbackFolders": [
+        "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+      ],
+      "configFilePaths": [
+        "C:\\Users\\tiago.gamaferr\\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.102\\RuntimeIdentifierGraph.json"
+      }
+    }
+  }
+}
\ No newline at end of file
diff --git a/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/project.nuget.cache b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/project.nuget.cache
new file mode 100644
index 0000000000000000000000000000000000000000..b6bf1de6773a1d5f6e64fd104cca447cfc2c4671
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/IntroWebAPI/obj/project.nuget.cache
@@ -0,0 +1,15 @@
+{
+  "version": 2,
+  "dgSpecHash": "KXsTPhJVoc0hxe6391KgKFOSfEBEjpNwSwQfz4U+Eb776mIEayQRBBrmDtDJz+jjgsc+o5Rvs27CfI0dkf/Ymw==",
+  "success": true,
+  "projectFilePath": "C:\\Users\\tiago.gamaferr\\Documents\\Visual Studio 2022\\Projects\\DotNet6_tutorials\\IntroWebAPI\\IntroWebAPI\\IntroWebAPI.csproj",
+  "expectedPackageFiles": [
+    "C:\\Users\\tiago.gamaferr\\.nuget\\packages\\microsoft.extensions.apidescription.server\\3.0.0\\microsoft.extensions.apidescription.server.3.0.0.nupkg.sha512",
+    "C:\\Users\\tiago.gamaferr\\.nuget\\packages\\microsoft.openapi\\1.2.3\\microsoft.openapi.1.2.3.nupkg.sha512",
+    "C:\\Users\\tiago.gamaferr\\.nuget\\packages\\swashbuckle.aspnetcore\\6.2.3\\swashbuckle.aspnetcore.6.2.3.nupkg.sha512",
+    "C:\\Users\\tiago.gamaferr\\.nuget\\packages\\swashbuckle.aspnetcore.swagger\\6.2.3\\swashbuckle.aspnetcore.swagger.6.2.3.nupkg.sha512",
+    "C:\\Users\\tiago.gamaferr\\.nuget\\packages\\swashbuckle.aspnetcore.swaggergen\\6.2.3\\swashbuckle.aspnetcore.swaggergen.6.2.3.nupkg.sha512",
+    "C:\\Users\\tiago.gamaferr\\.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/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/MinimalAPIDemo.csproj b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/MinimalAPIDemo.csproj
new file mode 100644
index 0000000000000000000000000000000000000000..4289e82b2fdf16381afd413add618676720f7203
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/MinimalAPIDemo.csproj
@@ -0,0 +1,13 @@
+<Project Sdk="Microsoft.NET.Sdk.Web">
+
+  <PropertyGroup>
+    <TargetFramework>net6.0</TargetFramework>
+    <Nullable>enable</Nullable>
+    <ImplicitUsings>enable</ImplicitUsings>
+  </PropertyGroup>
+
+  <ItemGroup>
+    <PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
+  </ItemGroup>
+
+</Project>
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/Program.cs b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/Program.cs
new file mode 100644
index 0000000000000000000000000000000000000000..26e1d0d888ff55dd9697306615c6b74cc2357227
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/Program.cs
@@ -0,0 +1,19 @@
+using System.Reflection.Metadata.Ecma335;
+
+var builder = WebApplication.CreateBuilder(args);
+builder.Services.AddEndpointsApiExplorer();
+builder.Services.AddSwaggerGen();
+
+var app = builder.Build();
+
+if (app.Environment.IsDevelopment())
+{
+    app.UseSwagger();
+    app.UseSwaggerUI();
+}
+
+app.UseHttpsRedirection();
+
+app.MapGet("/testing", () => "Hello World");
+
+app.Run();
\ No newline at end of file
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/Properties/launchSettings.json b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/Properties/launchSettings.json
new file mode 100644
index 0000000000000000000000000000000000000000..67c0b21cecf2d421ff23bf747bc6e38f6198440b
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/Properties/launchSettings.json
@@ -0,0 +1,31 @@
+{
+  "$schema": "https://json.schemastore.org/launchsettings.json",
+  "iisSettings": {
+    "windowsAuthentication": false,
+    "anonymousAuthentication": true,
+    "iisExpress": {
+      "applicationUrl": "http://localhost:31487",
+      "sslPort": 44362
+    }
+  },
+  "profiles": {
+    "MinimalAPIDemo": {
+      "commandName": "Project",
+      "dotnetRunMessages": true,
+      "launchBrowser": true,
+      "launchUrl": "swagger",
+      "applicationUrl": "https://localhost:7270;http://localhost:5270",
+      "environmentVariables": {
+        "ASPNETCORE_ENVIRONMENT": "Development"
+      }
+    },
+    "IIS Express": {
+      "commandName": "IISExpress",
+      "launchBrowser": true,
+      "launchUrl": "swagger",
+      "environmentVariables": {
+        "ASPNETCORE_ENVIRONMENT": "Development"
+      }
+    }
+  }
+}
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/appsettings.Development.json b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/appsettings.Development.json
new file mode 100644
index 0000000000000000000000000000000000000000..ff66ba6b28c77eca10218b00a4627f80d4a141c1
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/appsettings.Development.json
@@ -0,0 +1,8 @@
+{
+  "Logging": {
+    "LogLevel": {
+      "Default": "Information",
+      "Microsoft.AspNetCore": "Warning"
+    }
+  }
+}
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/appsettings.json b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/appsettings.json
new file mode 100644
index 0000000000000000000000000000000000000000..4d566948de40474d00d09db546db63c26b74d30c
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/appsettings.json
@@ -0,0 +1,9 @@
+{
+  "Logging": {
+    "LogLevel": {
+      "Default": "Information",
+      "Microsoft.AspNetCore": "Warning"
+    }
+  },
+  "AllowedHosts": "*"
+}
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/bin/Debug/net6.0/Microsoft.OpenApi.dll b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/bin/Debug/net6.0/Microsoft.OpenApi.dll
new file mode 100644
index 0000000000000000000000000000000000000000..14f3deda4c8bb3312e048ad2db667d05e68a4fca
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/bin/Debug/net6.0/Microsoft.OpenApi.dll differ
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/bin/Debug/net6.0/MinimalAPIDemo.deps.json b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/bin/Debug/net6.0/MinimalAPIDemo.deps.json
new file mode 100644
index 0000000000000000000000000000000000000000..451834fc8e0f6524fe23e5faa4363d96f3348d00
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/bin/Debug/net6.0/MinimalAPIDemo.deps.json
@@ -0,0 +1,115 @@
+{
+  "runtimeTarget": {
+    "name": ".NETCoreApp,Version=v6.0",
+    "signature": ""
+  },
+  "compilationOptions": {},
+  "targets": {
+    ".NETCoreApp,Version=v6.0": {
+      "MinimalAPIDemo/1.0.0": {
+        "dependencies": {
+          "Swashbuckle.AspNetCore": "6.2.3"
+        },
+        "runtime": {
+          "MinimalAPIDemo.dll": {}
+        }
+      },
+      "Microsoft.Extensions.ApiDescription.Server/3.0.0": {},
+      "Microsoft.OpenApi/1.2.3": {
+        "runtime": {
+          "lib/netstandard2.0/Microsoft.OpenApi.dll": {
+            "assemblyVersion": "1.2.3.0",
+            "fileVersion": "1.2.3.0"
+          }
+        }
+      },
+      "Swashbuckle.AspNetCore/6.2.3": {
+        "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"
+        }
+      },
+      "Swashbuckle.AspNetCore.Swagger/6.2.3": {
+        "dependencies": {
+          "Microsoft.OpenApi": "1.2.3"
+        },
+        "runtime": {
+          "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": {
+            "assemblyVersion": "6.2.3.0",
+            "fileVersion": "6.2.3.0"
+          }
+        }
+      },
+      "Swashbuckle.AspNetCore.SwaggerGen/6.2.3": {
+        "dependencies": {
+          "Swashbuckle.AspNetCore.Swagger": "6.2.3"
+        },
+        "runtime": {
+          "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
+            "assemblyVersion": "6.2.3.0",
+            "fileVersion": "6.2.3.0"
+          }
+        }
+      },
+      "Swashbuckle.AspNetCore.SwaggerUI/6.2.3": {
+        "runtime": {
+          "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
+            "assemblyVersion": "6.2.3.0",
+            "fileVersion": "6.2.3.0"
+          }
+        }
+      }
+    }
+  },
+  "libraries": {
+    "MinimalAPIDemo/1.0.0": {
+      "type": "project",
+      "serviceable": false,
+      "sha512": ""
+    },
+    "Microsoft.Extensions.ApiDescription.Server/3.0.0": {
+      "type": "package",
+      "serviceable": true,
+      "sha512": "sha512-LH4OE/76F6sOCslif7+Xh3fS/wUUrE5ryeXAMcoCnuwOQGT5Smw0p57IgDh/pHgHaGz/e+AmEQb7pRgb++wt0w==",
+      "path": "microsoft.extensions.apidescription.server/3.0.0",
+      "hashPath": "microsoft.extensions.apidescription.server.3.0.0.nupkg.sha512"
+    },
+    "Microsoft.OpenApi/1.2.3": {
+      "type": "package",
+      "serviceable": true,
+      "sha512": "sha512-Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==",
+      "path": "microsoft.openapi/1.2.3",
+      "hashPath": "microsoft.openapi.1.2.3.nupkg.sha512"
+    },
+    "Swashbuckle.AspNetCore/6.2.3": {
+      "type": "package",
+      "serviceable": true,
+      "sha512": "sha512-cnzQDn0Le+hInsw2SYwlOhOCPXpYi/szcvnyqZJ12v+QyrLBwAmWXBg6RIyHB18s/mLeywC+Rg2O9ndz0IUNYQ==",
+      "path": "swashbuckle.aspnetcore/6.2.3",
+      "hashPath": "swashbuckle.aspnetcore.6.2.3.nupkg.sha512"
+    },
+    "Swashbuckle.AspNetCore.Swagger/6.2.3": {
+      "type": "package",
+      "serviceable": true,
+      "sha512": "sha512-qOF7j1sL0bWm8g/qqHVPCvkO3JlVvUIB8WfC98kSh6BT5y5DAnBNctfac7XR5EZf+eD7/WasvANncTqwZYfmWQ==",
+      "path": "swashbuckle.aspnetcore.swagger/6.2.3",
+      "hashPath": "swashbuckle.aspnetcore.swagger.6.2.3.nupkg.sha512"
+    },
+    "Swashbuckle.AspNetCore.SwaggerGen/6.2.3": {
+      "type": "package",
+      "serviceable": true,
+      "sha512": "sha512-+Xq7WdMCCfcXlnbLJVFNgY8ITdP2TRYIlpbt6IKzDw5FwFxdi9lBfNDtcT+/wkKwX70iBBFmXldnnd02/VO72A==",
+      "path": "swashbuckle.aspnetcore.swaggergen/6.2.3",
+      "hashPath": "swashbuckle.aspnetcore.swaggergen.6.2.3.nupkg.sha512"
+    },
+    "Swashbuckle.AspNetCore.SwaggerUI/6.2.3": {
+      "type": "package",
+      "serviceable": true,
+      "sha512": "sha512-bCRI87uKJVb4G+KURWm8LQrL64St04dEFZcF6gIM67Zc0Sr/N47EO83ybLMYOvfNdO1DCv8xwPcrz9J/VEhQ5g==",
+      "path": "swashbuckle.aspnetcore.swaggerui/6.2.3",
+      "hashPath": "swashbuckle.aspnetcore.swaggerui.6.2.3.nupkg.sha512"
+    }
+  }
+}
\ No newline at end of file
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/bin/Debug/net6.0/MinimalAPIDemo.dll b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/bin/Debug/net6.0/MinimalAPIDemo.dll
new file mode 100644
index 0000000000000000000000000000000000000000..9a178a7a43be53a30622275677b6f5dcdbd0f19c
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/bin/Debug/net6.0/MinimalAPIDemo.dll differ
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/bin/Debug/net6.0/MinimalAPIDemo.exe b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/bin/Debug/net6.0/MinimalAPIDemo.exe
new file mode 100644
index 0000000000000000000000000000000000000000..7e97d06ab36c9fbfa2a9077cbc04bce05237044f
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/bin/Debug/net6.0/MinimalAPIDemo.exe differ
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/bin/Debug/net6.0/MinimalAPIDemo.pdb b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/bin/Debug/net6.0/MinimalAPIDemo.pdb
new file mode 100644
index 0000000000000000000000000000000000000000..96c6d6ae31becdf068e4da091baba5bc76b37378
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/bin/Debug/net6.0/MinimalAPIDemo.pdb differ
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/bin/Debug/net6.0/MinimalAPIDemo.runtimeconfig.json b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/bin/Debug/net6.0/MinimalAPIDemo.runtimeconfig.json
new file mode 100644
index 0000000000000000000000000000000000000000..d3a02b36ae39f984b61b94206dcce8b3652b6563
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/bin/Debug/net6.0/MinimalAPIDemo.runtimeconfig.json
@@ -0,0 +1,19 @@
+{
+  "runtimeOptions": {
+    "tfm": "net6.0",
+    "frameworks": [
+      {
+        "name": "Microsoft.NETCore.App",
+        "version": "6.0.0"
+      },
+      {
+        "name": "Microsoft.AspNetCore.App",
+        "version": "6.0.0"
+      }
+    ],
+    "configProperties": {
+      "System.GC.Server": true,
+      "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
+    }
+  }
+}
\ No newline at end of file
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll
new file mode 100644
index 0000000000000000000000000000000000000000..a30e6cc9af5fbe3f02f39f346b830d9851d0605e
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll differ
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll
new file mode 100644
index 0000000000000000000000000000000000000000..ae35663ad52ed28d29af6b404a4d4cee067c3f34
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll differ
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll
new file mode 100644
index 0000000000000000000000000000000000000000..a26f4586f8b62d0088c76edc246720208cdaea2f
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll differ
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/bin/Debug/net6.0/appsettings.Development.json b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/bin/Debug/net6.0/appsettings.Development.json
new file mode 100644
index 0000000000000000000000000000000000000000..ff66ba6b28c77eca10218b00a4627f80d4a141c1
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/bin/Debug/net6.0/appsettings.Development.json
@@ -0,0 +1,8 @@
+{
+  "Logging": {
+    "LogLevel": {
+      "Default": "Information",
+      "Microsoft.AspNetCore": "Warning"
+    }
+  }
+}
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/bin/Debug/net6.0/appsettings.json b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/bin/Debug/net6.0/appsettings.json
new file mode 100644
index 0000000000000000000000000000000000000000..4d566948de40474d00d09db546db63c26b74d30c
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/bin/Debug/net6.0/appsettings.json
@@ -0,0 +1,9 @@
+{
+  "Logging": {
+    "LogLevel": {
+      "Default": "Information",
+      "Microsoft.AspNetCore": "Warning"
+    }
+  },
+  "AllowedHosts": "*"
+}
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
new file mode 100644
index 0000000000000000000000000000000000000000..a8c10efeca38562f766830e0c14cd8a164bef02c
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+// <autogenerated />
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.AssemblyInfo.cs b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.AssemblyInfo.cs
new file mode 100644
index 0000000000000000000000000000000000000000..054d1be8943711a43f466f49bb31c2b636459e16
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.AssemblyInfo.cs
@@ -0,0 +1,23 @@
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     This code was generated by a tool.
+//     Runtime Version:4.0.30319.42000
+//
+//     Changes to this file may cause incorrect behavior and will be lost if
+//     the code is regenerated.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("MinimalAPIDemo")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("MinimalAPIDemo")]
+[assembly: System.Reflection.AssemblyTitleAttribute("MinimalAPIDemo")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.AssemblyInfoInputs.cache b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.AssemblyInfoInputs.cache
new file mode 100644
index 0000000000000000000000000000000000000000..b2d3d209f6b36cb09e9545e96458df1155ec7718
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+72ccaf1f1d58ce8e260b6a49f1a9f62f823a3322
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.GeneratedMSBuildEditorConfig.editorconfig b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000000000000000000000000000000000000..70cf506c1f0f8a4b6bb2cd256f9b07a6795f3d1d
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,17 @@
+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 = MinimalAPIDemo
+build_property.RootNamespace = MinimalAPIDemo
+build_property.ProjectDir = C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\
+build_property.RazorLangVersion = 6.0
+build_property.SupportLocalizedComponentNames = 
+build_property.GenerateRazorMetadataSourceChecksumAttributes = 
+build_property.MSBuildProjectDirectory = C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo
+build_property._RazorSourceGeneratorDebug = 
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.GlobalUsings.g.cs b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.GlobalUsings.g.cs
new file mode 100644
index 0000000000000000000000000000000000000000..45ca3c5d8233a1b509d23fb62f206a164d39197f
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.GlobalUsings.g.cs
@@ -0,0 +1,17 @@
+// <auto-generated/>
+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/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.MvcApplicationPartsAssemblyInfo.cache b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.MvcApplicationPartsAssemblyInfo.cache
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.MvcApplicationPartsAssemblyInfo.cs b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.MvcApplicationPartsAssemblyInfo.cs
new file mode 100644
index 0000000000000000000000000000000000000000..eeb8640b74a9416e3cf3befe2c9a7c358de16b51
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.MvcApplicationPartsAssemblyInfo.cs
@@ -0,0 +1,17 @@
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     This code was generated by a tool.
+//     Runtime Version:4.0.30319.42000
+//
+//     Changes to this file may cause incorrect behavior and will be lost if
+//     the code is regenerated.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.assets.cache b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.assets.cache
new file mode 100644
index 0000000000000000000000000000000000000000..0f219680dd2039e82f6d39ee815a97ae87d57f66
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.assets.cache differ
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.csproj.AssemblyReference.cache b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.csproj.AssemblyReference.cache
new file mode 100644
index 0000000000000000000000000000000000000000..100b0ea6c130bf22e44a8fb529fa92a5607a58b2
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.csproj.AssemblyReference.cache differ
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.csproj.BuildWithSkipAnalyzers b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.csproj.CopyComplete b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.csproj.CopyComplete
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.csproj.CoreCompileInputs.cache b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000000000000000000000000000000000000..6427d60b08d9bd661bd35f22bfc58dc720fdccf1
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+e8720fed310d37c2894713e1aba4994d0f91a878
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.csproj.FileListAbsolute.txt b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d0978d79c00ffbe5ac0ad8356c574318943ee205
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.csproj.FileListAbsolute.txt
@@ -0,0 +1,32 @@
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\bin\Debug\net6.0\appsettings.Development.json
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\bin\Debug\net6.0\appsettings.json
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\bin\Debug\net6.0\MinimalAPIDemo.exe
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\bin\Debug\net6.0\MinimalAPIDemo.deps.json
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\bin\Debug\net6.0\MinimalAPIDemo.runtimeconfig.json
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\bin\Debug\net6.0\MinimalAPIDemo.dll
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\bin\Debug\net6.0\MinimalAPIDemo.pdb
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\bin\Debug\net6.0\Microsoft.OpenApi.dll
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\bin\Debug\net6.0\Swashbuckle.AspNetCore.Swagger.dll
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerGen.dll
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerUI.dll
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\MinimalAPIDemo.csproj.AssemblyReference.cache
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\MinimalAPIDemo.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\MinimalAPIDemo.AssemblyInfoInputs.cache
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\MinimalAPIDemo.AssemblyInfo.cs
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\MinimalAPIDemo.csproj.CoreCompileInputs.cache
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\MinimalAPIDemo.MvcApplicationPartsAssemblyInfo.cs
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\MinimalAPIDemo.MvcApplicationPartsAssemblyInfo.cache
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\staticwebassets\msbuild.MinimalAPIDemo.Microsoft.AspNetCore.StaticWebAssets.props
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\staticwebassets\msbuild.build.MinimalAPIDemo.props
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\staticwebassets\msbuild.buildMultiTargeting.MinimalAPIDemo.props
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\staticwebassets\msbuild.buildTransitive.MinimalAPIDemo.props
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\staticwebassets.pack.json
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\staticwebassets.build.json
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\staticwebassets.development.json
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\scopedcss\bundle\MinimalAPIDemo.styles.css
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\MinimalAPIDemo.csproj.CopyComplete
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\MinimalAPIDemo.dll
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\refint\MinimalAPIDemo.dll
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\MinimalAPIDemo.pdb
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\MinimalAPIDemo.genruntimeconfig.cache
+C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\ref\MinimalAPIDemo.dll
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.dll b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.dll
new file mode 100644
index 0000000000000000000000000000000000000000..9a178a7a43be53a30622275677b6f5dcdbd0f19c
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.dll differ
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.genruntimeconfig.cache b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.genruntimeconfig.cache
new file mode 100644
index 0000000000000000000000000000000000000000..5818ebe2e51d24486898d7739abd1d742894f566
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.genruntimeconfig.cache
@@ -0,0 +1 @@
+4f8e73053a6e09e08522ce994370e313873cdd68
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.pdb b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.pdb
new file mode 100644
index 0000000000000000000000000000000000000000..96c6d6ae31becdf068e4da091baba5bc76b37378
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/MinimalAPIDemo.pdb differ
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/_IsIncrementalBuild b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/_IsIncrementalBuild
new file mode 100644
index 0000000000000000000000000000000000000000..04025524e4ec10c6df276096ae862ecec00bf082
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/_IsIncrementalBuild
@@ -0,0 +1 @@
+obj\Debug\net6.0\\_IsIncrementalBuild
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/apphost.exe b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/apphost.exe
new file mode 100644
index 0000000000000000000000000000000000000000..7e97d06ab36c9fbfa2a9077cbc04bce05237044f
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/apphost.exe differ
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/ref/MinimalAPIDemo.dll b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/ref/MinimalAPIDemo.dll
new file mode 100644
index 0000000000000000000000000000000000000000..0b6a69afb0be2fb2ded0d4a35c04b4e27c2ab23b
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/ref/MinimalAPIDemo.dll differ
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/refint/MinimalAPIDemo.dll b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/refint/MinimalAPIDemo.dll
new file mode 100644
index 0000000000000000000000000000000000000000..0b6a69afb0be2fb2ded0d4a35c04b4e27c2ab23b
Binary files /dev/null and b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/refint/MinimalAPIDemo.dll differ
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/staticwebassets.build.json b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/staticwebassets.build.json
new file mode 100644
index 0000000000000000000000000000000000000000..5af8ade8cbcd1dd8bbefb4fa76963a9519358903
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/staticwebassets.build.json
@@ -0,0 +1,11 @@
+{
+  "Version": 1,
+  "Hash": "m+dk5fk3YGUf+vOsT/xpWAdVtGB4CoPw1GO1T8M09qc=",
+  "Source": "MinimalAPIDemo",
+  "BasePath": "_content/MinimalAPIDemo",
+  "Mode": "Default",
+  "ManifestType": "Build",
+  "ReferencedProjectsConfiguration": [],
+  "DiscoveryPatterns": [],
+  "Assets": []
+}
\ No newline at end of file
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/staticwebassets/msbuild.build.MinimalAPIDemo.props b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/staticwebassets/msbuild.build.MinimalAPIDemo.props
new file mode 100644
index 0000000000000000000000000000000000000000..c12810d4836f554edb118829f40fa0587b9f0925
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/staticwebassets/msbuild.build.MinimalAPIDemo.props
@@ -0,0 +1,3 @@
+<Project>
+  <Import Project="Microsoft.AspNetCore.StaticWebAssets.props" />
+</Project>
\ No newline at end of file
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/staticwebassets/msbuild.buildMultiTargeting.MinimalAPIDemo.props b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/staticwebassets/msbuild.buildMultiTargeting.MinimalAPIDemo.props
new file mode 100644
index 0000000000000000000000000000000000000000..e2520895ecafa0eb39502d87f88e512b6b7f7d24
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/staticwebassets/msbuild.buildMultiTargeting.MinimalAPIDemo.props
@@ -0,0 +1,3 @@
+<Project>
+  <Import Project="..\build\MinimalAPIDemo.props" />
+</Project>
\ No newline at end of file
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/staticwebassets/msbuild.buildTransitive.MinimalAPIDemo.props b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/staticwebassets/msbuild.buildTransitive.MinimalAPIDemo.props
new file mode 100644
index 0000000000000000000000000000000000000000..ae445122d6623cc7f390477d33c5631da967f0ff
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/Debug/net6.0/staticwebassets/msbuild.buildTransitive.MinimalAPIDemo.props
@@ -0,0 +1,3 @@
+<Project>
+  <Import Project="..\buildMultiTargeting\MinimalAPIDemo.props" />
+</Project>
\ No newline at end of file
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/MinimalAPIDemo.csproj.nuget.dgspec.json b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/MinimalAPIDemo.csproj.nuget.dgspec.json
new file mode 100644
index 0000000000000000000000000000000000000000..dcb4a1c7f6aa7b881dfe9e0ead22b9172995d3ad
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/MinimalAPIDemo.csproj.nuget.dgspec.json
@@ -0,0 +1,77 @@
+{
+  "format": 1,
+  "restore": {
+    "C:\\Users\\tiago.gamaferr\\Documents\\Visual Studio 2022\\Projects\\DotNet6_tutorials\\IntroWebAPI\\MinimalAPIDemo\\MinimalAPIDemo.csproj": {}
+  },
+  "projects": {
+    "C:\\Users\\tiago.gamaferr\\Documents\\Visual Studio 2022\\Projects\\DotNet6_tutorials\\IntroWebAPI\\MinimalAPIDemo\\MinimalAPIDemo.csproj": {
+      "version": "1.0.0",
+      "restore": {
+        "projectUniqueName": "C:\\Users\\tiago.gamaferr\\Documents\\Visual Studio 2022\\Projects\\DotNet6_tutorials\\IntroWebAPI\\MinimalAPIDemo\\MinimalAPIDemo.csproj",
+        "projectName": "MinimalAPIDemo",
+        "projectPath": "C:\\Users\\tiago.gamaferr\\Documents\\Visual Studio 2022\\Projects\\DotNet6_tutorials\\IntroWebAPI\\MinimalAPIDemo\\MinimalAPIDemo.csproj",
+        "packagesPath": "C:\\Users\\tiago.gamaferr\\.nuget\\packages\\",
+        "outputPath": "C:\\Users\\tiago.gamaferr\\Documents\\Visual Studio 2022\\Projects\\DotNet6_tutorials\\IntroWebAPI\\MinimalAPIDemo\\obj\\",
+        "projectStyle": "PackageReference",
+        "fallbackFolders": [
+          "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+        ],
+        "configFilePaths": [
+          "C:\\Users\\tiago.gamaferr\\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.102\\RuntimeIdentifierGraph.json"
+        }
+      }
+    }
+  }
+}
\ No newline at end of file
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/MinimalAPIDemo.csproj.nuget.g.props b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/MinimalAPIDemo.csproj.nuget.g.props
new file mode 100644
index 0000000000000000000000000000000000000000..c9e29fdb88fe113ad8619c8d15bef6059818aa24
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/MinimalAPIDemo.csproj.nuget.g.props
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8" standalone="no"?>
+<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
+    <RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
+    <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\tiago.gamaferr\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
+    <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
+    <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.4.0</NuGetToolVersion>
+  </PropertyGroup>
+  <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
+    <SourceRoot Include="C:\Users\tiago.gamaferr\.nuget\packages\" />
+    <SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
+  </ItemGroup>
+  <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
+    <Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\3.0.0\build\Microsoft.Extensions.ApiDescription.Server.props" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\3.0.0\build\Microsoft.Extensions.ApiDescription.Server.props')" />
+    <Import Project="$(NuGetPackageRoot)swashbuckle.aspnetcore\6.2.3\build\Swashbuckle.AspNetCore.props" Condition="Exists('$(NuGetPackageRoot)swashbuckle.aspnetcore\6.2.3\build\Swashbuckle.AspNetCore.props')" />
+  </ImportGroup>
+  <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
+    <PkgMicrosoft_Extensions_ApiDescription_Server Condition=" '$(PkgMicrosoft_Extensions_ApiDescription_Server)' == '' ">C:\Users\tiago.gamaferr\.nuget\packages\microsoft.extensions.apidescription.server\3.0.0</PkgMicrosoft_Extensions_ApiDescription_Server>
+  </PropertyGroup>
+</Project>
\ No newline at end of file
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/MinimalAPIDemo.csproj.nuget.g.targets b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/MinimalAPIDemo.csproj.nuget.g.targets
new file mode 100644
index 0000000000000000000000000000000000000000..e2473188ae5084faf570bc1ede07f241e4e90a16
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/MinimalAPIDemo.csproj.nuget.g.targets
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8" standalone="no"?>
+<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
+    <Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\3.0.0\build\Microsoft.Extensions.ApiDescription.Server.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\3.0.0\build\Microsoft.Extensions.ApiDescription.Server.targets')" />
+  </ImportGroup>
+</Project>
\ No newline at end of file
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/project.assets.json b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/project.assets.json
new file mode 100644
index 0000000000000000000000000000000000000000..5a38cff11b355aa9a617c09dc50c343e6718fe42
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/project.assets.json
@@ -0,0 +1,299 @@
+{
+  "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\\tiago.gamaferr\\.nuget\\packages\\": {},
+    "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
+  },
+  "project": {
+    "version": "1.0.0",
+    "restore": {
+      "projectUniqueName": "C:\\Users\\tiago.gamaferr\\Documents\\Visual Studio 2022\\Projects\\DotNet6_tutorials\\IntroWebAPI\\MinimalAPIDemo\\MinimalAPIDemo.csproj",
+      "projectName": "MinimalAPIDemo",
+      "projectPath": "C:\\Users\\tiago.gamaferr\\Documents\\Visual Studio 2022\\Projects\\DotNet6_tutorials\\IntroWebAPI\\MinimalAPIDemo\\MinimalAPIDemo.csproj",
+      "packagesPath": "C:\\Users\\tiago.gamaferr\\.nuget\\packages\\",
+      "outputPath": "C:\\Users\\tiago.gamaferr\\Documents\\Visual Studio 2022\\Projects\\DotNet6_tutorials\\IntroWebAPI\\MinimalAPIDemo\\obj\\",
+      "projectStyle": "PackageReference",
+      "fallbackFolders": [
+        "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+      ],
+      "configFilePaths": [
+        "C:\\Users\\tiago.gamaferr\\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.102\\RuntimeIdentifierGraph.json"
+      }
+    }
+  }
+}
\ No newline at end of file
diff --git a/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/project.nuget.cache b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/project.nuget.cache
new file mode 100644
index 0000000000000000000000000000000000000000..781e91b7465216c74d00cf7c29c488c6f9029667
--- /dev/null
+++ b/DotNet6_tutorials/IntroWebAPI/MinimalAPIDemo/obj/project.nuget.cache
@@ -0,0 +1,15 @@
+{
+  "version": 2,
+  "dgSpecHash": "wJFAejg0qIRaYI1mn4xPdpbd4q7I4t3CXlEVn17OVjuV62s8s58OL6nxzue5lffOuRbhG4AI9csqna9ooPqRFQ==",
+  "success": true,
+  "projectFilePath": "C:\\Users\\tiago.gamaferr\\Documents\\Visual Studio 2022\\Projects\\DotNet6_tutorials\\IntroWebAPI\\MinimalAPIDemo\\MinimalAPIDemo.csproj",
+  "expectedPackageFiles": [
+    "C:\\Users\\tiago.gamaferr\\.nuget\\packages\\microsoft.extensions.apidescription.server\\3.0.0\\microsoft.extensions.apidescription.server.3.0.0.nupkg.sha512",
+    "C:\\Users\\tiago.gamaferr\\.nuget\\packages\\microsoft.openapi\\1.2.3\\microsoft.openapi.1.2.3.nupkg.sha512",
+    "C:\\Users\\tiago.gamaferr\\.nuget\\packages\\swashbuckle.aspnetcore\\6.2.3\\swashbuckle.aspnetcore.6.2.3.nupkg.sha512",
+    "C:\\Users\\tiago.gamaferr\\.nuget\\packages\\swashbuckle.aspnetcore.swagger\\6.2.3\\swashbuckle.aspnetcore.swagger.6.2.3.nupkg.sha512",
+    "C:\\Users\\tiago.gamaferr\\.nuget\\packages\\swashbuckle.aspnetcore.swaggergen\\6.2.3\\swashbuckle.aspnetcore.swaggergen.6.2.3.nupkg.sha512",
+    "C:\\Users\\tiago.gamaferr\\.nuget\\packages\\swashbuckle.aspnetcore.swaggerui\\6.2.3\\swashbuckle.aspnetcore.swaggerui.6.2.3.nupkg.sha512"
+  ],
+  "logs": []
+}
\ No newline at end of file