| @@ -0,0 +1,986 @@ | |||
| <?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" /> | |||
| <add name="MVCTemplate AppPool" managedRuntimeVersion="" /> | |||
| <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> | |||
| <site name="MVCTemplate" id="2"> | |||
| <application path="/" applicationPool="MVCTemplate AppPool"> | |||
| <virtualDirectory path="/" physicalPath="C:\Users\julija.stojkovic\source\repos\secure-sharing\MVCTemplate" /> | |||
| </application> | |||
| <bindings> | |||
| <binding protocol="http" bindingInformation="*:24744:localhost" /> | |||
| <binding protocol="https" bindingInformation="*:44336: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="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" /> | |||
| </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="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="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="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="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> | |||
| <location path="MVCTemplate" inheritInChildApplications="false"> | |||
| <system.webServer> | |||
| <modules> | |||
| <remove name="WebMatrixSupportModule" /> | |||
| </modules> | |||
| <handlers> | |||
| <add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" /> | |||
| </handlers> | |||
| <aspNetCore processPath="%LAUNCHER_PATH%" stdoutLogEnabled="false" hostingModel="InProcess" startupTimeLimit="3600" requestTimeout="23:00:00" /> | |||
| <httpCompression> | |||
| <dynamicTypes> | |||
| <add mimeType="text/event-stream" enabled="false" /> | |||
| </dynamicTypes> | |||
| </httpCompression> | |||
| </system.webServer> | |||
| </location> | |||
| </configuration> | |||
| @@ -0,0 +1,6 @@ | |||
| { | |||
| "ExpandedNodes": [ | |||
| "" | |||
| ], | |||
| "PreviewInSolutionExplorer": false | |||
| } | |||
| @@ -0,0 +1,13 @@ | |||
| using System; | |||
| using System.Collections.Generic; | |||
| using System.Linq; | |||
| using System.Text; | |||
| using System.Threading.Tasks; | |||
| namespace MVCTemplate.Business.Dtos | |||
| { | |||
| public class BaseDto | |||
| { | |||
| public int Id { get; set; } | |||
| } | |||
| } | |||
| @@ -0,0 +1,17 @@ | |||
| using System; | |||
| using System.Collections.Generic; | |||
| using System.Linq; | |||
| using System.Text; | |||
| using System.Threading.Tasks; | |||
| namespace MVCTemplate.Business.Dtos | |||
| { | |||
| public class MessageDto:BaseDto | |||
| { | |||
| public string Text { get; set; } | |||
| public bool IsValid { get; set; } = true; | |||
| public DateTime? ExpiryDate { get; set; } | |||
| } | |||
| } | |||
| @@ -0,0 +1,33 @@ | |||
| using AutoMapper; | |||
| using Microsoft.Extensions.DependencyInjection; | |||
| using System; | |||
| using System.Collections.Generic; | |||
| using System.Linq; | |||
| using System.Text; | |||
| using System.Threading.Tasks; | |||
| namespace MVCTemplate.Business.Infrastructure.Extensions | |||
| { | |||
| public class StartupExtensions | |||
| { | |||
| public static void ConfigureServices(IServiceCollection services) | |||
| { | |||
| Data.Extensions.StartupExtensions.ConfigureServices(services); | |||
| // TODO: add all missing services | |||
| var mapperConfiguration = new MapperConfiguration(mc => | |||
| { | |||
| mc.AddProfile(new MapperProfile()); | |||
| }); | |||
| IMapper mapper = mapperConfiguration.CreateMapper(); | |||
| services.AddSingleton(mapper); | |||
| //services.AddLocalization(options => options.ResourcesPath = "Infrastructure/Resources"); | |||
| } | |||
| } | |||
| } | |||
| @@ -0,0 +1,19 @@ | |||
| using AutoMapper; | |||
| using System; | |||
| using System.Collections.Generic; | |||
| using System.Linq; | |||
| using System.Text; | |||
| using System.Threading.Tasks; | |||
| using MVCTemplate.Data.Data; | |||
| using MVCTemplate.Business.Dtos; | |||
| namespace MVCTemplate.Business.Infrastructure | |||
| { | |||
| public class MapperProfile : Profile | |||
| { | |||
| public MapperProfile() | |||
| { | |||
| CreateMap<Message, MessageDto>().ReverseMap(); | |||
| } | |||
| } | |||
| } | |||
| @@ -0,0 +1,11 @@ | |||
| | |||
| namespace MVCTemplate.Business.Infrastructure | |||
| { | |||
| public enum PeriodOfValidity | |||
| { | |||
| ONE_TIME, | |||
| ONE_HOUR, | |||
| ONE_DAY, | |||
| ONE_WEEK | |||
| } | |||
| } | |||
| @@ -0,0 +1,13 @@ | |||
| namespace MVCTemplate.Business.Infrastructure.Settings | |||
| { | |||
| public class EmailSettings | |||
| { | |||
| public string SmtpServer { get; set; } | |||
| public int SmtpPort { get; set; } | |||
| public bool SmtpUseSSL { get; set; } | |||
| public string SmtpUsername { get; set; } | |||
| public string SmtpPassword { get; set; } | |||
| public string SmtpFrom { get; set; } | |||
| public string SmtpFromName { get; set; } | |||
| } | |||
| } | |||
| @@ -0,0 +1,29 @@ | |||
| using Microsoft.Extensions.Configuration; | |||
| using Microsoft.Extensions.DependencyInjection; | |||
| using System; | |||
| namespace MVCTemplate.Business.Infrastructure | |||
| { | |||
| public class StartupConfiguration | |||
| { | |||
| public static TConfig ConfigureStartupConfig<TConfig>(IServiceCollection services, IConfiguration configuration) where TConfig : class, new() | |||
| { | |||
| if (services == null) | |||
| throw new ArgumentNullException(nameof(services)); | |||
| if (configuration == null) | |||
| throw new ArgumentNullException(nameof(configuration)); | |||
| //create instance of config | |||
| var config = new TConfig(); | |||
| var classType = typeof(TConfig); | |||
| //bind it to the appropriate section of configuration | |||
| configuration.Bind(classType.Name, config); | |||
| //and register it as a service | |||
| services.AddSingleton(config); | |||
| return config; | |||
| } | |||
| } | |||
| } | |||
| @@ -0,0 +1,23 @@ | |||
| using System; | |||
| using System.Collections.Generic; | |||
| using System.Linq; | |||
| using System.Text; | |||
| using System.Threading.Tasks; | |||
| using MVCTemplate.Business.Dtos; | |||
| using MVCTemplate.Business.Infrastructure; | |||
| namespace MVCTemplate.Business.Interfaces | |||
| { | |||
| public interface IMessageService | |||
| { | |||
| public Task<IEnumerable<MessageDto>> GetAll(); | |||
| public Task<int> Create(MessageDto messageDto, PeriodOfValidity chosenPeriod); | |||
| public Task DeleteExpiredMessages(); | |||
| public Task InvalidateMessage(int id); | |||
| public Task Update(MessageDto messageDto); | |||
| public Task<MessageDto> GetById(int messageDto); | |||
| public Task<bool> Delete(int messageDto); | |||
| } | |||
| } | |||
| @@ -0,0 +1,20 @@ | |||
| <Project Sdk="Microsoft.NET.Sdk"> | |||
| <PropertyGroup> | |||
| <TargetFramework>net5.0</TargetFramework> | |||
| </PropertyGroup> | |||
| <ItemGroup> | |||
| <PackageReference Include="AutoMapper" Version="11.0.1" /> | |||
| <PackageReference Include="MailKit" Version="2.13.0" /> | |||
| <PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="5.0.7" /> | |||
| <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.7" /> | |||
| <PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="5.0.0" /> | |||
| <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="5.0.0" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ProjectReference Include="..\MVCTemplate.Data\MVCTemplate.Data.csproj" /> | |||
| </ItemGroup> | |||
| </Project> | |||
| @@ -0,0 +1,106 @@ | |||
| using System; | |||
| using System.Collections.Generic; | |||
| using System.Linq; | |||
| using System.Text; | |||
| using System.Threading.Tasks; | |||
| using AutoMapper; | |||
| using MVCTemplate.Business.Dtos; | |||
| using MVCTemplate.Business.Interfaces; | |||
| using MVCTemplate.Data.Data; | |||
| using MVCTemplate.Data.DbContexts; | |||
| using Microsoft.EntityFrameworkCore; | |||
| using MVCTemplate.Business.Infrastructure; | |||
| namespace MVCTemplate.Business.Services | |||
| { | |||
| public class MessageService:IMessageService | |||
| { | |||
| private readonly AppDbContext _dbContext; | |||
| private readonly IMapper _mapper; | |||
| public MessageService(AppDbContext dbContext, IMapper mapper) | |||
| { | |||
| _dbContext = dbContext; | |||
| _mapper = mapper; | |||
| } | |||
| public async Task<int> Create(MessageDto messageDto, PeriodOfValidity chosenPeriod) | |||
| { | |||
| Message message = _mapper.Map<Message>(messageDto); | |||
| switch (chosenPeriod) | |||
| { | |||
| case (PeriodOfValidity.ONE_TIME): | |||
| message.ExpiryDate = null; | |||
| break; | |||
| case PeriodOfValidity.ONE_DAY: | |||
| message.ExpiryDate = DateTime.UtcNow.AddMinutes(1); | |||
| break; | |||
| case PeriodOfValidity.ONE_HOUR: | |||
| message.ExpiryDate = DateTime.UtcNow.AddHours(1); | |||
| break; | |||
| case PeriodOfValidity.ONE_WEEK: | |||
| message.ExpiryDate = DateTime.UtcNow.AddDays(7); | |||
| break; | |||
| default: | |||
| message.ExpiryDate = null; | |||
| break; | |||
| } | |||
| await _dbContext.Messages.AddAsync(message); | |||
| await _dbContext.SaveChangesAsync(); | |||
| return message.Id; | |||
| } | |||
| public async Task DeleteExpiredMessages() | |||
| { | |||
| var result = await _dbContext.Messages.Where(m =>(m.ExpiryDate != null && m.ExpiryDate <= DateTime.UtcNow)||(!m.IsValid) ).ToListAsync(); | |||
| _dbContext.RemoveRange(result); | |||
| await _dbContext.SaveChangesAsync(); | |||
| } | |||
| public async Task InvalidateMessage(int id) | |||
| { | |||
| var message = await _dbContext.Messages.Where(m => m.Id == id).FirstOrDefaultAsync(); | |||
| message.IsValid = false; | |||
| await _dbContext.SaveChangesAsync(); | |||
| } | |||
| public async Task<bool> Delete(int messageId) | |||
| { | |||
| MessageDto messageDto = await GetById(messageId); | |||
| if (messageDto == null) return false; | |||
| _dbContext.Set<Message>().Remove(_mapper.Map<Message>(messageDto)); | |||
| try | |||
| { | |||
| await _dbContext.SaveChangesAsync(); | |||
| } | |||
| catch (Microsoft.EntityFrameworkCore.DbUpdateException) | |||
| { | |||
| return false; | |||
| } | |||
| return true; | |||
| } | |||
| public async Task<IEnumerable<MessageDto>> GetAll() | |||
| { | |||
| var result = await _dbContext.Messages.AsNoTracking().ToListAsync(); | |||
| var mappedResult = _mapper.Map<IEnumerable<MessageDto>>(result); | |||
| return mappedResult; | |||
| } | |||
| public async Task<MessageDto> GetById(int messageId) | |||
| { | |||
| var result = await _dbContext.Messages.AsNoTracking().FirstOrDefaultAsync(x => x.Id == messageId); | |||
| var mappedResult = _mapper.Map<MessageDto>(result); | |||
| return mappedResult; | |||
| } | |||
| public async Task Update(MessageDto messageDto) | |||
| { | |||
| var a = _dbContext.Messages.Update(_mapper.Map<Message>(messageDto)); | |||
| await _dbContext.SaveChangesAsync(); | |||
| } | |||
| } | |||
| } | |||
| @@ -0,0 +1,738 @@ | |||
| { | |||
| "runtimeTarget": { | |||
| "name": ".NETCoreApp,Version=v5.0", | |||
| "signature": "" | |||
| }, | |||
| "compilationOptions": {}, | |||
| "targets": { | |||
| ".NETCoreApp,Version=v5.0": { | |||
| "ScreeningTest.Business/1.0.0": { | |||
| "dependencies": { | |||
| "AutoMapper": "10.1.1", | |||
| "MailKit": "2.13.0", | |||
| "Microsoft.Extensions.Configuration.Binder": "5.0.0", | |||
| "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0", | |||
| "ScreeningTest.Data": "1.0.0" | |||
| }, | |||
| "runtime": { | |||
| "ScreeningTest.Business.dll": {} | |||
| } | |||
| }, | |||
| "AutoMapper/10.1.1": { | |||
| "dependencies": { | |||
| "Microsoft.CSharp": "4.7.0", | |||
| "System.Reflection.Emit": "4.7.0" | |||
| }, | |||
| "runtime": { | |||
| "lib/netstandard2.0/AutoMapper.dll": { | |||
| "assemblyVersion": "10.0.0.0", | |||
| "fileVersion": "10.1.1.0" | |||
| } | |||
| } | |||
| }, | |||
| "MailKit/2.13.0": { | |||
| "dependencies": { | |||
| "MimeKit": "2.13.0" | |||
| }, | |||
| "runtime": { | |||
| "lib/net50/MailKit.dll": { | |||
| "assemblyVersion": "2.13.0.0", | |||
| "fileVersion": "2.13.0.0" | |||
| } | |||
| } | |||
| }, | |||
| "Microsoft.AspNetCore.Cryptography.Internal/5.0.4": { | |||
| "runtime": { | |||
| "lib/net5.0/Microsoft.AspNetCore.Cryptography.Internal.dll": { | |||
| "assemblyVersion": "5.0.0.0", | |||
| "fileVersion": "5.0.421.11815" | |||
| } | |||
| } | |||
| }, | |||
| "Microsoft.AspNetCore.Cryptography.KeyDerivation/5.0.4": { | |||
| "dependencies": { | |||
| "Microsoft.AspNetCore.Cryptography.Internal": "5.0.4" | |||
| }, | |||
| "runtime": { | |||
| "lib/net5.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": { | |||
| "assemblyVersion": "5.0.0.0", | |||
| "fileVersion": "5.0.421.11815" | |||
| } | |||
| } | |||
| }, | |||
| "Microsoft.AspNetCore.Identity.EntityFrameworkCore/5.0.4": { | |||
| "dependencies": { | |||
| "Microsoft.EntityFrameworkCore.Relational": "5.0.7", | |||
| "Microsoft.Extensions.Identity.Stores": "5.0.4" | |||
| }, | |||
| "runtime": { | |||
| "lib/net5.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll": { | |||
| "assemblyVersion": "5.0.4.0", | |||
| "fileVersion": "5.0.421.11815" | |||
| } | |||
| } | |||
| }, | |||
| "Microsoft.CSharp/4.7.0": {}, | |||
| "Microsoft.EntityFrameworkCore/5.0.7": { | |||
| "dependencies": { | |||
| "Microsoft.EntityFrameworkCore.Abstractions": "5.0.7", | |||
| "Microsoft.EntityFrameworkCore.Analyzers": "5.0.7", | |||
| "Microsoft.Extensions.Caching.Memory": "5.0.0", | |||
| "Microsoft.Extensions.DependencyInjection": "5.0.1", | |||
| "Microsoft.Extensions.Logging": "5.0.0", | |||
| "System.Collections.Immutable": "5.0.0", | |||
| "System.ComponentModel.Annotations": "5.0.0", | |||
| "System.Diagnostics.DiagnosticSource": "5.0.1" | |||
| }, | |||
| "runtime": { | |||
| "lib/netstandard2.1/Microsoft.EntityFrameworkCore.dll": { | |||
| "assemblyVersion": "5.0.7.0", | |||
| "fileVersion": "5.0.721.26102" | |||
| } | |||
| } | |||
| }, | |||
| "Microsoft.EntityFrameworkCore.Abstractions/5.0.7": { | |||
| "runtime": { | |||
| "lib/netstandard2.1/Microsoft.EntityFrameworkCore.Abstractions.dll": { | |||
| "assemblyVersion": "5.0.7.0", | |||
| "fileVersion": "5.0.721.26102" | |||
| } | |||
| } | |||
| }, | |||
| "Microsoft.EntityFrameworkCore.Analyzers/5.0.7": {}, | |||
| "Microsoft.EntityFrameworkCore.Relational/5.0.7": { | |||
| "dependencies": { | |||
| "Microsoft.EntityFrameworkCore": "5.0.7", | |||
| "Microsoft.Extensions.Configuration.Abstractions": "5.0.0" | |||
| }, | |||
| "runtime": { | |||
| "lib/netstandard2.1/Microsoft.EntityFrameworkCore.Relational.dll": { | |||
| "assemblyVersion": "5.0.7.0", | |||
| "fileVersion": "5.0.721.26102" | |||
| } | |||
| } | |||
| }, | |||
| "Microsoft.Extensions.Caching.Abstractions/5.0.0": { | |||
| "dependencies": { | |||
| "Microsoft.Extensions.Primitives": "5.0.0" | |||
| }, | |||
| "runtime": { | |||
| "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": { | |||
| "assemblyVersion": "5.0.0.0", | |||
| "fileVersion": "5.0.20.51904" | |||
| } | |||
| } | |||
| }, | |||
| "Microsoft.Extensions.Caching.Memory/5.0.0": { | |||
| "dependencies": { | |||
| "Microsoft.Extensions.Caching.Abstractions": "5.0.0", | |||
| "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0", | |||
| "Microsoft.Extensions.Logging.Abstractions": "5.0.0", | |||
| "Microsoft.Extensions.Options": "5.0.0", | |||
| "Microsoft.Extensions.Primitives": "5.0.0" | |||
| }, | |||
| "runtime": { | |||
| "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": { | |||
| "assemblyVersion": "5.0.0.0", | |||
| "fileVersion": "5.0.20.51904" | |||
| } | |||
| } | |||
| }, | |||
| "Microsoft.Extensions.Configuration/5.0.0": { | |||
| "dependencies": { | |||
| "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", | |||
| "Microsoft.Extensions.Primitives": "5.0.0" | |||
| }, | |||
| "runtime": { | |||
| "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": { | |||
| "assemblyVersion": "5.0.0.0", | |||
| "fileVersion": "5.0.20.51904" | |||
| } | |||
| } | |||
| }, | |||
| "Microsoft.Extensions.Configuration.Abstractions/5.0.0": { | |||
| "dependencies": { | |||
| "Microsoft.Extensions.Primitives": "5.0.0" | |||
| }, | |||
| "runtime": { | |||
| "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": { | |||
| "assemblyVersion": "5.0.0.0", | |||
| "fileVersion": "5.0.20.51904" | |||
| } | |||
| } | |||
| }, | |||
| "Microsoft.Extensions.Configuration.Binder/5.0.0": { | |||
| "dependencies": { | |||
| "Microsoft.Extensions.Configuration.Abstractions": "5.0.0" | |||
| }, | |||
| "runtime": { | |||
| "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": { | |||
| "assemblyVersion": "5.0.0.0", | |||
| "fileVersion": "5.0.20.51904" | |||
| } | |||
| } | |||
| }, | |||
| "Microsoft.Extensions.Configuration.FileExtensions/5.0.0": { | |||
| "dependencies": { | |||
| "Microsoft.Extensions.Configuration": "5.0.0", | |||
| "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", | |||
| "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0", | |||
| "Microsoft.Extensions.FileProviders.Physical": "5.0.0", | |||
| "Microsoft.Extensions.Primitives": "5.0.0" | |||
| }, | |||
| "runtime": { | |||
| "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { | |||
| "assemblyVersion": "5.0.0.0", | |||
| "fileVersion": "5.0.20.51904" | |||
| } | |||
| } | |||
| }, | |||
| "Microsoft.Extensions.Configuration.Json/5.0.0": { | |||
| "dependencies": { | |||
| "Microsoft.Extensions.Configuration": "5.0.0", | |||
| "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", | |||
| "Microsoft.Extensions.Configuration.FileExtensions": "5.0.0", | |||
| "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0" | |||
| }, | |||
| "runtime": { | |||
| "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll": { | |||
| "assemblyVersion": "5.0.0.0", | |||
| "fileVersion": "5.0.20.51904" | |||
| } | |||
| } | |||
| }, | |||
| "Microsoft.Extensions.DependencyInjection/5.0.1": { | |||
| "dependencies": { | |||
| "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0" | |||
| }, | |||
| "runtime": { | |||
| "lib/net5.0/Microsoft.Extensions.DependencyInjection.dll": { | |||
| "assemblyVersion": "5.0.0.1", | |||
| "fileVersion": "5.0.120.57516" | |||
| } | |||
| } | |||
| }, | |||
| "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": { | |||
| "runtime": { | |||
| "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { | |||
| "assemblyVersion": "5.0.0.0", | |||
| "fileVersion": "5.0.20.51904" | |||
| } | |||
| } | |||
| }, | |||
| "Microsoft.Extensions.FileProviders.Abstractions/5.0.0": { | |||
| "dependencies": { | |||
| "Microsoft.Extensions.Primitives": "5.0.0" | |||
| }, | |||
| "runtime": { | |||
| "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { | |||
| "assemblyVersion": "5.0.0.0", | |||
| "fileVersion": "5.0.20.51904" | |||
| } | |||
| } | |||
| }, | |||
| "Microsoft.Extensions.FileProviders.Physical/5.0.0": { | |||
| "dependencies": { | |||
| "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0", | |||
| "Microsoft.Extensions.FileSystemGlobbing": "5.0.0", | |||
| "Microsoft.Extensions.Primitives": "5.0.0" | |||
| }, | |||
| "runtime": { | |||
| "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": { | |||
| "assemblyVersion": "5.0.0.0", | |||
| "fileVersion": "5.0.20.51904" | |||
| } | |||
| } | |||
| }, | |||
| "Microsoft.Extensions.FileSystemGlobbing/5.0.0": { | |||
| "runtime": { | |||
| "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": { | |||
| "assemblyVersion": "5.0.0.0", | |||
| "fileVersion": "5.0.20.51904" | |||
| } | |||
| } | |||
| }, | |||
| "Microsoft.Extensions.Identity.Core/5.0.4": { | |||
| "dependencies": { | |||
| "Microsoft.AspNetCore.Cryptography.KeyDerivation": "5.0.4", | |||
| "Microsoft.Extensions.Logging": "5.0.0", | |||
| "Microsoft.Extensions.Options": "5.0.0" | |||
| }, | |||
| "runtime": { | |||
| "lib/net5.0/Microsoft.Extensions.Identity.Core.dll": { | |||
| "assemblyVersion": "5.0.0.0", | |||
| "fileVersion": "5.0.421.11815" | |||
| } | |||
| } | |||
| }, | |||
| "Microsoft.Extensions.Identity.Stores/5.0.4": { | |||
| "dependencies": { | |||
| "Microsoft.Extensions.Caching.Abstractions": "5.0.0", | |||
| "Microsoft.Extensions.Identity.Core": "5.0.4", | |||
| "Microsoft.Extensions.Logging": "5.0.0" | |||
| }, | |||
| "runtime": { | |||
| "lib/net5.0/Microsoft.Extensions.Identity.Stores.dll": { | |||
| "assemblyVersion": "5.0.0.0", | |||
| "fileVersion": "5.0.421.11815" | |||
| } | |||
| } | |||
| }, | |||
| "Microsoft.Extensions.Logging/5.0.0": { | |||
| "dependencies": { | |||
| "Microsoft.Extensions.DependencyInjection": "5.0.1", | |||
| "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0", | |||
| "Microsoft.Extensions.Logging.Abstractions": "5.0.0", | |||
| "Microsoft.Extensions.Options": "5.0.0" | |||
| }, | |||
| "runtime": { | |||
| "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": { | |||
| "assemblyVersion": "5.0.0.0", | |||
| "fileVersion": "5.0.20.51904" | |||
| } | |||
| } | |||
| }, | |||
| "Microsoft.Extensions.Logging.Abstractions/5.0.0": { | |||
| "runtime": { | |||
| "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": { | |||
| "assemblyVersion": "5.0.0.0", | |||
| "fileVersion": "5.0.20.51904" | |||
| } | |||
| } | |||
| }, | |||
| "Microsoft.Extensions.Options/5.0.0": { | |||
| "dependencies": { | |||
| "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0", | |||
| "Microsoft.Extensions.Primitives": "5.0.0" | |||
| }, | |||
| "runtime": { | |||
| "lib/net5.0/Microsoft.Extensions.Options.dll": { | |||
| "assemblyVersion": "5.0.0.0", | |||
| "fileVersion": "5.0.20.51904" | |||
| } | |||
| } | |||
| }, | |||
| "Microsoft.Extensions.Primitives/5.0.0": { | |||
| "runtime": { | |||
| "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll": { | |||
| "assemblyVersion": "5.0.0.0", | |||
| "fileVersion": "5.0.20.51904" | |||
| } | |||
| } | |||
| }, | |||
| "Microsoft.NETCore.Platforms/2.0.0": {}, | |||
| "MimeKit/2.13.0": { | |||
| "dependencies": { | |||
| "Portable.BouncyCastle": "1.8.10", | |||
| "System.Buffers": "4.5.1", | |||
| "System.Reflection.TypeExtensions": "4.4.0", | |||
| "System.Security.Cryptography.Pkcs": "4.7.0", | |||
| "System.Text.Encoding.CodePages": "4.4.0" | |||
| }, | |||
| "runtime": { | |||
| "lib/net50/MimeKit.dll": { | |||
| "assemblyVersion": "2.13.0.0", | |||
| "fileVersion": "2.13.0.0" | |||
| } | |||
| } | |||
| }, | |||
| "Npgsql/5.0.7": { | |||
| "dependencies": { | |||
| "System.Runtime.CompilerServices.Unsafe": "4.6.0" | |||
| }, | |||
| "runtime": { | |||
| "lib/net5.0/Npgsql.dll": { | |||
| "assemblyVersion": "5.0.7.0", | |||
| "fileVersion": "5.0.7.0" | |||
| } | |||
| } | |||
| }, | |||
| "Npgsql.EntityFrameworkCore.PostgreSQL/5.0.7": { | |||
| "dependencies": { | |||
| "Microsoft.EntityFrameworkCore": "5.0.7", | |||
| "Microsoft.EntityFrameworkCore.Abstractions": "5.0.7", | |||
| "Microsoft.EntityFrameworkCore.Relational": "5.0.7", | |||
| "Npgsql": "5.0.7" | |||
| }, | |||
| "runtime": { | |||
| "lib/netstandard2.1/Npgsql.EntityFrameworkCore.PostgreSQL.dll": { | |||
| "assemblyVersion": "5.0.7.0", | |||
| "fileVersion": "5.0.7.0" | |||
| } | |||
| } | |||
| }, | |||
| "Portable.BouncyCastle/1.8.10": { | |||
| "runtime": { | |||
| "lib/netstandard2.0/BouncyCastle.Crypto.dll": { | |||
| "assemblyVersion": "1.8.10.0", | |||
| "fileVersion": "1.8.10.1" | |||
| } | |||
| } | |||
| }, | |||
| "System.Buffers/4.5.1": {}, | |||
| "System.Collections.Immutable/5.0.0": {}, | |||
| "System.ComponentModel.Annotations/5.0.0": {}, | |||
| "System.Diagnostics.DiagnosticSource/5.0.1": { | |||
| "runtime": { | |||
| "lib/net5.0/System.Diagnostics.DiagnosticSource.dll": { | |||
| "assemblyVersion": "5.0.0.0", | |||
| "fileVersion": "5.0.220.61120" | |||
| } | |||
| } | |||
| }, | |||
| "System.Reflection.Emit/4.7.0": {}, | |||
| "System.Reflection.TypeExtensions/4.4.0": {}, | |||
| "System.Runtime.CompilerServices.Unsafe/4.6.0": {}, | |||
| "System.Security.Cryptography.Cng/4.7.0": {}, | |||
| "System.Security.Cryptography.Pkcs/4.7.0": { | |||
| "dependencies": { | |||
| "System.Security.Cryptography.Cng": "4.7.0" | |||
| }, | |||
| "runtime": { | |||
| "lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll": { | |||
| "assemblyVersion": "4.1.1.0", | |||
| "fileVersion": "4.700.19.56404" | |||
| } | |||
| }, | |||
| "runtimeTargets": { | |||
| "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll": { | |||
| "rid": "win", | |||
| "assetType": "runtime", | |||
| "assemblyVersion": "4.1.1.0", | |||
| "fileVersion": "4.700.19.56404" | |||
| } | |||
| } | |||
| }, | |||
| "System.Text.Encoding.CodePages/4.4.0": { | |||
| "dependencies": { | |||
| "Microsoft.NETCore.Platforms": "2.0.0" | |||
| } | |||
| }, | |||
| "ScreeningTest.Data/1.0.0": { | |||
| "dependencies": { | |||
| "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "5.0.4", | |||
| "Microsoft.EntityFrameworkCore": "5.0.7", | |||
| "Microsoft.Extensions.Configuration": "5.0.0", | |||
| "Microsoft.Extensions.Configuration.Json": "5.0.0", | |||
| "Npgsql.EntityFrameworkCore.PostgreSQL": "5.0.7" | |||
| }, | |||
| "runtime": { | |||
| "ScreeningTest.Data.dll": {} | |||
| } | |||
| } | |||
| } | |||
| }, | |||
| "libraries": { | |||
| "ScreeningTest.Business/1.0.0": { | |||
| "type": "project", | |||
| "serviceable": false, | |||
| "sha512": "" | |||
| }, | |||
| "AutoMapper/10.1.1": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-uMgbqOdu9ZG5cIOty0C85hzzayBH2i9BthnS5FlMqKtMSHDv4ts81a2jS1VFaDBVhlBeIqJ/kQKjQY95BZde9w==", | |||
| "path": "automapper/10.1.1", | |||
| "hashPath": "automapper.10.1.1.nupkg.sha512" | |||
| }, | |||
| "MailKit/2.13.0": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-h+2fxPnB/gb+8nniTwetvooM8r9nmbWVF116uXZn8d4+k6V+mf+IOA4Gqb7nwHcZooale0s/v13O7B/6StRHJA==", | |||
| "path": "mailkit/2.13.0", | |||
| "hashPath": "mailkit.2.13.0.nupkg.sha512" | |||
| }, | |||
| "Microsoft.AspNetCore.Cryptography.Internal/5.0.4": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-KZwzffCGaE+V6n/kBPdFEA1M5pDgH9Y6GbOSjzSyH8h6JC+hAkpAnqFtToGNHyBK9QGExA1Ie1BvEL9lycdJ5w==", | |||
| "path": "microsoft.aspnetcore.cryptography.internal/5.0.4", | |||
| "hashPath": "microsoft.aspnetcore.cryptography.internal.5.0.4.nupkg.sha512" | |||
| }, | |||
| "Microsoft.AspNetCore.Cryptography.KeyDerivation/5.0.4": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-0gY+YzLConLQs0sTqZSlQI2QPfws7ZsSTjNHB9rhVuK6VkB9fTWXaEj9ostSRHGUgqs0pdXOj6oEU3lFZgY0NA==", | |||
| "path": "microsoft.aspnetcore.cryptography.keyderivation/5.0.4", | |||
| "hashPath": "microsoft.aspnetcore.cryptography.keyderivation.5.0.4.nupkg.sha512" | |||
| }, | |||
| "Microsoft.AspNetCore.Identity.EntityFrameworkCore/5.0.4": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-O3/inpajeeFN8uUF9L93i75UtIZDuY3opfTZidXt8L3EglUW8lxqgzSw2TseAIey4v/NIsLUUrvh98OQoc5GMQ==", | |||
| "path": "microsoft.aspnetcore.identity.entityframeworkcore/5.0.4", | |||
| "hashPath": "microsoft.aspnetcore.identity.entityframeworkcore.5.0.4.nupkg.sha512" | |||
| }, | |||
| "Microsoft.CSharp/4.7.0": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", | |||
| "path": "microsoft.csharp/4.7.0", | |||
| "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" | |||
| }, | |||
| "Microsoft.EntityFrameworkCore/5.0.7": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-VAvmiQPdw0PUh3X7k9k7haVnCfQuDgyki9rq5XVk0gXJFeh+bwqPzPrY71A08O5TjnIeK9lEggXDnMuhQXUUww==", | |||
| "path": "microsoft.entityframeworkcore/5.0.7", | |||
| "hashPath": "microsoft.entityframeworkcore.5.0.7.nupkg.sha512" | |||
| }, | |||
| "Microsoft.EntityFrameworkCore.Abstractions/5.0.7": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-MM5M9vYDLUXCePUGN2WZ0MkNcNj74sIgyVR9v7tW6abRULtBWPcyZf6zLYhZYpRgPXcahcME+Koscz9kP2DxyA==", | |||
| "path": "microsoft.entityframeworkcore.abstractions/5.0.7", | |||
| "hashPath": "microsoft.entityframeworkcore.abstractions.5.0.7.nupkg.sha512" | |||
| }, | |||
| "Microsoft.EntityFrameworkCore.Analyzers/5.0.7": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-ZShPEOZaQhBZqDObU3+kigEmlEGug37F8v/jpQgVs1XfHrLeXVyk+p94DBH4f+bUUHUbsEEcIbU6OhUBtWZztg==", | |||
| "path": "microsoft.entityframeworkcore.analyzers/5.0.7", | |||
| "hashPath": "microsoft.entityframeworkcore.analyzers.5.0.7.nupkg.sha512" | |||
| }, | |||
| "Microsoft.EntityFrameworkCore.Relational/5.0.7": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-W3nj58s5GX8KFQwZaytERGy3tTqutjWK6309KCpXaVtVvuYf3GE3R0lrouxONzLynLG8hsODcs2gym5QQoqtSg==", | |||
| "path": "microsoft.entityframeworkcore.relational/5.0.7", | |||
| "hashPath": "microsoft.entityframeworkcore.relational.5.0.7.nupkg.sha512" | |||
| }, | |||
| "Microsoft.Extensions.Caching.Abstractions/5.0.0": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-bu8As90/SBAouMZ6fJ+qRNo1X+KgHGrVueFhhYi+E5WqEhcnp2HoWRFnMzXQ6g4RdZbvPowFerSbKNH4Dtg5yg==", | |||
| "path": "microsoft.extensions.caching.abstractions/5.0.0", | |||
| "hashPath": "microsoft.extensions.caching.abstractions.5.0.0.nupkg.sha512" | |||
| }, | |||
| "Microsoft.Extensions.Caching.Memory/5.0.0": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-/1qPCleFOkJe0O+xmFqCNLFYQZTJz965sVw8CUB/BQgsApBwzAUsL2BUkDvQW+geRUVTXUS9zLa0pBjC2VJ1gA==", | |||
| "path": "microsoft.extensions.caching.memory/5.0.0", | |||
| "hashPath": "microsoft.extensions.caching.memory.5.0.0.nupkg.sha512" | |||
| }, | |||
| "Microsoft.Extensions.Configuration/5.0.0": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-LN322qEKHjuVEhhXueTUe7RNePooZmS8aGid5aK2woX3NPjSnONFyKUc6+JknOS6ce6h2tCLfKPTBXE3mN/6Ag==", | |||
| "path": "microsoft.extensions.configuration/5.0.0", | |||
| "hashPath": "microsoft.extensions.configuration.5.0.0.nupkg.sha512" | |||
| }, | |||
| "Microsoft.Extensions.Configuration.Abstractions/5.0.0": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-ETjSBHMp3OAZ4HxGQYpwyGsD8Sw5FegQXphi0rpoGMT74S4+I2mm7XJEswwn59XAaKOzC15oDSOWEE8SzDCd6Q==", | |||
| "path": "microsoft.extensions.configuration.abstractions/5.0.0", | |||
| "hashPath": "microsoft.extensions.configuration.abstractions.5.0.0.nupkg.sha512" | |||
| }, | |||
| "Microsoft.Extensions.Configuration.Binder/5.0.0": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-Of1Irt1+NzWO+yEYkuDh5TpT4On7LKl98Q9iLqCdOZps6XXEWDj3AKtmyvzJPVXZe4apmkJJIiDL7rR1yC+hjQ==", | |||
| "path": "microsoft.extensions.configuration.binder/5.0.0", | |||
| "hashPath": "microsoft.extensions.configuration.binder.5.0.0.nupkg.sha512" | |||
| }, | |||
| "Microsoft.Extensions.Configuration.FileExtensions/5.0.0": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-rRdspYKA18ViPOISwAihhCMbusHsARCOtDMwa23f+BGEdIjpKPlhs3LLjmKlxfhpGXBjIsS0JpXcChjRUN+PAw==", | |||
| "path": "microsoft.extensions.configuration.fileextensions/5.0.0", | |||
| "hashPath": "microsoft.extensions.configuration.fileextensions.5.0.0.nupkg.sha512" | |||
| }, | |||
| "Microsoft.Extensions.Configuration.Json/5.0.0": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-Pak8ymSUfdzPfBTLHxeOwcR32YDbuVfhnH2hkfOLnJNQd19ItlBdpMjIDY9C5O/nS2Sn9bzDMai0ZrvF7KyY/Q==", | |||
| "path": "microsoft.extensions.configuration.json/5.0.0", | |||
| "hashPath": "microsoft.extensions.configuration.json.5.0.0.nupkg.sha512" | |||
| }, | |||
| "Microsoft.Extensions.DependencyInjection/5.0.1": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-//mDNrYeiJ0eh/awFhDFJQzkRVra/njU5Y4fyK7X29g5HScrzbUkKOKlyTtygthcGFt4zNC8G5CFCjb/oizomA==", | |||
| "path": "microsoft.extensions.dependencyinjection/5.0.1", | |||
| "hashPath": "microsoft.extensions.dependencyinjection.5.0.1.nupkg.sha512" | |||
| }, | |||
| "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-ORj7Zh81gC69TyvmcUm9tSzytcy8AVousi+IVRAI8nLieQjOFryRusSFh7+aLk16FN9pQNqJAiMd7BTKINK0kA==", | |||
| "path": "microsoft.extensions.dependencyinjection.abstractions/5.0.0", | |||
| "hashPath": "microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512" | |||
| }, | |||
| "Microsoft.Extensions.FileProviders.Abstractions/5.0.0": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-iuZIiZ3mteEb+nsUqpGXKx2cGF+cv6gWPd5jqQI4hzqdiJ6I94ddLjKhQOuRW1lueHwocIw30xbSHGhQj0zjdQ==", | |||
| "path": "microsoft.extensions.fileproviders.abstractions/5.0.0", | |||
| "hashPath": "microsoft.extensions.fileproviders.abstractions.5.0.0.nupkg.sha512" | |||
| }, | |||
| "Microsoft.Extensions.FileProviders.Physical/5.0.0": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-1rkd8UO2qf21biwO7X0hL9uHP7vtfmdv/NLvKgCRHkdz1XnW8zVQJXyEYiN68WYpExgtVWn55QF0qBzgfh1mGg==", | |||
| "path": "microsoft.extensions.fileproviders.physical/5.0.0", | |||
| "hashPath": "microsoft.extensions.fileproviders.physical.5.0.0.nupkg.sha512" | |||
| }, | |||
| "Microsoft.Extensions.FileSystemGlobbing/5.0.0": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-ArliS8lGk8sWRtrWpqI8yUVYJpRruPjCDT+EIjrgkA/AAPRctlAkRISVZ334chAKktTLzD1+PK8F5IZpGedSqA==", | |||
| "path": "microsoft.extensions.filesystemglobbing/5.0.0", | |||
| "hashPath": "microsoft.extensions.filesystemglobbing.5.0.0.nupkg.sha512" | |||
| }, | |||
| "Microsoft.Extensions.Identity.Core/5.0.4": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-ibRI/IPV536SIUEvasIICtrf/df+ukBmBHFY1N9cT3igsAFP/Ru3eBBWwMlTjJKkkQf5W0PCncMIBK16DnehCg==", | |||
| "path": "microsoft.extensions.identity.core/5.0.4", | |||
| "hashPath": "microsoft.extensions.identity.core.5.0.4.nupkg.sha512" | |||
| }, | |||
| "Microsoft.Extensions.Identity.Stores/5.0.4": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-hrJNgTY7BMCHWts10AzUfZryKwJE8QGZ1ZbVgCcgZVnqVrWlTLDJnPg2DmHVyw3em+twg5ZT4G+OlHT9ovfa0g==", | |||
| "path": "microsoft.extensions.identity.stores/5.0.4", | |||
| "hashPath": "microsoft.extensions.identity.stores.5.0.4.nupkg.sha512" | |||
| }, | |||
| "Microsoft.Extensions.Logging/5.0.0": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-MgOwK6tPzB6YNH21wssJcw/2MKwee8b2gI7SllYfn6rvTpIrVvVS5HAjSU2vqSku1fwqRvWP0MdIi14qjd93Aw==", | |||
| "path": "microsoft.extensions.logging/5.0.0", | |||
| "hashPath": "microsoft.extensions.logging.5.0.0.nupkg.sha512" | |||
| }, | |||
| "Microsoft.Extensions.Logging.Abstractions/5.0.0": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-NxP6ahFcBnnSfwNBi2KH2Oz8Xl5Sm2krjId/jRR3I7teFphwiUoUeZPwTNA21EX+5PtjqmyAvKaOeBXcJjcH/w==", | |||
| "path": "microsoft.extensions.logging.abstractions/5.0.0", | |||
| "hashPath": "microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512" | |||
| }, | |||
| "Microsoft.Extensions.Options/5.0.0": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-CBvR92TCJ5uBIdd9/HzDSrxYak+0W/3+yxrNg8Qm6Bmrkh5L+nu6m3WeazQehcZ5q1/6dDA7J5YdQjim0165zg==", | |||
| "path": "microsoft.extensions.options/5.0.0", | |||
| "hashPath": "microsoft.extensions.options.5.0.0.nupkg.sha512" | |||
| }, | |||
| "Microsoft.Extensions.Primitives/5.0.0": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-cI/VWn9G1fghXrNDagX9nYaaB/nokkZn0HYAawGaELQrl8InSezfe9OnfPZLcJq3esXxygh3hkq2c3qoV3SDyQ==", | |||
| "path": "microsoft.extensions.primitives/5.0.0", | |||
| "hashPath": "microsoft.extensions.primitives.5.0.0.nupkg.sha512" | |||
| }, | |||
| "Microsoft.NETCore.Platforms/2.0.0": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==", | |||
| "path": "microsoft.netcore.platforms/2.0.0", | |||
| "hashPath": "microsoft.netcore.platforms.2.0.0.nupkg.sha512" | |||
| }, | |||
| "MimeKit/2.13.0": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-wkHUQzy/sAtWCifZfNDq24DB/xshYoc+QeynSCJPSNeeA51DzZWjVaRslyix/9OEGhdSsUtvisL66dpGp0THjw==", | |||
| "path": "mimekit/2.13.0", | |||
| "hashPath": "mimekit.2.13.0.nupkg.sha512" | |||
| }, | |||
| "Npgsql/5.0.7": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-EQWwxb2lN9w78YG4f6Fxhw5lFEx4LuaNGasXzw86kTOJxiPsUORSh/BTencNZJO4uVqGZx3EO9Z8JXTAvRjgeg==", | |||
| "path": "npgsql/5.0.7", | |||
| "hashPath": "npgsql.5.0.7.nupkg.sha512" | |||
| }, | |||
| "Npgsql.EntityFrameworkCore.PostgreSQL/5.0.7": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-RxFmJ0I4uppEAyR7b+xCfj4ZilUoGkKD4otUjiu+O3hv+vG6LUFOfJcB1ms5kOWTIvLEQHow9e+0zH7JWWV0ig==", | |||
| "path": "npgsql.entityframeworkcore.postgresql/5.0.7", | |||
| "hashPath": "npgsql.entityframeworkcore.postgresql.5.0.7.nupkg.sha512" | |||
| }, | |||
| "Portable.BouncyCastle/1.8.10": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-XLhjNAwuVB9ynwn11l5K44eyozh8q6gFseTrlnLNttejimglX7+F9+vxh60LPjvA/DAt6fUdS43N3ah8K6eaWg==", | |||
| "path": "portable.bouncycastle/1.8.10", | |||
| "hashPath": "portable.bouncycastle.1.8.10.nupkg.sha512" | |||
| }, | |||
| "System.Buffers/4.5.1": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==", | |||
| "path": "system.buffers/4.5.1", | |||
| "hashPath": "system.buffers.4.5.1.nupkg.sha512" | |||
| }, | |||
| "System.Collections.Immutable/5.0.0": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==", | |||
| "path": "system.collections.immutable/5.0.0", | |||
| "hashPath": "system.collections.immutable.5.0.0.nupkg.sha512" | |||
| }, | |||
| "System.ComponentModel.Annotations/5.0.0": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==", | |||
| "path": "system.componentmodel.annotations/5.0.0", | |||
| "hashPath": "system.componentmodel.annotations.5.0.0.nupkg.sha512" | |||
| }, | |||
| "System.Diagnostics.DiagnosticSource/5.0.1": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-uXQEYqav2V3zP6OwkOKtLv+qIi6z3m1hsGyKwXX7ZA7htT4shoVccGxnJ9kVRFPNAsi1ArZTq2oh7WOto6GbkQ==", | |||
| "path": "system.diagnostics.diagnosticsource/5.0.1", | |||
| "hashPath": "system.diagnostics.diagnosticsource.5.0.1.nupkg.sha512" | |||
| }, | |||
| "System.Reflection.Emit/4.7.0": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==", | |||
| "path": "system.reflection.emit/4.7.0", | |||
| "hashPath": "system.reflection.emit.4.7.0.nupkg.sha512" | |||
| }, | |||
| "System.Reflection.TypeExtensions/4.4.0": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-dkmh/ySlwnXJp/1qYP9uyKkCK1CXR/REFzl7abHcArxBcV91mY2CgrrzSRA5Z/X4MevJWwXsklGRdR3A7K9zbg==", | |||
| "path": "system.reflection.typeextensions/4.4.0", | |||
| "hashPath": "system.reflection.typeextensions.4.4.0.nupkg.sha512" | |||
| }, | |||
| "System.Runtime.CompilerServices.Unsafe/4.6.0": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-HxozeSlipUK7dAroTYwIcGwKDeOVpQnJlpVaOkBz7CM4TsE5b/tKlQBZecTjh6FzcSbxndYaxxpsBMz+wMJeyw==", | |||
| "path": "system.runtime.compilerservices.unsafe/4.6.0", | |||
| "hashPath": "system.runtime.compilerservices.unsafe.4.6.0.nupkg.sha512" | |||
| }, | |||
| "System.Security.Cryptography.Cng/4.7.0": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-4WQjFuypWtxb/bl/YwEE7LYGn4fgpsikFfBU6xwEm4YBYiRAhXAEJ62lILBu2JJSFbClIAntFTGfDZafn8yZTg==", | |||
| "path": "system.security.cryptography.cng/4.7.0", | |||
| "hashPath": "system.security.cryptography.cng.4.7.0.nupkg.sha512" | |||
| }, | |||
| "System.Security.Cryptography.Pkcs/4.7.0": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-0Srzh6YlhjuMxaqMyeCCdZs22cucaUAG6SKDd3gNHBJmre0VZ71ekzWu9rvLD4YXPetyNdPvV6Qst+8C++9v3Q==", | |||
| "path": "system.security.cryptography.pkcs/4.7.0", | |||
| "hashPath": "system.security.cryptography.pkcs.4.7.0.nupkg.sha512" | |||
| }, | |||
| "System.Text.Encoding.CodePages/4.4.0": { | |||
| "type": "package", | |||
| "serviceable": true, | |||
| "sha512": "sha512-6JX7ZdaceBiLKLkYt8zJcp4xTJd1uYyXXEkPw6mnlUIjh1gZPIVKPtRXPmY5kLf6DwZmf5YLwR3QUrRonl7l0A==", | |||
| "path": "system.text.encoding.codepages/4.4.0", | |||
| "hashPath": "system.text.encoding.codepages.4.4.0.nupkg.sha512" | |||
| }, | |||
| "ScreeningTest.Data/1.0.0": { | |||
| "type": "project", | |||
| "serviceable": false, | |||
| "sha512": "" | |||
| } | |||
| } | |||
| } | |||
| @@ -0,0 +1,4 @@ | |||
| // <autogenerated /> | |||
| using System; | |||
| using System.Reflection; | |||
| [assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")] | |||
| @@ -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("MVCTemplate.Business")] | |||
| [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] | |||
| [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] | |||
| [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] | |||
| [assembly: System.Reflection.AssemblyProductAttribute("MVCTemplate.Business")] | |||
| [assembly: System.Reflection.AssemblyTitleAttribute("MVCTemplate.Business")] | |||
| [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] | |||
| // Generated by the MSBuild WriteCodeFragment class. | |||
| @@ -0,0 +1 @@ | |||
| f828960ad459a828f527f6df2ea123a143835266 | |||
| @@ -0,0 +1,10 @@ | |||
| is_global = true | |||
| build_property.TargetFramework = net5.0 | |||
| build_property.TargetPlatformMinVersion = | |||
| build_property.UsingMicrosoftNETSdkWeb = | |||
| build_property.ProjectTypeGuids = | |||
| build_property.PublishSingleFile = | |||
| build_property.IncludeAllContentForSelfExtract = | |||
| build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows | |||
| build_property.RootNamespace = MVCTemplate.Business | |||
| build_property.ProjectDir = C:\Users\julija.stojkovic\source\repos\secure-sharing\MVCTemplate.Business\ | |||
| @@ -0,0 +1 @@ | |||
| ef0a098bf0da471f222d702a0059fdc599b1b371 | |||
| @@ -0,0 +1,30 @@ | |||
| C:\Users\julija.stojkovic\Downloads\ScreeningTestApp\MVCTemplate\MVCTemplate.Business\bin\Debug\net5.0\MVCTemplate.Business.deps.json | |||
| C:\Users\julija.stojkovic\Downloads\ScreeningTestApp\MVCTemplate\MVCTemplate.Business\bin\Debug\net5.0\MVCTemplate.Business.dll | |||
| C:\Users\julija.stojkovic\Downloads\ScreeningTestApp\MVCTemplate\MVCTemplate.Business\bin\Debug\net5.0\MVCTemplate.Business.pdb | |||
| C:\Users\julija.stojkovic\Downloads\ScreeningTestApp\MVCTemplate\MVCTemplate.Business\bin\Debug\net5.0\MVCTemplate.Data.dll | |||
| C:\Users\julija.stojkovic\Downloads\ScreeningTestApp\MVCTemplate\MVCTemplate.Business\bin\Debug\net5.0\MVCTemplate.Data.pdb | |||
| C:\Users\julija.stojkovic\Downloads\ScreeningTestApp\MVCTemplate\MVCTemplate.Business\obj\Debug\net5.0\MVCTemplate.Business.csproj.AssemblyReference.cache | |||
| C:\Users\julija.stojkovic\Downloads\ScreeningTestApp\MVCTemplate\MVCTemplate.Business\obj\Debug\net5.0\MVCTemplate.Business.GeneratedMSBuildEditorConfig.editorconfig | |||
| C:\Users\julija.stojkovic\Downloads\ScreeningTestApp\MVCTemplate\MVCTemplate.Business\obj\Debug\net5.0\MVCTemplate.Business.AssemblyInfoInputs.cache | |||
| C:\Users\julija.stojkovic\Downloads\ScreeningTestApp\MVCTemplate\MVCTemplate.Business\obj\Debug\net5.0\MVCTemplate.Business.AssemblyInfo.cs | |||
| C:\Users\julija.stojkovic\Downloads\ScreeningTestApp\MVCTemplate\MVCTemplate.Business\obj\Debug\net5.0\MVCTemplate.Business.csproj.CoreCompileInputs.cache | |||
| C:\Users\julija.stojkovic\Downloads\ScreeningTestApp\MVCTemplate\MVCTemplate.Business\obj\Debug\net5.0\MVCTemplate.Business.csproj.CopyComplete | |||
| C:\Users\julija.stojkovic\Downloads\ScreeningTestApp\MVCTemplate\MVCTemplate.Business\obj\Debug\net5.0\MVCTemplate.Business.dll | |||
| C:\Users\julija.stojkovic\Downloads\ScreeningTestApp\MVCTemplate\MVCTemplate.Business\obj\Debug\net5.0\refint\MVCTemplate.Business.dll | |||
| C:\Users\julija.stojkovic\Downloads\ScreeningTestApp\MVCTemplate\MVCTemplate.Business\obj\Debug\net5.0\MVCTemplate.Business.pdb | |||
| C:\Users\julija.stojkovic\Downloads\ScreeningTestApp\MVCTemplate\MVCTemplate.Business\obj\Debug\net5.0\ref\MVCTemplate.Business.dll | |||
| C:\Users\julija.stojkovic\source\repos\secure-sharing\MVCTemplate.Business\bin\Debug\net5.0\MVCTemplate.Business.deps.json | |||
| C:\Users\julija.stojkovic\source\repos\secure-sharing\MVCTemplate.Business\bin\Debug\net5.0\MVCTemplate.Business.dll | |||
| C:\Users\julija.stojkovic\source\repos\secure-sharing\MVCTemplate.Business\bin\Debug\net5.0\ref\MVCTemplate.Business.dll | |||
| C:\Users\julija.stojkovic\source\repos\secure-sharing\MVCTemplate.Business\bin\Debug\net5.0\MVCTemplate.Business.pdb | |||
| C:\Users\julija.stojkovic\source\repos\secure-sharing\MVCTemplate.Business\bin\Debug\net5.0\MVCTemplate.Data.dll | |||
| C:\Users\julija.stojkovic\source\repos\secure-sharing\MVCTemplate.Business\bin\Debug\net5.0\MVCTemplate.Data.pdb | |||
| C:\Users\julija.stojkovic\source\repos\secure-sharing\MVCTemplate.Business\obj\Debug\net5.0\MVCTemplate.Business.csproj.AssemblyReference.cache | |||
| C:\Users\julija.stojkovic\source\repos\secure-sharing\MVCTemplate.Business\obj\Debug\net5.0\MVCTemplate.Business.GeneratedMSBuildEditorConfig.editorconfig | |||
| C:\Users\julija.stojkovic\source\repos\secure-sharing\MVCTemplate.Business\obj\Debug\net5.0\MVCTemplate.Business.AssemblyInfoInputs.cache | |||
| C:\Users\julija.stojkovic\source\repos\secure-sharing\MVCTemplate.Business\obj\Debug\net5.0\MVCTemplate.Business.AssemblyInfo.cs | |||
| C:\Users\julija.stojkovic\source\repos\secure-sharing\MVCTemplate.Business\obj\Debug\net5.0\MVCTemplate.Business.csproj.CoreCompileInputs.cache | |||
| C:\Users\julija.stojkovic\source\repos\secure-sharing\MVCTemplate.Business\obj\Debug\net5.0\MVCTemplate.Business.csproj.CopyComplete | |||
| C:\Users\julija.stojkovic\source\repos\secure-sharing\MVCTemplate.Business\obj\Debug\net5.0\MVCTemplate.Business.dll | |||
| C:\Users\julija.stojkovic\source\repos\secure-sharing\MVCTemplate.Business\obj\Debug\net5.0\ref\MVCTemplate.Business.dll | |||
| C:\Users\julija.stojkovic\source\repos\secure-sharing\MVCTemplate.Business\obj\Debug\net5.0\MVCTemplate.Business.pdb | |||
| @@ -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("ScreeningTest.Business")] | |||
| [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] | |||
| [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] | |||
| [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] | |||
| [assembly: System.Reflection.AssemblyProductAttribute("ScreeningTest.Business")] | |||
| [assembly: System.Reflection.AssemblyTitleAttribute("ScreeningTest.Business")] | |||
| [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] | |||
| // Generated by the MSBuild WriteCodeFragment class. | |||
| @@ -0,0 +1 @@ | |||
| 2780bc9b806dcadf4f20ed57b14abd0ff6da86f6 | |||
| @@ -0,0 +1,10 @@ | |||
| is_global = true | |||
| build_property.TargetFramework = net5.0 | |||
| build_property.TargetPlatformMinVersion = | |||
| build_property.UsingMicrosoftNETSdkWeb = | |||
| build_property.ProjectTypeGuids = | |||
| build_property.InvariantGlobalization = | |||
| build_property.PlatformNeutralAssembly = | |||
| build_property._SupportedPlatformList = Linux,macOS,Windows | |||
| build_property.RootNamespace = ScreeningTest.Business | |||
| build_property.ProjectDir = C:\Users\julija.stojkovic\Downloads\ScreeningTestApp\ScreeningTestApp\ScreeningTest.Business\ | |||
| @@ -0,0 +1 @@ | |||
| cd54332aaada5a0d23ae672d84d6b4ee65739ef9 | |||
| @@ -0,0 +1,60 @@ | |||
| E:\ScreeningTest\ScreeningTest.Business\obj\Debug\net5.0\ScreeningTest.Business.csproj.AssemblyReference.cache | |||
| E:\ScreeningTest\ScreeningTest.Business\obj\Debug\net5.0\ScreeningTest.Business.GeneratedMSBuildEditorConfig.editorconfig | |||
| E:\ScreeningTest\ScreeningTest.Business\obj\Debug\net5.0\ScreeningTest.Business.AssemblyInfoInputs.cache | |||
| E:\ScreeningTest\ScreeningTest.Business\obj\Debug\net5.0\ScreeningTest.Business.AssemblyInfo.cs | |||
| E:\ScreeningTest\ScreeningTest.Business\obj\Debug\net5.0\ScreeningTest.Business.csproj.CoreCompileInputs.cache | |||
| E:\ScreeningTest\ScreeningTest.Business\bin\Debug\net5.0\ScreeningTest.Business.deps.json | |||
| E:\ScreeningTest\ScreeningTest.Business\bin\Debug\net5.0\ScreeningTest.Business.dll | |||
| E:\ScreeningTest\ScreeningTest.Business\bin\Debug\net5.0\ref\ScreeningTest.Business.dll | |||
| E:\ScreeningTest\ScreeningTest.Business\bin\Debug\net5.0\ScreeningTest.Business.pdb | |||
| E:\ScreeningTest\ScreeningTest.Business\bin\Debug\net5.0\ScreeningTest.Data.dll | |||
| E:\ScreeningTest\ScreeningTest.Business\bin\Debug\net5.0\ScreeningTest.Data.pdb | |||
| E:\ScreeningTest\ScreeningTest.Business\obj\Debug\net5.0\ScreeningTest.Business.csproj.CopyComplete | |||
| E:\ScreeningTest\ScreeningTest.Business\obj\Debug\net5.0\ScreeningTest.Business.dll | |||
| E:\ScreeningTest\ScreeningTest.Business\obj\Debug\net5.0\ref\ScreeningTest.Business.dll | |||
| E:\ScreeningTest\ScreeningTest.Business\obj\Debug\net5.0\ScreeningTest.Business.pdb | |||
| E:\ScreeningTest - Copy\ScreeningTest.Business\bin\Debug\net5.0\ScreeningTest.Business.deps.json | |||
| E:\ScreeningTest - Copy\ScreeningTest.Business\bin\Debug\net5.0\ScreeningTest.Business.dll | |||
| E:\ScreeningTest - Copy\ScreeningTest.Business\bin\Debug\net5.0\ref\ScreeningTest.Business.dll | |||
| E:\ScreeningTest - Copy\ScreeningTest.Business\bin\Debug\net5.0\ScreeningTest.Business.pdb | |||
| E:\ScreeningTest - Copy\ScreeningTest.Business\bin\Debug\net5.0\ScreeningTest.Data.dll | |||
| E:\ScreeningTest - Copy\ScreeningTest.Business\bin\Debug\net5.0\ScreeningTest.Data.pdb | |||
| E:\ScreeningTest - Copy\ScreeningTest.Business\obj\Debug\net5.0\ScreeningTest.Business.csproj.AssemblyReference.cache | |||
| E:\ScreeningTest - Copy\ScreeningTest.Business\obj\Debug\net5.0\ScreeningTest.Business.GeneratedMSBuildEditorConfig.editorconfig | |||
| E:\ScreeningTest - Copy\ScreeningTest.Business\obj\Debug\net5.0\ScreeningTest.Business.AssemblyInfoInputs.cache | |||
| E:\ScreeningTest - Copy\ScreeningTest.Business\obj\Debug\net5.0\ScreeningTest.Business.AssemblyInfo.cs | |||
| E:\ScreeningTest - Copy\ScreeningTest.Business\obj\Debug\net5.0\ScreeningTest.Business.csproj.CoreCompileInputs.cache | |||
| E:\ScreeningTest - Copy\ScreeningTest.Business\obj\Debug\net5.0\ScreeningTest.Business.csproj.CopyComplete | |||
| E:\ScreeningTest - Copy\ScreeningTest.Business\obj\Debug\net5.0\ScreeningTest.Business.dll | |||
| E:\ScreeningTest - Copy\ScreeningTest.Business\obj\Debug\net5.0\ref\ScreeningTest.Business.dll | |||
| E:\ScreeningTest - Copy\ScreeningTest.Business\obj\Debug\net5.0\ScreeningTest.Business.pdb | |||
| E:\ScreeningTest Repo\ScreeningTestApp\ScreeningTest.Business\bin\Debug\net5.0\ScreeningTest.Business.deps.json | |||
| E:\ScreeningTest Repo\ScreeningTestApp\ScreeningTest.Business\bin\Debug\net5.0\ScreeningTest.Business.dll | |||
| E:\ScreeningTest Repo\ScreeningTestApp\ScreeningTest.Business\bin\Debug\net5.0\ref\ScreeningTest.Business.dll | |||
| E:\ScreeningTest Repo\ScreeningTestApp\ScreeningTest.Business\bin\Debug\net5.0\ScreeningTest.Business.pdb | |||
| E:\ScreeningTest Repo\ScreeningTestApp\ScreeningTest.Business\bin\Debug\net5.0\ScreeningTest.Data.dll | |||
| E:\ScreeningTest Repo\ScreeningTestApp\ScreeningTest.Business\bin\Debug\net5.0\ScreeningTest.Data.pdb | |||
| E:\ScreeningTest Repo\ScreeningTestApp\ScreeningTest.Business\obj\Debug\net5.0\ScreeningTest.Business.csproj.AssemblyReference.cache | |||
| E:\ScreeningTest Repo\ScreeningTestApp\ScreeningTest.Business\obj\Debug\net5.0\ScreeningTest.Business.GeneratedMSBuildEditorConfig.editorconfig | |||
| E:\ScreeningTest Repo\ScreeningTestApp\ScreeningTest.Business\obj\Debug\net5.0\ScreeningTest.Business.AssemblyInfoInputs.cache | |||
| E:\ScreeningTest Repo\ScreeningTestApp\ScreeningTest.Business\obj\Debug\net5.0\ScreeningTest.Business.AssemblyInfo.cs | |||
| E:\ScreeningTest Repo\ScreeningTestApp\ScreeningTest.Business\obj\Debug\net5.0\ScreeningTest.Business.csproj.CoreCompileInputs.cache | |||
| E:\ScreeningTest Repo\ScreeningTestApp\ScreeningTest.Business\obj\Debug\net5.0\ScreeningTest.Business.csproj.CopyComplete | |||
| E:\ScreeningTest Repo\ScreeningTestApp\ScreeningTest.Business\obj\Debug\net5.0\ScreeningTest.Business.dll | |||
| E:\ScreeningTest Repo\ScreeningTestApp\ScreeningTest.Business\obj\Debug\net5.0\ref\ScreeningTest.Business.dll | |||
| E:\ScreeningTest Repo\ScreeningTestApp\ScreeningTest.Business\obj\Debug\net5.0\ScreeningTest.Business.pdb | |||
| C:\Users\julija.stojkovic\Downloads\ScreeningTestApp\ScreeningTestApp\ScreeningTest.Business\obj\Debug\net5.0\ScreeningTest.Business.csproj.AssemblyReference.cache | |||
| C:\Users\julija.stojkovic\Downloads\ScreeningTestApp\ScreeningTestApp\ScreeningTest.Business\obj\Debug\net5.0\ScreeningTest.Business.GeneratedMSBuildEditorConfig.editorconfig | |||
| C:\Users\julija.stojkovic\Downloads\ScreeningTestApp\ScreeningTestApp\ScreeningTest.Business\obj\Debug\net5.0\ScreeningTest.Business.AssemblyInfoInputs.cache | |||
| C:\Users\julija.stojkovic\Downloads\ScreeningTestApp\ScreeningTestApp\ScreeningTest.Business\obj\Debug\net5.0\ScreeningTest.Business.AssemblyInfo.cs | |||
| C:\Users\julija.stojkovic\Downloads\ScreeningTestApp\ScreeningTestApp\ScreeningTest.Business\obj\Debug\net5.0\ScreeningTest.Business.csproj.CoreCompileInputs.cache | |||
| C:\Users\julija.stojkovic\Downloads\ScreeningTestApp\ScreeningTestApp\ScreeningTest.Business\bin\Debug\net5.0\ScreeningTest.Business.deps.json | |||
| C:\Users\julija.stojkovic\Downloads\ScreeningTestApp\ScreeningTestApp\ScreeningTest.Business\bin\Debug\net5.0\ScreeningTest.Business.dll | |||
| C:\Users\julija.stojkovic\Downloads\ScreeningTestApp\ScreeningTestApp\ScreeningTest.Business\bin\Debug\net5.0\ScreeningTest.Business.pdb | |||
| C:\Users\julija.stojkovic\Downloads\ScreeningTestApp\ScreeningTestApp\ScreeningTest.Business\bin\Debug\net5.0\ScreeningTest.Data.dll | |||
| C:\Users\julija.stojkovic\Downloads\ScreeningTestApp\ScreeningTestApp\ScreeningTest.Business\bin\Debug\net5.0\ScreeningTest.Data.pdb | |||
| C:\Users\julija.stojkovic\Downloads\ScreeningTestApp\ScreeningTestApp\ScreeningTest.Business\obj\Debug\net5.0\ScreeningTest.Business.csproj.CopyComplete | |||
| C:\Users\julija.stojkovic\Downloads\ScreeningTestApp\ScreeningTestApp\ScreeningTest.Business\obj\Debug\net5.0\ScreeningTest.Business.dll | |||
| C:\Users\julija.stojkovic\Downloads\ScreeningTestApp\ScreeningTestApp\ScreeningTest.Business\obj\Debug\net5.0\refint\ScreeningTest.Business.dll | |||
| C:\Users\julija.stojkovic\Downloads\ScreeningTestApp\ScreeningTestApp\ScreeningTest.Business\obj\Debug\net5.0\ScreeningTest.Business.pdb | |||
| C:\Users\julija.stojkovic\Downloads\ScreeningTestApp\ScreeningTestApp\ScreeningTest.Business\obj\Debug\net5.0\ref\ScreeningTest.Business.dll | |||
| @@ -0,0 +1,182 @@ | |||
| { | |||
| "format": 1, | |||
| "restore": { | |||
| "C:\\Users\\julija.stojkovic\\source\\repos\\secure-sharing\\MVCTemplate.Business\\MVCTemplate.Business.csproj": {} | |||
| }, | |||
| "projects": { | |||
| "C:\\Users\\julija.stojkovic\\source\\repos\\secure-sharing\\MVCTemplate.Business\\MVCTemplate.Business.csproj": { | |||
| "version": "1.0.0", | |||
| "restore": { | |||
| "projectUniqueName": "C:\\Users\\julija.stojkovic\\source\\repos\\secure-sharing\\MVCTemplate.Business\\MVCTemplate.Business.csproj", | |||
| "projectName": "MVCTemplate.Business", | |||
| "projectPath": "C:\\Users\\julija.stojkovic\\source\\repos\\secure-sharing\\MVCTemplate.Business\\MVCTemplate.Business.csproj", | |||
| "packagesPath": "C:\\Users\\julija.stojkovic\\.nuget\\packages\\", | |||
| "outputPath": "C:\\Users\\julija.stojkovic\\source\\repos\\secure-sharing\\MVCTemplate.Business\\obj\\", | |||
| "projectStyle": "PackageReference", | |||
| "configFilePaths": [ | |||
| "C:\\Users\\julija.stojkovic\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
| "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | |||
| ], | |||
| "originalTargetFrameworks": [ | |||
| "net5.0" | |||
| ], | |||
| "sources": { | |||
| "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, | |||
| "https://api.nuget.org/v3/index.json": {} | |||
| }, | |||
| "frameworks": { | |||
| "net5.0": { | |||
| "targetAlias": "net5.0", | |||
| "projectReferences": { | |||
| "C:\\Users\\julija.stojkovic\\source\\repos\\secure-sharing\\MVCTemplate.Data\\MVCTemplate.Data.csproj": { | |||
| "projectPath": "C:\\Users\\julija.stojkovic\\source\\repos\\secure-sharing\\MVCTemplate.Data\\MVCTemplate.Data.csproj" | |||
| } | |||
| } | |||
| } | |||
| }, | |||
| "warningProperties": { | |||
| "warnAsError": [ | |||
| "NU1605" | |||
| ] | |||
| } | |||
| }, | |||
| "frameworks": { | |||
| "net5.0": { | |||
| "targetAlias": "net5.0", | |||
| "dependencies": { | |||
| "AutoMapper": { | |||
| "target": "Package", | |||
| "version": "[11.0.1, )" | |||
| }, | |||
| "MailKit": { | |||
| "target": "Package", | |||
| "version": "[2.13.0, )" | |||
| }, | |||
| "Microsoft.AspNetCore.Authentication.Google": { | |||
| "target": "Package", | |||
| "version": "[5.0.7, )" | |||
| }, | |||
| "Microsoft.EntityFrameworkCore.SqlServer": { | |||
| "target": "Package", | |||
| "version": "[5.0.7, )" | |||
| }, | |||
| "Microsoft.Extensions.Configuration.Binder": { | |||
| "target": "Package", | |||
| "version": "[5.0.0, )" | |||
| }, | |||
| "Microsoft.Extensions.DependencyInjection.Abstractions": { | |||
| "target": "Package", | |||
| "version": "[5.0.0, )" | |||
| } | |||
| }, | |||
| "imports": [ | |||
| "net461", | |||
| "net462", | |||
| "net47", | |||
| "net471", | |||
| "net472", | |||
| "net48" | |||
| ], | |||
| "assetTargetFallback": true, | |||
| "warn": true, | |||
| "frameworkReferences": { | |||
| "Microsoft.NETCore.App": { | |||
| "privateAssets": "all" | |||
| } | |||
| }, | |||
| "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.400\\RuntimeIdentifierGraph.json" | |||
| } | |||
| } | |||
| }, | |||
| "C:\\Users\\julija.stojkovic\\source\\repos\\secure-sharing\\MVCTemplate.Data\\MVCTemplate.Data.csproj": { | |||
| "version": "1.0.0", | |||
| "restore": { | |||
| "projectUniqueName": "C:\\Users\\julija.stojkovic\\source\\repos\\secure-sharing\\MVCTemplate.Data\\MVCTemplate.Data.csproj", | |||
| "projectName": "MVCTemplate.Data", | |||
| "projectPath": "C:\\Users\\julija.stojkovic\\source\\repos\\secure-sharing\\MVCTemplate.Data\\MVCTemplate.Data.csproj", | |||
| "packagesPath": "C:\\Users\\julija.stojkovic\\.nuget\\packages\\", | |||
| "outputPath": "C:\\Users\\julija.stojkovic\\source\\repos\\secure-sharing\\MVCTemplate.Data\\obj\\", | |||
| "projectStyle": "PackageReference", | |||
| "configFilePaths": [ | |||
| "C:\\Users\\julija.stojkovic\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
| "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | |||
| ], | |||
| "originalTargetFrameworks": [ | |||
| "net5.0" | |||
| ], | |||
| "sources": { | |||
| "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, | |||
| "https://api.nuget.org/v3/index.json": {} | |||
| }, | |||
| "frameworks": { | |||
| "net5.0": { | |||
| "targetAlias": "net5.0", | |||
| "projectReferences": {} | |||
| } | |||
| }, | |||
| "warningProperties": { | |||
| "warnAsError": [ | |||
| "NU1605" | |||
| ] | |||
| } | |||
| }, | |||
| "frameworks": { | |||
| "net5.0": { | |||
| "targetAlias": "net5.0", | |||
| "dependencies": { | |||
| "AutoMapper": { | |||
| "target": "Package", | |||
| "version": "[11.0.1, )" | |||
| }, | |||
| "Microsoft.AspNetCore.Authentication.Google": { | |||
| "target": "Package", | |||
| "version": "[5.0.7, )" | |||
| }, | |||
| "Microsoft.AspNetCore.Identity.EntityFrameworkCore": { | |||
| "target": "Package", | |||
| "version": "[5.0.4, )" | |||
| }, | |||
| "Microsoft.EntityFrameworkCore": { | |||
| "target": "Package", | |||
| "version": "[5.0.7, )" | |||
| }, | |||
| "Microsoft.EntityFrameworkCore.SqlServer": { | |||
| "target": "Package", | |||
| "version": "[5.0.7, )" | |||
| }, | |||
| "Microsoft.EntityFrameworkCore.Tools": { | |||
| "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", | |||
| "suppressParent": "All", | |||
| "target": "Package", | |||
| "version": "[5.0.4, )" | |||
| }, | |||
| "Microsoft.Extensions.Configuration": { | |||
| "target": "Package", | |||
| "version": "[5.0.0, )" | |||
| }, | |||
| "Microsoft.Extensions.Configuration.Json": { | |||
| "target": "Package", | |||
| "version": "[5.0.0, )" | |||
| } | |||
| }, | |||
| "imports": [ | |||
| "net461", | |||
| "net462", | |||
| "net47", | |||
| "net471", | |||
| "net472", | |||
| "net48" | |||
| ], | |||
| "assetTargetFallback": true, | |||
| "warn": true, | |||
| "frameworkReferences": { | |||
| "Microsoft.NETCore.App": { | |||
| "privateAssets": "all" | |||
| } | |||
| }, | |||
| "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.400\\RuntimeIdentifierGraph.json" | |||
| } | |||
| } | |||
| } | |||
| } | |||
| } | |||
| @@ -0,0 +1,21 @@ | |||
| <?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\julija.stojkovic\.nuget\packages\</NuGetPackageFolders> | |||
| <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> | |||
| <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.11.0</NuGetToolVersion> | |||
| </PropertyGroup> | |||
| <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | |||
| <SourceRoot Include="C:\Users\julija.stojkovic\.nuget\packages\" /> | |||
| </ItemGroup> | |||
| <PropertyGroup> | |||
| <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | |||
| <PkgNewtonsoft_Json Condition=" '$(PkgNewtonsoft_Json)' == '' ">C:\Users\julija.stojkovic\.nuget\packages\newtonsoft.json\10.0.1</PkgNewtonsoft_Json> | |||
| </PropertyGroup> | |||
| </Project> | |||
| @@ -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"> | |||
| <PropertyGroup> | |||
| <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> | |||
| </PropertyGroup> | |||
| </Project> | |||
| @@ -0,0 +1,4 @@ | |||
| // <autogenerated /> | |||
| using System; | |||
| using System.Reflection; | |||
| [assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")] | |||
| @@ -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("MVCTemplate.Business")] | |||
| [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] | |||
| [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] | |||
| [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] | |||
| [assembly: System.Reflection.AssemblyProductAttribute("MVCTemplate.Business")] | |||
| [assembly: System.Reflection.AssemblyTitleAttribute("MVCTemplate.Business")] | |||
| [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] | |||
| // Generated by the MSBuild WriteCodeFragment class. | |||
| @@ -0,0 +1 @@ | |||
| e2de658655b0ef170585bf600c7832afb0dcaece | |||
| @@ -0,0 +1,10 @@ | |||
| is_global = true | |||
| build_property.TargetFramework = net5.0 | |||
| build_property.TargetPlatformMinVersion = | |||
| build_property.UsingMicrosoftNETSdkWeb = | |||
| build_property.ProjectTypeGuids = | |||
| build_property.InvariantGlobalization = | |||
| build_property.PlatformNeutralAssembly = | |||
| build_property._SupportedPlatformList = Linux,macOS,Windows | |||
| build_property.RootNamespace = MVCTemplate.Business | |||
| build_property.ProjectDir = C:\Users\julija.stojkovic\Source\Repos\secure-sharing\MVCTemplate.Business\ | |||
| @@ -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("ScreeningTest.Business")] | |||
| [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] | |||
| [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] | |||
| [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] | |||
| [assembly: System.Reflection.AssemblyProductAttribute("ScreeningTest.Business")] | |||
| [assembly: System.Reflection.AssemblyTitleAttribute("ScreeningTest.Business")] | |||
| [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] | |||
| // Generated by the MSBuild WriteCodeFragment class. | |||
| @@ -0,0 +1 @@ | |||
| 17a7479709d9b7a3cb26330ff2e1d9d7ec911bb1 | |||
| @@ -0,0 +1,8 @@ | |||
| is_global = true | |||
| build_property.TargetFramework = net5.0 | |||
| build_property.TargetPlatformMinVersion = | |||
| build_property.UsingMicrosoftNETSdkWeb = | |||
| build_property.ProjectTypeGuids = | |||
| build_property.PublishSingleFile = | |||
| build_property.IncludeAllContentForSelfExtract = | |||
| build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows | |||
| @@ -0,0 +1 @@ | |||
| ba767dbf146727b042e3f075986dbc526d3265ff | |||
| @@ -0,0 +1,15 @@ | |||
| D:\Projekti\ScreeningTestApp\ScreeningTestApp\ScreeningTest.Business\bin\Release\net5.0\ScreeningTest.Business.deps.json | |||
| D:\Projekti\ScreeningTestApp\ScreeningTestApp\ScreeningTest.Business\bin\Release\net5.0\ScreeningTest.Business.dll | |||
| D:\Projekti\ScreeningTestApp\ScreeningTestApp\ScreeningTest.Business\bin\Release\net5.0\ref\ScreeningTest.Business.dll | |||
| D:\Projekti\ScreeningTestApp\ScreeningTestApp\ScreeningTest.Business\bin\Release\net5.0\ScreeningTest.Business.pdb | |||
| D:\Projekti\ScreeningTestApp\ScreeningTestApp\ScreeningTest.Business\bin\Release\net5.0\ScreeningTest.Data.dll | |||
| D:\Projekti\ScreeningTestApp\ScreeningTestApp\ScreeningTest.Business\bin\Release\net5.0\ScreeningTest.Data.pdb | |||
| D:\Projekti\ScreeningTestApp\ScreeningTestApp\ScreeningTest.Business\obj\Release\net5.0\ScreeningTest.Business.csproj.AssemblyReference.cache | |||
| D:\Projekti\ScreeningTestApp\ScreeningTestApp\ScreeningTest.Business\obj\Release\net5.0\ScreeningTest.Business.GeneratedMSBuildEditorConfig.editorconfig | |||
| D:\Projekti\ScreeningTestApp\ScreeningTestApp\ScreeningTest.Business\obj\Release\net5.0\ScreeningTest.Business.AssemblyInfoInputs.cache | |||
| D:\Projekti\ScreeningTestApp\ScreeningTestApp\ScreeningTest.Business\obj\Release\net5.0\ScreeningTest.Business.AssemblyInfo.cs | |||
| D:\Projekti\ScreeningTestApp\ScreeningTestApp\ScreeningTest.Business\obj\Release\net5.0\ScreeningTest.Business.csproj.CoreCompileInputs.cache | |||
| D:\Projekti\ScreeningTestApp\ScreeningTestApp\ScreeningTest.Business\obj\Release\net5.0\ScreeningTest.Business.csproj.CopyComplete | |||
| D:\Projekti\ScreeningTestApp\ScreeningTestApp\ScreeningTest.Business\obj\Release\net5.0\ScreeningTest.Business.dll | |||
| D:\Projekti\ScreeningTestApp\ScreeningTestApp\ScreeningTest.Business\obj\Release\net5.0\ref\ScreeningTest.Business.dll | |||
| D:\Projekti\ScreeningTestApp\ScreeningTestApp\ScreeningTest.Business\obj\Release\net5.0\ScreeningTest.Business.pdb | |||
| @@ -0,0 +1,174 @@ | |||
| { | |||
| "format": 1, | |||
| "restore": { | |||
| "C:\\Users\\julija.stojkovic\\Downloads\\ScreeningTestApp\\ScreeningTestApp\\ScreeningTest.Business\\ScreeningTest.Business.csproj": {} | |||
| }, | |||
| "projects": { | |||
| "C:\\Users\\julija.stojkovic\\Downloads\\ScreeningTestApp\\ScreeningTestApp\\ScreeningTest.Business\\ScreeningTest.Business.csproj": { | |||
| "version": "1.0.0", | |||
| "restore": { | |||
| "projectUniqueName": "C:\\Users\\julija.stojkovic\\Downloads\\ScreeningTestApp\\ScreeningTestApp\\ScreeningTest.Business\\ScreeningTest.Business.csproj", | |||
| "projectName": "ScreeningTest.Business", | |||
| "projectPath": "C:\\Users\\julija.stojkovic\\Downloads\\ScreeningTestApp\\ScreeningTestApp\\ScreeningTest.Business\\ScreeningTest.Business.csproj", | |||
| "packagesPath": "C:\\Users\\julija.stojkovic\\.nuget\\packages\\", | |||
| "outputPath": "C:\\Users\\julija.stojkovic\\Downloads\\ScreeningTestApp\\ScreeningTestApp\\ScreeningTest.Business\\obj\\", | |||
| "projectStyle": "PackageReference", | |||
| "configFilePaths": [ | |||
| "C:\\Users\\julija.stojkovic\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
| "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | |||
| ], | |||
| "originalTargetFrameworks": [ | |||
| "net5.0" | |||
| ], | |||
| "sources": { | |||
| "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, | |||
| "https://api.nuget.org/v3/index.json": {} | |||
| }, | |||
| "frameworks": { | |||
| "net5.0": { | |||
| "targetAlias": "net5.0", | |||
| "projectReferences": { | |||
| "C:\\Users\\julija.stojkovic\\Downloads\\ScreeningTestApp\\ScreeningTestApp\\ScreeningTest.Data\\ScreeningTest.Data.csproj": { | |||
| "projectPath": "C:\\Users\\julija.stojkovic\\Downloads\\ScreeningTestApp\\ScreeningTestApp\\ScreeningTest.Data\\ScreeningTest.Data.csproj" | |||
| } | |||
| } | |||
| } | |||
| }, | |||
| "warningProperties": { | |||
| "warnAsError": [ | |||
| "NU1605" | |||
| ] | |||
| } | |||
| }, | |||
| "frameworks": { | |||
| "net5.0": { | |||
| "targetAlias": "net5.0", | |||
| "dependencies": { | |||
| "AutoMapper": { | |||
| "target": "Package", | |||
| "version": "[11.0.1, )" | |||
| }, | |||
| "MailKit": { | |||
| "target": "Package", | |||
| "version": "[2.13.0, )" | |||
| }, | |||
| "Microsoft.EntityFrameworkCore.SqlServer": { | |||
| "target": "Package", | |||
| "version": "[5.0.7, )" | |||
| }, | |||
| "Microsoft.Extensions.Configuration.Binder": { | |||
| "target": "Package", | |||
| "version": "[5.0.0, )" | |||
| }, | |||
| "Microsoft.Extensions.DependencyInjection.Abstractions": { | |||
| "target": "Package", | |||
| "version": "[5.0.0, )" | |||
| } | |||
| }, | |||
| "imports": [ | |||
| "net461", | |||
| "net462", | |||
| "net47", | |||
| "net471", | |||
| "net472", | |||
| "net48" | |||
| ], | |||
| "assetTargetFallback": true, | |||
| "warn": true, | |||
| "frameworkReferences": { | |||
| "Microsoft.NETCore.App": { | |||
| "privateAssets": "all" | |||
| } | |||
| }, | |||
| "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.300\\RuntimeIdentifierGraph.json" | |||
| } | |||
| } | |||
| }, | |||
| "C:\\Users\\julija.stojkovic\\Downloads\\ScreeningTestApp\\ScreeningTestApp\\ScreeningTest.Data\\ScreeningTest.Data.csproj": { | |||
| "version": "1.0.0", | |||
| "restore": { | |||
| "projectUniqueName": "C:\\Users\\julija.stojkovic\\Downloads\\ScreeningTestApp\\ScreeningTestApp\\ScreeningTest.Data\\ScreeningTest.Data.csproj", | |||
| "projectName": "ScreeningTest.Data", | |||
| "projectPath": "C:\\Users\\julija.stojkovic\\Downloads\\ScreeningTestApp\\ScreeningTestApp\\ScreeningTest.Data\\ScreeningTest.Data.csproj", | |||
| "packagesPath": "C:\\Users\\julija.stojkovic\\.nuget\\packages\\", | |||
| "outputPath": "C:\\Users\\julija.stojkovic\\Downloads\\ScreeningTestApp\\ScreeningTestApp\\ScreeningTest.Data\\obj\\", | |||
| "projectStyle": "PackageReference", | |||
| "configFilePaths": [ | |||
| "C:\\Users\\julija.stojkovic\\AppData\\Roaming\\NuGet\\NuGet.Config", | |||
| "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | |||
| ], | |||
| "originalTargetFrameworks": [ | |||
| "net5.0" | |||
| ], | |||
| "sources": { | |||
| "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, | |||
| "https://api.nuget.org/v3/index.json": {} | |||
| }, | |||
| "frameworks": { | |||
| "net5.0": { | |||
| "targetAlias": "net5.0", | |||
| "projectReferences": {} | |||
| } | |||
| }, | |||
| "warningProperties": { | |||
| "warnAsError": [ | |||
| "NU1605" | |||
| ] | |||
| } | |||
| }, | |||
| "frameworks": { | |||
| "net5.0": { | |||
| "targetAlias": "net5.0", | |||
| "dependencies": { | |||
| "AutoMapper": { | |||
| "target": "Package", | |||
| "version": "[11.0.1, )" | |||
| }, | |||
| "Microsoft.AspNetCore.Identity.EntityFrameworkCore": { | |||
| "target": "Package", | |||
| "version": "[5.0.4, )" | |||
| }, | |||
| "Microsoft.EntityFrameworkCore": { | |||
| "target": "Package", | |||
| "version": "[5.0.7, )" | |||
| }, | |||
| "Microsoft.EntityFrameworkCore.SqlServer": { | |||
| "target": "Package", | |||
| "version": "[5.0.7, )" | |||
| }, | |||
| "Microsoft.EntityFrameworkCore.Tools": { | |||
| "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", | |||
| "suppressParent": "All", | |||
| "target": "Package", | |||
| "version": "[5.0.4, )" | |||
| }, | |||
| "Microsoft.Extensions.Configuration": { | |||
| "target": "Package", | |||
| "version": "[5.0.0, )" | |||
| }, | |||
| "Microsoft.Extensions.Configuration.Json": { | |||
| "target": "Package", | |||
| "version": "[5.0.0, )" | |||
| } | |||
| }, | |||
| "imports": [ | |||
| "net461", | |||
| "net462", | |||
| "net47", | |||
| "net471", | |||
| "net472", | |||
| "net48" | |||
| ], | |||
| "assetTargetFallback": true, | |||
| "warn": true, | |||
| "frameworkReferences": { | |||
| "Microsoft.NETCore.App": { | |||
| "privateAssets": "all" | |||
| } | |||
| }, | |||
| "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.300\\RuntimeIdentifierGraph.json" | |||
| } | |||
| } | |||
| } | |||
| } | |||
| } | |||
| @@ -0,0 +1,18 @@ | |||
| <?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\julija.stojkovic\.nuget\packages\</NuGetPackageFolders> | |||
| <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> | |||
| <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.2.0</NuGetToolVersion> | |||
| </PropertyGroup> | |||
| <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | |||
| <SourceRoot Include="C:\Users\julija.stojkovic\.nuget\packages\" /> | |||
| </ItemGroup> | |||
| <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | |||
| <PkgNewtonsoft_Json Condition=" '$(PkgNewtonsoft_Json)' == '' ">C:\Users\julija.stojkovic\.nuget\packages\newtonsoft.json\10.0.1</PkgNewtonsoft_Json> | |||
| </PropertyGroup> | |||
| </Project> | |||
| @@ -0,0 +1,2 @@ | |||
| <?xml version="1.0" encoding="utf-8" standalone="no"?> | |||
| <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" /> | |||
| @@ -0,0 +1,122 @@ | |||
| { | |||
| "version": 2, | |||
| "dgSpecHash": "rzyMAE0y0bO++0S9vu4eE05TI4t4QyxwYjndAaROA9nQF1pRgH0GHfECFev9EANemwidXH6tak9vWt6P3lBjKA==", | |||
| "success": true, | |||
| "projectFilePath": "C:\\Users\\julija.stojkovic\\source\\repos\\secure-sharing\\MVCTemplate.Business\\MVCTemplate.Business.csproj", | |||
| "expectedPackageFiles": [ | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\automapper\\11.0.1\\automapper.11.0.1.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\mailkit\\2.13.0\\mailkit.2.13.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.aspnetcore.authentication.google\\5.0.7\\microsoft.aspnetcore.authentication.google.5.0.7.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.aspnetcore.cryptography.internal\\5.0.4\\microsoft.aspnetcore.cryptography.internal.5.0.4.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.aspnetcore.cryptography.keyderivation\\5.0.4\\microsoft.aspnetcore.cryptography.keyderivation.5.0.4.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.aspnetcore.identity.entityframeworkcore\\5.0.4\\microsoft.aspnetcore.identity.entityframeworkcore.5.0.4.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.csharp\\4.7.0\\microsoft.csharp.4.7.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.data.sqlclient\\2.0.1\\microsoft.data.sqlclient.2.0.1.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.data.sqlclient.sni.runtime\\2.0.1\\microsoft.data.sqlclient.sni.runtime.2.0.1.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.entityframeworkcore\\5.0.7\\microsoft.entityframeworkcore.5.0.7.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.entityframeworkcore.abstractions\\5.0.7\\microsoft.entityframeworkcore.abstractions.5.0.7.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.entityframeworkcore.analyzers\\5.0.7\\microsoft.entityframeworkcore.analyzers.5.0.7.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.entityframeworkcore.relational\\5.0.7\\microsoft.entityframeworkcore.relational.5.0.7.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.entityframeworkcore.sqlserver\\5.0.7\\microsoft.entityframeworkcore.sqlserver.5.0.7.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\5.0.0\\microsoft.extensions.caching.abstractions.5.0.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.extensions.caching.memory\\5.0.0\\microsoft.extensions.caching.memory.5.0.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.extensions.configuration\\5.0.0\\microsoft.extensions.configuration.5.0.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\5.0.0\\microsoft.extensions.configuration.abstractions.5.0.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.extensions.configuration.binder\\5.0.0\\microsoft.extensions.configuration.binder.5.0.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.extensions.configuration.fileextensions\\5.0.0\\microsoft.extensions.configuration.fileextensions.5.0.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.extensions.configuration.json\\5.0.0\\microsoft.extensions.configuration.json.5.0.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\5.0.1\\microsoft.extensions.dependencyinjection.5.0.1.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\5.0.0\\microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.extensions.fileproviders.abstractions\\5.0.0\\microsoft.extensions.fileproviders.abstractions.5.0.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.extensions.fileproviders.physical\\5.0.0\\microsoft.extensions.fileproviders.physical.5.0.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.extensions.filesystemglobbing\\5.0.0\\microsoft.extensions.filesystemglobbing.5.0.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.extensions.identity.core\\5.0.4\\microsoft.extensions.identity.core.5.0.4.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.extensions.identity.stores\\5.0.4\\microsoft.extensions.identity.stores.5.0.4.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.extensions.logging\\5.0.0\\microsoft.extensions.logging.5.0.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\5.0.0\\microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.extensions.options\\5.0.0\\microsoft.extensions.options.5.0.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.extensions.primitives\\5.0.0\\microsoft.extensions.primitives.5.0.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.identity.client\\4.14.0\\microsoft.identity.client.4.14.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\5.6.0\\microsoft.identitymodel.jsonwebtokens.5.6.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.identitymodel.logging\\5.6.0\\microsoft.identitymodel.logging.5.6.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.identitymodel.protocols\\5.6.0\\microsoft.identitymodel.protocols.5.6.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\5.6.0\\microsoft.identitymodel.protocols.openidconnect.5.6.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.identitymodel.tokens\\5.6.0\\microsoft.identitymodel.tokens.5.6.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.netcore.platforms\\3.1.0\\microsoft.netcore.platforms.3.1.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.netcore.targets\\1.1.3\\microsoft.netcore.targets.1.1.3.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.win32.registry\\4.7.0\\microsoft.win32.registry.4.7.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\microsoft.win32.systemevents\\4.7.0\\microsoft.win32.systemevents.4.7.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\mimekit\\2.13.0\\mimekit.2.13.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\newtonsoft.json\\10.0.1\\newtonsoft.json.10.0.1.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\portable.bouncycastle\\1.8.10\\portable.bouncycastle.1.8.10.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\runtime.native.system\\4.3.0\\runtime.native.system.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.buffers\\4.5.1\\system.buffers.4.5.1.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.collections.concurrent\\4.3.0\\system.collections.concurrent.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.collections.immutable\\5.0.0\\system.collections.immutable.5.0.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.collections.nongeneric\\4.3.0\\system.collections.nongeneric.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.collections.specialized\\4.3.0\\system.collections.specialized.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.componentmodel\\4.3.0\\system.componentmodel.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.componentmodel.annotations\\5.0.0\\system.componentmodel.annotations.5.0.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.componentmodel.primitives\\4.3.0\\system.componentmodel.primitives.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.componentmodel.typeconverter\\4.3.0\\system.componentmodel.typeconverter.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.configuration.configurationmanager\\4.7.0\\system.configuration.configurationmanager.4.7.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.diagnostics.debug\\4.3.0\\system.diagnostics.debug.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.diagnostics.diagnosticsource\\5.0.1\\system.diagnostics.diagnosticsource.5.0.1.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.diagnostics.tools\\4.3.0\\system.diagnostics.tools.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.diagnostics.tracing\\4.3.0\\system.diagnostics.tracing.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.drawing.common\\4.7.0\\system.drawing.common.4.7.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.dynamic.runtime\\4.3.0\\system.dynamic.runtime.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.globalization.extensions\\4.3.0\\system.globalization.extensions.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.identitymodel.tokens.jwt\\5.6.0\\system.identitymodel.tokens.jwt.5.6.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.io.filesystem\\4.3.0\\system.io.filesystem.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.io.filesystem.primitives\\4.3.0\\system.io.filesystem.primitives.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.linq\\4.3.0\\system.linq.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.linq.expressions\\4.3.0\\system.linq.expressions.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.net.nameresolution\\4.3.0\\system.net.nameresolution.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.net.primitives\\4.3.0\\system.net.primitives.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.objectmodel\\4.3.0\\system.objectmodel.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.private.datacontractserialization\\4.3.0\\system.private.datacontractserialization.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.private.uri\\4.3.2\\system.private.uri.4.3.2.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.reflection.emit\\4.3.0\\system.reflection.emit.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.reflection.emit.ilgeneration\\4.3.0\\system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.reflection.emit.lightweight\\4.3.0\\system.reflection.emit.lightweight.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.reflection.extensions\\4.3.0\\system.reflection.extensions.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.reflection.typeextensions\\4.4.0\\system.reflection.typeextensions.4.4.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.runtime.caching\\4.7.0\\system.runtime.caching.4.7.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.runtime.numerics\\4.3.0\\system.runtime.numerics.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.runtime.serialization.formatters\\4.3.0\\system.runtime.serialization.formatters.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.runtime.serialization.json\\4.3.0\\system.runtime.serialization.json.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.runtime.serialization.primitives\\4.3.0\\system.runtime.serialization.primitives.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.security.accesscontrol\\4.7.0\\system.security.accesscontrol.4.7.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.security.cryptography.cng\\4.7.0\\system.security.cryptography.cng.4.7.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.security.cryptography.pkcs\\4.7.0\\system.security.cryptography.pkcs.4.7.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.security.cryptography.primitives\\4.3.0\\system.security.cryptography.primitives.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.security.cryptography.protecteddata\\4.7.0\\system.security.cryptography.protecteddata.4.7.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.security.permissions\\4.7.0\\system.security.permissions.4.7.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.security.principal.windows\\4.7.0\\system.security.principal.windows.4.7.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.security.securestring\\4.3.0\\system.security.securestring.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.text.encoding.codepages\\4.7.0\\system.text.encoding.codepages.4.7.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.text.encoding.extensions\\4.3.0\\system.text.encoding.extensions.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.text.regularexpressions\\4.3.0\\system.text.regularexpressions.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.threading.tasks.extensions\\4.3.0\\system.threading.tasks.extensions.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.windows.extensions\\4.7.0\\system.windows.extensions.4.7.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.xml.readerwriter\\4.3.0\\system.xml.readerwriter.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.xml.xdocument\\4.3.0\\system.xml.xdocument.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.xml.xmldocument\\4.3.0\\system.xml.xmldocument.4.3.0.nupkg.sha512", | |||
| "C:\\Users\\julija.stojkovic\\.nuget\\packages\\system.xml.xmlserializer\\4.3.0\\system.xml.xmlserializer.4.3.0.nupkg.sha512" | |||
| ], | |||
| "logs": [] | |||
| } | |||
| @@ -0,0 +1,13 @@ | |||
| using System; | |||
| using System.Collections.Generic; | |||
| using System.Linq; | |||
| using System.Text; | |||
| using System.Threading.Tasks; | |||
| namespace MVCTemplate.Data.Data | |||
| { | |||
| public class BaseEntity | |||
| { | |||
| public int Id { get; set; } | |||
| } | |||
| } | |||
| @@ -0,0 +1,15 @@ | |||
| using System; | |||
| using System.Collections.Generic; | |||
| using System.Linq; | |||
| using System.Text; | |||
| using System.Threading.Tasks; | |||
| namespace MVCTemplate.Data.Data | |||
| { | |||
| public class Message:BaseEntity | |||
| { | |||
| public string Text { get; set; } | |||
| public bool IsValid { get; set; } | |||
| public DateTime? ExpiryDate { get; set; } | |||
| } | |||
| } | |||
| @@ -0,0 +1,21 @@ | |||
| using Microsoft.AspNetCore.Identity.EntityFrameworkCore; | |||
| using Microsoft.EntityFrameworkCore; | |||
| using System; | |||
| using System.Collections.Generic; | |||
| using MVCTemplate.Data.Data; | |||
| using System.Linq; | |||
| using System.Text; | |||
| using System.Threading.Tasks; | |||
| namespace MVCTemplate.Data.DbContexts | |||
| { | |||
| public class AppDbContext : IdentityDbContext | |||
| { | |||
| public AppDbContext(DbContextOptions<AppDbContext> options) : base(options) { } | |||
| public DbSet<Message> Messages { get; set; } | |||
| } | |||
| } | |||
| @@ -0,0 +1,26 @@ | |||
| using Microsoft.Extensions.DependencyInjection; | |||
| using Microsoft.EntityFrameworkCore; | |||
| using Microsoft.Extensions.Configuration; | |||
| using System; | |||
| using System.Collections.Generic; | |||
| using System.Linq; | |||
| using System.Text; | |||
| using System.Threading.Tasks; | |||
| using MVCTemplate.Data.DbContexts; | |||
| using Microsoft.AspNetCore.Identity; | |||
| namespace MVCTemplate.Data.Extensions | |||
| { | |||
| public class StartupExtensions | |||
| { | |||
| public static void ConfigureServices(IServiceCollection services) | |||
| { | |||
| var configuration = new ConfigurationBuilder() | |||
| .AddJsonFile(path: "appsettings.json") | |||
| .Build(); | |||
| services.AddDbContext<AppDbContext>(options => | |||
| options.UseSqlServer( | |||
| configuration.GetConnectionString("DefaultConnection"))); | |||
| } | |||
| } | |||
| } | |||
| @@ -0,0 +1,21 @@ | |||
| <Project Sdk="Microsoft.NET.Sdk"> | |||
| <PropertyGroup> | |||
| <TargetFramework>net5.0</TargetFramework> | |||
| </PropertyGroup> | |||
| <ItemGroup> | |||
| <PackageReference Include="AutoMapper" Version="11.0.1" /> | |||
| <PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="5.0.7" /> | |||
| <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.4" /> | |||
| <PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.7" /> | |||
| <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.7" /> | |||
| <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.4"> | |||
| <PrivateAssets>all</PrivateAssets> | |||
| <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | |||
| </PackageReference> | |||
| <PackageReference Include="Microsoft.Extensions.Configuration" Version="5.0.0" /> | |||
| <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" /> | |||
| </ItemGroup> | |||
| </Project> | |||
| @@ -0,0 +1,277 @@ | |||
| // <auto-generated /> | |||
| using System; | |||
| using Microsoft.EntityFrameworkCore; | |||
| using Microsoft.EntityFrameworkCore.Infrastructure; | |||
| using Microsoft.EntityFrameworkCore.Metadata; | |||
| using Microsoft.EntityFrameworkCore.Migrations; | |||
| using Microsoft.EntityFrameworkCore.Storage.ValueConversion; | |||
| using MVCTemplate.Data.DbContexts; | |||
| namespace MVCTemplate.Data.Migrations | |||
| { | |||
| [DbContext(typeof(AppDbContext))] | |||
| [Migration("20220906133332_init")] | |||
| partial class init | |||
| { | |||
| protected override void BuildTargetModel(ModelBuilder modelBuilder) | |||
| { | |||
| #pragma warning disable 612, 618 | |||
| modelBuilder | |||
| .HasAnnotation("Relational:MaxIdentifierLength", 128) | |||
| .HasAnnotation("ProductVersion", "5.0.7") | |||
| .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); | |||
| modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityRole", b => | |||
| { | |||
| b.Property<string>("Id") | |||
| .HasColumnType("nvarchar(450)"); | |||
| b.Property<string>("ConcurrencyStamp") | |||
| .IsConcurrencyToken() | |||
| .HasColumnType("nvarchar(max)"); | |||
| b.Property<string>("Name") | |||
| .HasMaxLength(256) | |||
| .HasColumnType("nvarchar(256)"); | |||
| b.Property<string>("NormalizedName") | |||
| .HasMaxLength(256) | |||
| .HasColumnType("nvarchar(256)"); | |||
| b.HasKey("Id"); | |||
| b.HasIndex("NormalizedName") | |||
| .IsUnique() | |||
| .HasDatabaseName("RoleNameIndex") | |||
| .HasFilter("[NormalizedName] IS NOT NULL"); | |||
| b.ToTable("AspNetRoles"); | |||
| }); | |||
| modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityRoleClaim<string>", b => | |||
| { | |||
| b.Property<int>("Id") | |||
| .ValueGeneratedOnAdd() | |||
| .HasColumnType("int") | |||
| .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); | |||
| b.Property<string>("ClaimType") | |||
| .HasColumnType("nvarchar(max)"); | |||
| b.Property<string>("ClaimValue") | |||
| .HasColumnType("nvarchar(max)"); | |||
| b.Property<string>("RoleId") | |||
| .IsRequired() | |||
| .HasColumnType("nvarchar(450)"); | |||
| b.HasKey("Id"); | |||
| b.HasIndex("RoleId"); | |||
| b.ToTable("AspNetRoleClaims"); | |||
| }); | |||
| modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUser", b => | |||
| { | |||
| b.Property<string>("Id") | |||
| .HasColumnType("nvarchar(450)"); | |||
| b.Property<int>("AccessFailedCount") | |||
| .HasColumnType("int"); | |||
| b.Property<string>("ConcurrencyStamp") | |||
| .IsConcurrencyToken() | |||
| .HasColumnType("nvarchar(max)"); | |||
| b.Property<string>("Email") | |||
| .HasMaxLength(256) | |||
| .HasColumnType("nvarchar(256)"); | |||
| b.Property<bool>("EmailConfirmed") | |||
| .HasColumnType("bit"); | |||
| b.Property<bool>("LockoutEnabled") | |||
| .HasColumnType("bit"); | |||
| b.Property<DateTimeOffset?>("LockoutEnd") | |||
| .HasColumnType("datetimeoffset"); | |||
| b.Property<string>("NormalizedEmail") | |||
| .HasMaxLength(256) | |||
| .HasColumnType("nvarchar(256)"); | |||
| b.Property<string>("NormalizedUserName") | |||
| .HasMaxLength(256) | |||
| .HasColumnType("nvarchar(256)"); | |||
| b.Property<string>("PasswordHash") | |||
| .HasColumnType("nvarchar(max)"); | |||
| b.Property<string>("PhoneNumber") | |||
| .HasColumnType("nvarchar(max)"); | |||
| b.Property<bool>("PhoneNumberConfirmed") | |||
| .HasColumnType("bit"); | |||
| b.Property<string>("SecurityStamp") | |||
| .HasColumnType("nvarchar(max)"); | |||
| b.Property<bool>("TwoFactorEnabled") | |||
| .HasColumnType("bit"); | |||
| b.Property<string>("UserName") | |||
| .HasMaxLength(256) | |||
| .HasColumnType("nvarchar(256)"); | |||
| b.HasKey("Id"); | |||
| b.HasIndex("NormalizedEmail") | |||
| .HasDatabaseName("EmailIndex"); | |||
| b.HasIndex("NormalizedUserName") | |||
| .IsUnique() | |||
| .HasDatabaseName("UserNameIndex") | |||
| .HasFilter("[NormalizedUserName] IS NOT NULL"); | |||
| b.ToTable("AspNetUsers"); | |||
| }); | |||
| modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUserClaim<string>", b => | |||
| { | |||
| b.Property<int>("Id") | |||
| .ValueGeneratedOnAdd() | |||
| .HasColumnType("int") | |||
| .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); | |||
| b.Property<string>("ClaimType") | |||
| .HasColumnType("nvarchar(max)"); | |||
| b.Property<string>("ClaimValue") | |||
| .HasColumnType("nvarchar(max)"); | |||
| b.Property<string>("UserId") | |||
| .IsRequired() | |||
| .HasColumnType("nvarchar(450)"); | |||
| b.HasKey("Id"); | |||
| b.HasIndex("UserId"); | |||
| b.ToTable("AspNetUserClaims"); | |||
| }); | |||
| modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUserLogin<string>", b => | |||
| { | |||
| b.Property<string>("LoginProvider") | |||
| .HasMaxLength(128) | |||
| .HasColumnType("nvarchar(128)"); | |||
| b.Property<string>("ProviderKey") | |||
| .HasMaxLength(128) | |||
| .HasColumnType("nvarchar(128)"); | |||
| b.Property<string>("ProviderDisplayName") | |||
| .HasColumnType("nvarchar(max)"); | |||
| b.Property<string>("UserId") | |||
| .IsRequired() | |||
| .HasColumnType("nvarchar(450)"); | |||
| b.HasKey("LoginProvider", "ProviderKey"); | |||
| b.HasIndex("UserId"); | |||
| b.ToTable("AspNetUserLogins"); | |||
| }); | |||
| modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUserRole<string>", b => | |||
| { | |||
| b.Property<string>("UserId") | |||
| .HasColumnType("nvarchar(450)"); | |||
| b.Property<string>("RoleId") | |||
| .HasColumnType("nvarchar(450)"); | |||
| b.HasKey("UserId", "RoleId"); | |||
| b.HasIndex("RoleId"); | |||
| b.ToTable("AspNetUserRoles"); | |||
| }); | |||
| modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUserToken<string>", b => | |||
| { | |||
| b.Property<string>("UserId") | |||
| .HasColumnType("nvarchar(450)"); | |||
| b.Property<string>("LoginProvider") | |||
| .HasMaxLength(128) | |||
| .HasColumnType("nvarchar(128)"); | |||
| b.Property<string>("Name") | |||
| .HasMaxLength(128) | |||
| .HasColumnType("nvarchar(128)"); | |||
| b.Property<string>("Value") | |||
| .HasColumnType("nvarchar(max)"); | |||
| b.HasKey("UserId", "LoginProvider", "Name"); | |||
| b.ToTable("AspNetUserTokens"); | |||
| }); | |||
| modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityRoleClaim<string>", b => | |||
| { | |||
| b.HasOne("Microsoft.AspNetCore.Identity.IdentityRole", null) | |||
| .WithMany() | |||
| .HasForeignKey("RoleId") | |||
| .OnDelete(DeleteBehavior.Cascade) | |||
| .IsRequired(); | |||
| }); | |||
| modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUserClaim<string>", b => | |||
| { | |||
| b.HasOne("Microsoft.AspNetCore.Identity.IdentityUser", null) | |||
| .WithMany() | |||
| .HasForeignKey("UserId") | |||
| .OnDelete(DeleteBehavior.Cascade) | |||
| .IsRequired(); | |||
| }); | |||
| modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUserLogin<string>", b => | |||
| { | |||
| b.HasOne("Microsoft.AspNetCore.Identity.IdentityUser", null) | |||
| .WithMany() | |||
| .HasForeignKey("UserId") | |||
| .OnDelete(DeleteBehavior.Cascade) | |||
| .IsRequired(); | |||
| }); | |||
| modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUserRole<string>", b => | |||
| { | |||
| b.HasOne("Microsoft.AspNetCore.Identity.IdentityRole", null) | |||
| .WithMany() | |||
| .HasForeignKey("RoleId") | |||
| .OnDelete(DeleteBehavior.Cascade) | |||
| .IsRequired(); | |||
| b.HasOne("Microsoft.AspNetCore.Identity.IdentityUser", null) | |||
| .WithMany() | |||
| .HasForeignKey("UserId") | |||
| .OnDelete(DeleteBehavior.Cascade) | |||
| .IsRequired(); | |||
| }); | |||
| modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUserToken<string>", b => | |||
| { | |||
| b.HasOne("Microsoft.AspNetCore.Identity.IdentityUser", null) | |||
| .WithMany() | |||
| .HasForeignKey("UserId") | |||
| .OnDelete(DeleteBehavior.Cascade) | |||
| .IsRequired(); | |||
| }); | |||
| #pragma warning restore 612, 618 | |||
| } | |||
| } | |||
| } | |||
| @@ -0,0 +1,219 @@ | |||
| using System; | |||
| using Microsoft.EntityFrameworkCore.Migrations; | |||
| namespace MVCTemplate.Data.Migrations | |||
| { | |||
| public partial class init : Migration | |||
| { | |||
| protected override void Up(MigrationBuilder migrationBuilder) | |||
| { | |||
| migrationBuilder.CreateTable( | |||
| name: "AspNetRoles", | |||
| columns: table => new | |||
| { | |||
| Id = table.Column<string>(type: "nvarchar(450)", nullable: false), | |||
| Name = table.Column<string>(type: "nvarchar(256)", maxLength: 256, nullable: true), | |||
| NormalizedName = table.Column<string>(type: "nvarchar(256)", maxLength: 256, nullable: true), | |||
| ConcurrencyStamp = table.Column<string>(type: "nvarchar(max)", nullable: true) | |||
| }, | |||
| constraints: table => | |||
| { | |||
| table.PrimaryKey("PK_AspNetRoles", x => x.Id); | |||
| }); | |||
| migrationBuilder.CreateTable( | |||
| name: "AspNetUsers", | |||
| columns: table => new | |||
| { | |||
| Id = table.Column<string>(type: "nvarchar(450)", nullable: false), | |||
| UserName = table.Column<string>(type: "nvarchar(256)", maxLength: 256, nullable: true), | |||
| NormalizedUserName = table.Column<string>(type: "nvarchar(256)", maxLength: 256, nullable: true), | |||
| Email = table.Column<string>(type: "nvarchar(256)", maxLength: 256, nullable: true), | |||
| NormalizedEmail = table.Column<string>(type: "nvarchar(256)", maxLength: 256, nullable: true), | |||
| EmailConfirmed = table.Column<bool>(type: "bit", nullable: false), | |||
| PasswordHash = table.Column<string>(type: "nvarchar(max)", nullable: true), | |||
| SecurityStamp = table.Column<string>(type: "nvarchar(max)", nullable: true), | |||
| ConcurrencyStamp = table.Column<string>(type: "nvarchar(max)", nullable: true), | |||
| PhoneNumber = table.Column<string>(type: "nvarchar(max)", nullable: true), | |||
| PhoneNumberConfirmed = table.Column<bool>(type: "bit", nullable: false), | |||
| TwoFactorEnabled = table.Column<bool>(type: "bit", nullable: false), | |||
| LockoutEnd = table.Column<DateTimeOffset>(type: "datetimeoffset", nullable: true), | |||
| LockoutEnabled = table.Column<bool>(type: "bit", nullable: false), | |||
| AccessFailedCount = table.Column<int>(type: "int", nullable: false) | |||
| }, | |||
| constraints: table => | |||
| { | |||
| table.PrimaryKey("PK_AspNetUsers", x => x.Id); | |||
| }); | |||
| migrationBuilder.CreateTable( | |||
| name: "AspNetRoleClaims", | |||
| columns: table => new | |||
| { | |||
| Id = table.Column<int>(type: "int", nullable: false) | |||
| .Annotation("SqlServer:Identity", "1, 1"), | |||
| RoleId = table.Column<string>(type: "nvarchar(450)", nullable: false), | |||
| ClaimType = table.Column<string>(type: "nvarchar(max)", nullable: true), | |||
| ClaimValue = table.Column<string>(type: "nvarchar(max)", nullable: true) | |||
| }, | |||
| constraints: table => | |||
| { | |||
| table.PrimaryKey("PK_AspNetRoleClaims", x => x.Id); | |||
| table.ForeignKey( | |||
| name: "FK_AspNetRoleClaims_AspNetRoles_RoleId", | |||
| column: x => x.RoleId, | |||
| principalTable: "AspNetRoles", | |||
| principalColumn: "Id", | |||
| onDelete: ReferentialAction.Cascade); | |||
| }); | |||
| migrationBuilder.CreateTable( | |||
| name: "AspNetUserClaims", | |||
| columns: table => new | |||
| { | |||
| Id = table.Column<int>(type: "int", nullable: false) | |||
| .Annotation("SqlServer:Identity", "1, 1"), | |||
| UserId = table.Column<string>(type: "nvarchar(450)", nullable: false), | |||
| ClaimType = table.Column<string>(type: "nvarchar(max)", nullable: true), | |||
| ClaimValue = table.Column<string>(type: "nvarchar(max)", nullable: true) | |||
| }, | |||
| constraints: table => | |||
| { | |||
| table.PrimaryKey("PK_AspNetUserClaims", x => x.Id); | |||
| table.ForeignKey( | |||
| name: "FK_AspNetUserClaims_AspNetUsers_UserId", | |||
| column: x => x.UserId, | |||
| principalTable: "AspNetUsers", | |||
| principalColumn: "Id", | |||
| onDelete: ReferentialAction.Cascade); | |||
| }); | |||
| migrationBuilder.CreateTable( | |||
| name: "AspNetUserLogins", | |||
| columns: table => new | |||
| { | |||
| LoginProvider = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: false), | |||
| ProviderKey = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: false), | |||
| ProviderDisplayName = table.Column<string>(type: "nvarchar(max)", nullable: true), | |||
| UserId = table.Column<string>(type: "nvarchar(450)", nullable: false) | |||
| }, | |||
| constraints: table => | |||
| { | |||
| table.PrimaryKey("PK_AspNetUserLogins", x => new { x.LoginProvider, x.ProviderKey }); | |||
| table.ForeignKey( | |||
| name: "FK_AspNetUserLogins_AspNetUsers_UserId", | |||
| column: x => x.UserId, | |||
| principalTable: "AspNetUsers", | |||
| principalColumn: "Id", | |||
| onDelete: ReferentialAction.Cascade); | |||
| }); | |||
| migrationBuilder.CreateTable( | |||
| name: "AspNetUserRoles", | |||
| columns: table => new | |||
| { | |||
| UserId = table.Column<string>(type: "nvarchar(450)", nullable: false), | |||
| RoleId = table.Column<string>(type: "nvarchar(450)", nullable: false) | |||
| }, | |||
| constraints: table => | |||
| { | |||
| table.PrimaryKey("PK_AspNetUserRoles", x => new { x.UserId, x.RoleId }); | |||
| table.ForeignKey( | |||
| name: "FK_AspNetUserRoles_AspNetRoles_RoleId", | |||
| column: x => x.RoleId, | |||
| principalTable: "AspNetRoles", | |||
| principalColumn: "Id", | |||
| onDelete: ReferentialAction.Cascade); | |||
| table.ForeignKey( | |||
| name: "FK_AspNetUserRoles_AspNetUsers_UserId", | |||
| column: x => x.UserId, | |||
| principalTable: "AspNetUsers", | |||
| principalColumn: "Id", | |||
| onDelete: ReferentialAction.Cascade); | |||
| }); | |||
| migrationBuilder.CreateTable( | |||
| name: "AspNetUserTokens", | |||
| columns: table => new | |||
| { | |||
| UserId = table.Column<string>(type: "nvarchar(450)", nullable: false), | |||
| LoginProvider = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: false), | |||
| Name = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: false), | |||
| Value = table.Column<string>(type: "nvarchar(max)", nullable: true) | |||
| }, | |||
| constraints: table => | |||
| { | |||
| table.PrimaryKey("PK_AspNetUserTokens", x => new { x.UserId, x.LoginProvider, x.Name }); | |||
| table.ForeignKey( | |||
| name: "FK_AspNetUserTokens_AspNetUsers_UserId", | |||
| column: x => x.UserId, | |||
| principalTable: "AspNetUsers", | |||
| principalColumn: "Id", | |||
| onDelete: ReferentialAction.Cascade); | |||
| }); | |||
| migrationBuilder.CreateIndex( | |||
| name: "IX_AspNetRoleClaims_RoleId", | |||
| table: "AspNetRoleClaims", | |||
| column: "RoleId"); | |||
| migrationBuilder.CreateIndex( | |||
| name: "RoleNameIndex", | |||
| table: "AspNetRoles", | |||
| column: "NormalizedName", | |||
| unique: true, | |||
| filter: "[NormalizedName] IS NOT NULL"); | |||
| migrationBuilder.CreateIndex( | |||
| name: "IX_AspNetUserClaims_UserId", | |||
| table: "AspNetUserClaims", | |||
| column: "UserId"); | |||
| migrationBuilder.CreateIndex( | |||
| name: "IX_AspNetUserLogins_UserId", | |||
| table: "AspNetUserLogins", | |||
| column: "UserId"); | |||
| migrationBuilder.CreateIndex( | |||
| name: "IX_AspNetUserRoles_RoleId", | |||
| table: "AspNetUserRoles", | |||
| column: "RoleId"); | |||
| migrationBuilder.CreateIndex( | |||
| name: "EmailIndex", | |||
| table: "AspNetUsers", | |||
| column: "NormalizedEmail"); | |||
| migrationBuilder.CreateIndex( | |||
| name: "UserNameIndex", | |||
| table: "AspNetUsers", | |||
| column: "NormalizedUserName", | |||
| unique: true, | |||
| filter: "[NormalizedUserName] IS NOT NULL"); | |||
| } | |||
| protected override void Down(MigrationBuilder migrationBuilder) | |||
| { | |||
| migrationBuilder.DropTable( | |||
| name: "AspNetRoleClaims"); | |||
| migrationBuilder.DropTable( | |||
| name: "AspNetUserClaims"); | |||
| migrationBuilder.DropTable( | |||
| name: "AspNetUserLogins"); | |||
| migrationBuilder.DropTable( | |||
| name: "AspNetUserRoles"); | |||
| migrationBuilder.DropTable( | |||
| name: "AspNetUserTokens"); | |||
| migrationBuilder.DropTable( | |||
| name: "AspNetRoles"); | |||
| migrationBuilder.DropTable( | |||
| name: "AspNetUsers"); | |||
| } | |||
| } | |||
| } | |||
| @@ -0,0 +1,292 @@ | |||
| // <auto-generated /> | |||
| using System; | |||
| using MVCTemplate.Data.DbContexts; | |||
| using Microsoft.EntityFrameworkCore; | |||
| using Microsoft.EntityFrameworkCore.Infrastructure; | |||
| using Microsoft.EntityFrameworkCore.Metadata; | |||
| using Microsoft.EntityFrameworkCore.Migrations; | |||
| using Microsoft.EntityFrameworkCore.Storage.ValueConversion; | |||
| namespace MVCTemplate.Data.Migrations | |||
| { | |||
| [DbContext(typeof(AppDbContext))] | |||
| [Migration("20220908115806_AddMessagesTable")] | |||
| partial class AddMessagesTable | |||
| { | |||
| protected override void BuildTargetModel(ModelBuilder modelBuilder) | |||
| { | |||
| #pragma warning disable 612, 618 | |||
| modelBuilder | |||
| .HasAnnotation("Relational:MaxIdentifierLength", 128) | |||
| .HasAnnotation("ProductVersion", "5.0.7") | |||
| .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); | |||
| modelBuilder.Entity("MVCTemplate.Data.Data.Message", b => | |||
| { | |||
| b.Property<int>("Id") | |||
| .ValueGeneratedOnAdd() | |||
| .HasColumnType("int") | |||
| .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); | |||
| b.Property<string>("Text") | |||
| .HasColumnType("nvarchar(max)"); | |||
| b.HasKey("Id"); | |||
| b.ToTable("Messages"); | |||
| }); | |||
| modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityRole", b => | |||
| { | |||
| b.Property<string>("Id") | |||
| .HasColumnType("nvarchar(450)"); | |||
| b.Property<string>("ConcurrencyStamp") | |||
| .IsConcurrencyToken() | |||
| .HasColumnType("nvarchar(max)"); | |||
| b.Property<string>("Name") | |||
| .HasMaxLength(256) | |||
| .HasColumnType("nvarchar(256)"); | |||
| b.Property<string>("NormalizedName") | |||
| .HasMaxLength(256) | |||
| .HasColumnType("nvarchar(256)"); | |||
| b.HasKey("Id"); | |||
| b.HasIndex("NormalizedName") | |||
| .IsUnique() | |||
| .HasDatabaseName("RoleNameIndex") | |||
| .HasFilter("[NormalizedName] IS NOT NULL"); | |||
| b.ToTable("AspNetRoles"); | |||
| }); | |||
| modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityRoleClaim<string>", b => | |||
| { | |||
| b.Property<int>("Id") | |||
| .ValueGeneratedOnAdd() | |||
| .HasColumnType("int") | |||
| .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); | |||
| b.Property<string>("ClaimType") | |||
| .HasColumnType("nvarchar(max)"); | |||
| b.Property<string>("ClaimValue") | |||
| .HasColumnType("nvarchar(max)"); | |||
| b.Property<string>("RoleId") | |||
| .IsRequired() | |||
| .HasColumnType("nvarchar(450)"); | |||
| b.HasKey("Id"); | |||
| b.HasIndex("RoleId"); | |||
| b.ToTable("AspNetRoleClaims"); | |||
| }); | |||
| modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUser", b => | |||
| { | |||
| b.Property<string>("Id") | |||
| .HasColumnType("nvarchar(450)"); | |||
| b.Property<int>("AccessFailedCount") | |||
| .HasColumnType("int"); | |||
| b.Property<string>("ConcurrencyStamp") | |||
| .IsConcurrencyToken() | |||
| .HasColumnType("nvarchar(max)"); | |||
| b.Property<string>("Email") | |||
| .HasMaxLength(256) | |||
| .HasColumnType("nvarchar(256)"); | |||
| b.Property<bool>("EmailConfirmed") | |||
| .HasColumnType("bit"); | |||
| b.Property<bool>("LockoutEnabled") | |||
| .HasColumnType("bit"); | |||
| b.Property<DateTimeOffset?>("LockoutEnd") | |||
| .HasColumnType("datetimeoffset"); | |||
| b.Property<string>("NormalizedEmail") | |||
| .HasMaxLength(256) | |||
| .HasColumnType("nvarchar(256)"); | |||
| b.Property<string>("NormalizedUserName") | |||
| .HasMaxLength(256) | |||
| .HasColumnType("nvarchar(256)"); | |||
| b.Property<string>("PasswordHash") | |||
| .HasColumnType("nvarchar(max)"); | |||
| b.Property<string>("PhoneNumber") | |||
| .HasColumnType("nvarchar(max)"); | |||
| b.Property<bool>("PhoneNumberConfirmed") | |||
| .HasColumnType("bit"); | |||
| b.Property<string>("SecurityStamp") | |||
| .HasColumnType("nvarchar(max)"); | |||
| b.Property<bool>("TwoFactorEnabled") | |||
| .HasColumnType("bit"); | |||
| b.Property<string>("UserName") | |||
| .HasMaxLength(256) | |||
| .HasColumnType("nvarchar(256)"); | |||
| b.HasKey("Id"); | |||
| b.HasIndex("NormalizedEmail") | |||
| .HasDatabaseName("EmailIndex"); | |||
| b.HasIndex("NormalizedUserName") | |||
| .IsUnique() | |||
| .HasDatabaseName("UserNameIndex") | |||
| .HasFilter("[NormalizedUserName] IS NOT NULL"); | |||
| b.ToTable("AspNetUsers"); | |||
| }); | |||
| modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUserClaim<string>", b => | |||
| { | |||
| b.Property<int>("Id") | |||
| .ValueGeneratedOnAdd() | |||
| .HasColumnType("int") | |||
| .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); | |||
| b.Property<string>("ClaimType") | |||
| .HasColumnType("nvarchar(max)"); | |||
| b.Property<string>("ClaimValue") | |||
| .HasColumnType("nvarchar(max)"); | |||
| b.Property<string>("UserId") | |||
| .IsRequired() | |||
| .HasColumnType("nvarchar(450)"); | |||
| b.HasKey("Id"); | |||
| b.HasIndex("UserId"); | |||
| b.ToTable("AspNetUserClaims"); | |||
| }); | |||
| modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUserLogin<string>", b => | |||
| { | |||
| b.Property<string>("LoginProvider") | |||
| .HasMaxLength(128) | |||
| .HasColumnType("nvarchar(128)"); | |||
| b.Property<string>("ProviderKey") | |||
| .HasMaxLength(128) | |||
| .HasColumnType("nvarchar(128)"); | |||
| b.Property<string>("ProviderDisplayName") | |||
| .HasColumnType("nvarchar(max)"); | |||
| b.Property<string>("UserId") | |||
| .IsRequired() | |||
| .HasColumnType("nvarchar(450)"); | |||
| b.HasKey("LoginProvider", "ProviderKey"); | |||
| b.HasIndex("UserId"); | |||
| b.ToTable("AspNetUserLogins"); | |||
| }); | |||
| modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUserRole<string>", b => | |||
| { | |||
| b.Property<string>("UserId") | |||
| .HasColumnType("nvarchar(450)"); | |||
| b.Property<string>("RoleId") | |||
| .HasColumnType("nvarchar(450)"); | |||
| b.HasKey("UserId", "RoleId"); | |||
| b.HasIndex("RoleId"); | |||
| b.ToTable("AspNetUserRoles"); | |||
| }); | |||
| modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUserToken<string>", b => | |||
| { | |||
| b.Property<string>("UserId") | |||
| .HasColumnType("nvarchar(450)"); | |||
| b.Property<string>("LoginProvider") | |||
| .HasMaxLength(128) | |||
| .HasColumnType("nvarchar(128)"); | |||
| b.Property<string>("Name") | |||
| .HasMaxLength(128) | |||
| .HasColumnType("nvarchar(128)"); | |||
| b.Property<string>("Value") | |||
| .HasColumnType("nvarchar(max)"); | |||
| b.HasKey("UserId", "LoginProvider", "Name"); | |||
| b.ToTable("AspNetUserTokens"); | |||
| }); | |||
| modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityRoleClaim<string>", b => | |||
| { | |||
| b.HasOne("Microsoft.AspNetCore.Identity.IdentityRole", null) | |||
| .WithMany() | |||
| .HasForeignKey("RoleId") | |||
| .OnDelete(DeleteBehavior.Cascade) | |||
| .IsRequired(); | |||
| }); | |||
| modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUserClaim<string>", b => | |||
| { | |||
| b.HasOne("Microsoft.AspNetCore.Identity.IdentityUser", null) | |||
| .WithMany() | |||
| .HasForeignKey("UserId") | |||
| .OnDelete(DeleteBehavior.Cascade) | |||
| .IsRequired(); | |||
| }); | |||
| modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUserLogin<string>", b => | |||
| { | |||
| b.HasOne("Microsoft.AspNetCore.Identity.IdentityUser", null) | |||
| .WithMany() | |||
| .HasForeignKey("UserId") | |||
| .OnDelete(DeleteBehavior.Cascade) | |||
| .IsRequired(); | |||
| }); | |||
| modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUserRole<string>", b => | |||
| { | |||
| b.HasOne("Microsoft.AspNetCore.Identity.IdentityRole", null) | |||
| .WithMany() | |||
| .HasForeignKey("RoleId") | |||
| .OnDelete(DeleteBehavior.Cascade) | |||
| .IsRequired(); | |||
| b.HasOne("Microsoft.AspNetCore.Identity.IdentityUser", null) | |||
| .WithMany() | |||
| .HasForeignKey("UserId") | |||
| .OnDelete(DeleteBehavior.Cascade) | |||
| .IsRequired(); | |||
| }); | |||
| modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUserToken<string>", b => | |||
| { | |||
| b.HasOne("Microsoft.AspNetCore.Identity.IdentityUser", null) | |||
| .WithMany() | |||
| .HasForeignKey("UserId") | |||
| .OnDelete(DeleteBehavior.Cascade) | |||
| .IsRequired(); | |||
| }); | |||
| #pragma warning restore 612, 618 | |||
| } | |||
| } | |||
| } | |||
| @@ -0,0 +1,29 @@ | |||
| using Microsoft.EntityFrameworkCore.Migrations; | |||
| namespace MVCTemplate.Data.Migrations | |||
| { | |||
| public partial class AddMessagesTable : Migration | |||
| { | |||
| protected override void Up(MigrationBuilder migrationBuilder) | |||
| { | |||
| migrationBuilder.CreateTable( | |||
| name: "Messages", | |||
| columns: table => new | |||
| { | |||
| Id = table.Column<int>(type: "int", nullable: false) | |||
| .Annotation("SqlServer:Identity", "1, 1"), | |||
| Text = table.Column<string>(type: "nvarchar(max)", nullable: true) | |||
| }, | |||
| constraints: table => | |||
| { | |||
| table.PrimaryKey("PK_Messages", x => x.Id); | |||
| }); | |||
| } | |||
| protected override void Down(MigrationBuilder migrationBuilder) | |||
| { | |||
| migrationBuilder.DropTable( | |||
| name: "Messages"); | |||
| } | |||
| } | |||
| } | |||