Prepare to build the 2.1.7 patch (#3970)

* Prepare 2.1.7 patch
* Add documentation for how we prepare servicing updates
This commit is contained in:
Nate McMaster 2018-11-08 17:07:18 -08:00 committed by GitHub
parent f260f09474
commit 0c6e4bebab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 1387 additions and 8 deletions

View File

@ -36,8 +36,7 @@
</PropertyGroup>
<ItemGroup>
<Repository Include="Common" />
<Repository Include="Identity" />
<Repository Include="IISIntegration" RootPath="$(RepositoryRoot)src\IISIntegration\" />
<Repository Include="MetaPackages" PatchPolicy="CascadeVersions" />
<Repository Include="Scaffolding" PatchPolicy="AlwaysUpdate" />
<Repository Include="Templating" PatchPolicy="AlwaysUpdateAndCascadeVersions" />
@ -55,6 +54,7 @@
<ShippedRepository Include="BasicMiddleware" />
<ShippedRepository Include="BrowserLink" />
<ShippedRepository Include="Caching" />
<ShippedRepository Include="Common" />
<ShippedRepository Include="Configuration" />
<ShippedRepository Include="CORS" />
<ShippedRepository Include="DataProtection" RootPath="$(RepositoryRoot)src\DataProtection\" />
@ -69,7 +69,7 @@
<ShippedRepository Include="HttpAbstractions" />
<ShippedRepository Include="HttpClientFactory" />
<ShippedRepository Include="HttpSysServer" />
<ShippedRepository Include="IISIntegration" RootPath="$(RepositoryRoot)src\IISIntegration\" />
<ShippedRepository Include="Identity" />
<ShippedRepository Include="JavaScriptServices" />
<ShippedRepository Include="JsonPatch" />
<ShippedRepository Include="KestrelHttpServer" />

View File

@ -0,0 +1,37 @@
Preparing new servicing updates
===============================
In order to prepare this repo to build a new servicing update, the following changes need to be made.
* Increment the patch version in the [version.props](/version.props) file in the repository root.
```diff
- <AspNetCorePatchVersion>7</AspNetCorePatchVersion>
+ <AspNetCorePatchVersion>8</AspNetCorePatchVersion>
```
* Update the package archive baselines. This is used to make sure each build
of the package archives we give to Azure only contains new files and does
not require overwriting existing files. See [src/PackageArchive/ZipManifestGenerator/](/src/PackageArchive/ZipManifestGenerator/README.md) for instructions on how to run this tool.
* Update the list of repositories which will contain changes in [build/submodules.props](/build/submodules.props).
* `<ShippedRepository>` items represent repos which were released in a previous patch, and will not contain servicing updates in the next patch.
* `<Repository>` items represent repos which will produce new packages in this patch.
* It is usually best to move everything to `<ShippedRepository>` and then iteratively add them back to `<Repository>` as new repos receive approval to patch.
* Don't change the `PatchPolicy` attribute. The build system uses this to ensure patching rules are obeyed.
* For each repository still listed as a `<Repository>`, update the version.props file in that submodule. For example, https://github.com/aspnet/Templating/pull/824
* The version prefix in repos should match the version of ASP.NET Core.
* Exception: SignalR, which is "1.1", not "2.1".
* This leaves holes in versioning, which is okay. This may mean you increment the patch value by more than one. Example:
* EF Core ships patches in 2.1.4 as "2.1.4"
* EF Core does not ship patches in 2.1.5 or 2.1.6
* EF Core ships in 2.1.7, therefore, EFCore's version.props file should jump from 2.1.4 to 2.1.7.
```diff
<!-- Example change to modules/EntityFrameworkCore/version.props -->
- <VersionPrefix>2.1.4</VersionPrefix>
+ <VersionPrefix>2.1.7</VersionPrefix>
```

@ -1 +1 @@
Subproject commit 96be626c87c3ca325b18aa6653602f5e7087497f
Subproject commit 975011071b02f6937261c604fcde48d7e43030ce

@ -1 +1 @@
Subproject commit 840531e6a03fab451c1efb83098ea4d724a5d03d
Subproject commit 2f81b98c133c24ec699f370bf07b557dd484c646

@ -1 +1 @@
Subproject commit 6bafc157e78371f4ad4c80e4671a9c9a00d03694
Subproject commit 3f26b56fefaa559d1ca9ba9181a249c0af26b9c3

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<DotNetMajorVersion>2</DotNetMajorVersion>
<DotNetMinorVersion>1</DotNetMinorVersion>
<DotNetPatchVersion>2</DotNetPatchVersion>
<DotNetPatchVersion>7</DotNetPatchVersion>
<VersionPrefix>$(DotNetMajorVersion).$(DotNetMinorVersion).$(DotNetPatchVersion)</VersionPrefix>
<AspNetCoreModuleVersionMajor>12</AspNetCoreModuleVersionMajor>
<AspNetCoreModuleVersionMinor>$(DotNetMinorVersion)</AspNetCoreModuleVersionMinor>

View File

@ -0,0 +1,675 @@
libuv\1.10.0\.nupkg.metadata
libuv\1.10.0\.signature.p7s
messagepack\1.7.3.4\.nupkg.metadata
messagepack\1.7.3.4\.signature.p7s
microsoft.applicationinsights.aspnetcore\2.1.1\.nupkg.metadata
microsoft.applicationinsights.aspnetcore\2.1.1\.signature.p7s
microsoft.applicationinsights.dependencycollector\2.4.1\.nupkg.metadata
microsoft.applicationinsights.dependencycollector\2.4.1\.signature.p7s
microsoft.applicationinsights\2.4.0\.nupkg.metadata
microsoft.applicationinsights\2.4.0\.signature.p7s
microsoft.aspnet.webapi.client\5.2.6\.nupkg.metadata
microsoft.aspnetcore.all\2.1.1\.nupkg.metadata
microsoft.aspnetcore.antiforgery\2.1.1\.nupkg.metadata
microsoft.aspnetcore.app\2.1.1\.nupkg.metadata
microsoft.aspnetcore.applicationinsights.hostingstartup\2.1.1\.nupkg.metadata
microsoft.aspnetcore.authentication.abstractions\2.1.1\.nupkg.metadata
microsoft.aspnetcore.authentication.azuread.ui\2.1.1\.nupkg.metadata
microsoft.aspnetcore.authentication.azureadb2c.ui\2.1.1\.nupkg.metadata
microsoft.aspnetcore.authentication.cookies\2.1.1\.nupkg.metadata
microsoft.aspnetcore.authentication.core\2.1.1\.nupkg.metadata
microsoft.aspnetcore.authentication.facebook\2.1.1\.nupkg.metadata
microsoft.aspnetcore.authentication.google\2.1.1\.nupkg.metadata
microsoft.aspnetcore.authentication.jwtbearer\2.1.1\.nupkg.metadata
microsoft.aspnetcore.authentication.microsoftaccount\2.1.1\.nupkg.metadata
microsoft.aspnetcore.authentication.oauth\2.1.1\.nupkg.metadata
microsoft.aspnetcore.authentication.openidconnect\2.1.1\.nupkg.metadata
microsoft.aspnetcore.authentication.twitter\2.1.1\.nupkg.metadata
microsoft.aspnetcore.authentication.wsfederation\2.1.1\.nupkg.metadata
microsoft.aspnetcore.authentication\2.1.1\.nupkg.metadata
microsoft.aspnetcore.authorization.policy\2.1.1\.nupkg.metadata
microsoft.aspnetcore.authorization\2.1.1\.nupkg.metadata
microsoft.aspnetcore.azureappservices.hostingstartup\2.1.1\.nupkg.metadata
microsoft.aspnetcore.azureappservicesintegration\2.1.1\.nupkg.metadata
microsoft.aspnetcore.connections.abstractions\2.1.1\.nupkg.metadata
microsoft.aspnetcore.cookiepolicy\2.1.1\.nupkg.metadata
microsoft.aspnetcore.cors\2.1.1\.nupkg.metadata
microsoft.aspnetcore.cryptography.internal\2.1.1\.nupkg.metadata
microsoft.aspnetcore.cryptography.keyderivation\2.1.1\.nupkg.metadata
microsoft.aspnetcore.dataprotection.abstractions\2.1.1\.nupkg.metadata
microsoft.aspnetcore.dataprotection.azurekeyvault\2.1.1\.nupkg.metadata
microsoft.aspnetcore.dataprotection.azurestorage\2.1.1\.nupkg.metadata
microsoft.aspnetcore.dataprotection.extensions\2.1.1\.nupkg.metadata
microsoft.aspnetcore.dataprotection\2.1.1\.nupkg.metadata
microsoft.aspnetcore.diagnostics.abstractions\2.1.1\.nupkg.metadata
microsoft.aspnetcore.diagnostics.entityframeworkcore\2.1.1\.nupkg.metadata
microsoft.aspnetcore.diagnostics\2.1.1\.nupkg.metadata
microsoft.aspnetcore.hostfiltering\2.1.1\.nupkg.metadata
microsoft.aspnetcore.hosting.abstractions\2.1.1\.nupkg.metadata
microsoft.aspnetcore.hosting.server.abstractions\2.1.1\.nupkg.metadata
microsoft.aspnetcore.hosting\2.1.1\.nupkg.metadata
microsoft.aspnetcore.html.abstractions\2.1.1\.nupkg.metadata
microsoft.aspnetcore.http.abstractions\2.1.1\.nupkg.metadata
microsoft.aspnetcore.http.connections.common\1.0.1\.nupkg.metadata
microsoft.aspnetcore.http.connections\1.0.1\.nupkg.metadata
microsoft.aspnetcore.http.extensions\2.1.1\.nupkg.metadata
microsoft.aspnetcore.http.features\2.1.1\.nupkg.metadata
microsoft.aspnetcore.http\2.1.1\.nupkg.metadata
microsoft.aspnetcore.httpoverrides\2.1.1\.nupkg.metadata
microsoft.aspnetcore.httpspolicy\2.1.1\.nupkg.metadata
microsoft.aspnetcore.identity.entityframeworkcore\2.1.1\.nupkg.metadata
microsoft.aspnetcore.identity.ui\2.1.1\.nupkg.metadata
microsoft.aspnetcore.identity\2.1.1\.nupkg.metadata
microsoft.aspnetcore.jsonpatch\2.1.1\.nupkg.metadata
microsoft.aspnetcore.localization.routing\2.1.1\.nupkg.metadata
microsoft.aspnetcore.localization\2.1.1\.nupkg.metadata
microsoft.aspnetcore.middlewareanalysis\2.1.1\.nupkg.metadata
microsoft.aspnetcore.mvc.abstractions\2.1.1\.nupkg.metadata
microsoft.aspnetcore.mvc.analyzers\2.1.1\.nupkg.metadata
microsoft.aspnetcore.mvc.apiexplorer\2.1.1\.nupkg.metadata
microsoft.aspnetcore.mvc.core\2.1.1\.nupkg.metadata
microsoft.aspnetcore.mvc.cors\2.1.1\.nupkg.metadata
microsoft.aspnetcore.mvc.dataannotations\2.1.1\.nupkg.metadata
microsoft.aspnetcore.mvc.formatters.json\2.1.1\.nupkg.metadata
microsoft.aspnetcore.mvc.formatters.xml\2.1.1\.nupkg.metadata
microsoft.aspnetcore.mvc.localization\2.1.1\.nupkg.metadata
microsoft.aspnetcore.mvc.razor.extensions\2.1.1\.nupkg.metadata
microsoft.aspnetcore.mvc.razor.viewcompilation\2.1.1\.nupkg.metadata
microsoft.aspnetcore.mvc.razor\2.1.1\.nupkg.metadata
microsoft.aspnetcore.mvc.razorpages\2.1.1\.nupkg.metadata
microsoft.aspnetcore.mvc.taghelpers\2.1.1\.nupkg.metadata
microsoft.aspnetcore.mvc.viewfeatures\2.1.1\.nupkg.metadata
microsoft.aspnetcore.mvc\2.1.1\.nupkg.metadata
microsoft.aspnetcore.nodeservices\2.1.1\.nupkg.metadata
microsoft.aspnetcore.owin\2.1.1\.nupkg.metadata
microsoft.aspnetcore.razor.design\2.1.2\.nupkg.metadata
microsoft.aspnetcore.razor.language\2.1.1\.nupkg.metadata
microsoft.aspnetcore.razor.runtime\2.1.1\.nupkg.metadata
microsoft.aspnetcore.razor\2.1.1\.nupkg.metadata
microsoft.aspnetcore.responsecaching.abstractions\2.1.1\.nupkg.metadata
microsoft.aspnetcore.responsecaching\2.1.1\.nupkg.metadata
microsoft.aspnetcore.responsecompression\2.1.1\.nupkg.metadata
microsoft.aspnetcore.rewrite\2.1.1\.nupkg.metadata
microsoft.aspnetcore.routing.abstractions\2.1.1\.nupkg.metadata
microsoft.aspnetcore.routing\2.1.1\.nupkg.metadata
microsoft.aspnetcore.server.httpsys\2.1.1\.nupkg.metadata
microsoft.aspnetcore.server.iisintegration\2.1.1\.nupkg.metadata
microsoft.aspnetcore.server.kestrel.core\2.1.1\.nupkg.metadata
microsoft.aspnetcore.server.kestrel.https\2.1.1\.nupkg.metadata
microsoft.aspnetcore.server.kestrel.transport.abstractions\2.1.1\.nupkg.metadata
microsoft.aspnetcore.server.kestrel.transport.libuv\2.1.1\.nupkg.metadata
microsoft.aspnetcore.server.kestrel.transport.sockets\2.1.1\.nupkg.metadata
microsoft.aspnetcore.server.kestrel\2.1.1\.nupkg.metadata
microsoft.aspnetcore.session\2.1.1\.nupkg.metadata
microsoft.aspnetcore.signalr.common\1.0.1\.nupkg.metadata
microsoft.aspnetcore.signalr.core\1.0.1\.nupkg.metadata
microsoft.aspnetcore.signalr.protocols.json\1.0.1\.nupkg.metadata
microsoft.aspnetcore.signalr.redis\1.0.1\.nupkg.metadata
microsoft.aspnetcore.signalr\1.0.1\.nupkg.metadata
microsoft.aspnetcore.spaservices.extensions\2.1.1\.nupkg.metadata
microsoft.aspnetcore.spaservices\2.1.1\.nupkg.metadata
microsoft.aspnetcore.staticfiles\2.1.1\.nupkg.metadata
microsoft.aspnetcore.websockets\2.1.1\.nupkg.metadata
microsoft.aspnetcore.webutilities\2.1.1\.nupkg.metadata
microsoft.aspnetcore\2.1.1\.nupkg.metadata
microsoft.azure.keyvault.webkey\2.0.7\.nupkg.metadata
microsoft.azure.keyvault.webkey\2.0.7\.signature.p7s
microsoft.azure.keyvault\2.3.2\.nupkg.metadata
microsoft.azure.keyvault\2.3.2\.signature.p7s
microsoft.azure.services.appauthentication\1.0.1\.nupkg.metadata
microsoft.azure.services.appauthentication\1.0.1\.signature.p7s
microsoft.codeanalysis.analyzers\1.1.0\.nupkg.metadata
microsoft.codeanalysis.common\2.8.0\.nupkg.metadata
microsoft.codeanalysis.csharp.workspaces\2.8.0\.nupkg.metadata
microsoft.codeanalysis.csharp\2.8.0\.nupkg.metadata
microsoft.codeanalysis.razor\2.1.1\.nupkg.metadata
microsoft.codeanalysis.workspaces.common\2.8.0\.nupkg.metadata
microsoft.csharp\4.0.1\.nupkg.metadata
microsoft.csharp\4.3.0\.nupkg.metadata
microsoft.csharp\4.5.0\.nupkg.metadata
microsoft.data.edm\5.8.2\.nupkg.metadata
microsoft.data.odata\5.8.2\.nupkg.metadata
microsoft.data.sqlite.core\2.1.0\.nupkg.metadata
microsoft.data.sqlite\2.1.0\.nupkg.metadata
microsoft.dotnet.platformabstractions\2.1.0\.nupkg.metadata
microsoft.entityframeworkcore.abstractions\2.1.1\.nupkg.metadata
microsoft.entityframeworkcore.analyzers\2.1.1\.nupkg.metadata
microsoft.entityframeworkcore.design\2.1.1\.nupkg.metadata
microsoft.entityframeworkcore.inmemory\2.1.1\.nupkg.metadata
microsoft.entityframeworkcore.relational\2.1.1\.nupkg.metadata
microsoft.entityframeworkcore.sqlite.core\2.1.1\.nupkg.metadata
microsoft.entityframeworkcore.sqlite\2.1.1\.nupkg.metadata
microsoft.entityframeworkcore.sqlserver\2.1.1\.nupkg.metadata
microsoft.entityframeworkcore.tools\2.1.1\.nupkg.metadata
microsoft.entityframeworkcore\2.1.1\.nupkg.metadata
microsoft.extensions.caching.abstractions\2.1.1\.nupkg.metadata
microsoft.extensions.caching.memory\2.1.1\.nupkg.metadata
microsoft.extensions.caching.redis\2.1.1\.nupkg.metadata
microsoft.extensions.caching.sqlserver\2.1.1\.nupkg.metadata
microsoft.extensions.configuration.abstractions\2.1.1\.nupkg.metadata
microsoft.extensions.configuration.azurekeyvault\2.1.1\.nupkg.metadata
microsoft.extensions.configuration.binder\2.1.1\.nupkg.metadata
microsoft.extensions.configuration.commandline\2.1.1\.nupkg.metadata
microsoft.extensions.configuration.environmentvariables\2.1.1\.nupkg.metadata
microsoft.extensions.configuration.fileextensions\2.1.1\.nupkg.metadata
microsoft.extensions.configuration.ini\2.1.1\.nupkg.metadata
microsoft.extensions.configuration.json\2.1.1\.nupkg.metadata
microsoft.extensions.configuration.keyperfile\2.1.1\.nupkg.metadata
microsoft.extensions.configuration.usersecrets\2.1.1\.nupkg.metadata
microsoft.extensions.configuration.xml\2.1.1\.nupkg.metadata
microsoft.extensions.configuration\2.1.1\.nupkg.metadata
microsoft.extensions.dependencyinjection.abstractions\2.1.1\.nupkg.metadata
microsoft.extensions.dependencyinjection\2.1.1\.nupkg.metadata
microsoft.extensions.dependencymodel\2.1.0\.nupkg.metadata
microsoft.extensions.diagnosticadapter\2.1.0\.nupkg.metadata
microsoft.extensions.fileproviders.abstractions\2.1.1\.nupkg.metadata
microsoft.extensions.fileproviders.composite\2.1.1\.nupkg.metadata
microsoft.extensions.fileproviders.embedded\2.1.1\.nupkg.metadata
microsoft.extensions.fileproviders.physical\2.1.1\.nupkg.metadata
microsoft.extensions.filesystemglobbing\2.1.1\.nupkg.metadata
microsoft.extensions.hosting.abstractions\2.1.1\.nupkg.metadata
microsoft.extensions.hosting\2.1.1\.nupkg.metadata
microsoft.extensions.http\2.1.1\.nupkg.metadata
microsoft.extensions.identity.core\2.1.1\.nupkg.metadata
microsoft.extensions.identity.stores\2.1.1\.nupkg.metadata
microsoft.extensions.localization.abstractions\2.1.1\.nupkg.metadata
microsoft.extensions.localization\2.1.1\.nupkg.metadata
microsoft.extensions.logging.abstractions\2.1.1\.nupkg.metadata
microsoft.extensions.logging.azureappservices\2.1.1\.nupkg.metadata
microsoft.extensions.logging.configuration\2.1.1\.nupkg.metadata
microsoft.extensions.logging.console\2.1.1\.nupkg.metadata
microsoft.extensions.logging.debug\2.1.1\.nupkg.metadata
microsoft.extensions.logging.eventsource\2.1.1\.nupkg.metadata
microsoft.extensions.logging.tracesource\2.1.1\.nupkg.metadata
microsoft.extensions.logging\2.1.1\.nupkg.metadata
microsoft.extensions.objectpool\2.1.1\.nupkg.metadata
microsoft.extensions.options.configurationextensions\2.1.1\.nupkg.metadata
microsoft.extensions.options\2.1.1\.nupkg.metadata
microsoft.extensions.platformabstractions\1.1.0\.nupkg.metadata
microsoft.extensions.primitives\2.1.1\.nupkg.metadata
microsoft.extensions.webencoders\2.1.1\.nupkg.metadata
microsoft.identitymodel.clients.activedirectory\3.14.2\.nupkg.metadata
microsoft.identitymodel.clients.activedirectory\3.14.2\.signature.p7s
microsoft.identitymodel.logging\5.2.0\.nupkg.metadata
microsoft.identitymodel.logging\5.2.0\.signature.p7s
microsoft.identitymodel.protocols.openidconnect\5.2.0\.nupkg.metadata
microsoft.identitymodel.protocols.openidconnect\5.2.0\.signature.p7s
microsoft.identitymodel.protocols.wsfederation\5.2.0\.nupkg.metadata
microsoft.identitymodel.protocols.wsfederation\5.2.0\.signature.p7s
microsoft.identitymodel.protocols\5.2.0\.nupkg.metadata
microsoft.identitymodel.protocols\5.2.0\.signature.p7s
microsoft.identitymodel.tokens.saml\5.2.0\.nupkg.metadata
microsoft.identitymodel.tokens.saml\5.2.0\.signature.p7s
microsoft.identitymodel.tokens\5.2.0\.nupkg.metadata
microsoft.identitymodel.tokens\5.2.0\.signature.p7s
microsoft.identitymodel.xml\5.2.0\.nupkg.metadata
microsoft.identitymodel.xml\5.2.0\.signature.p7s
microsoft.net.http.headers\2.1.1\.nupkg.metadata
microsoft.netcore.app\2.1.0\.nupkg.metadata
microsoft.netcore.dotnetapphost\2.1.0\.nupkg.metadata
microsoft.netcore.dotnethostpolicy\2.1.0\.nupkg.metadata
microsoft.netcore.dotnethostresolver\2.1.0\.nupkg.metadata
microsoft.netcore.platforms\1.0.1\.nupkg.metadata
microsoft.netcore.platforms\1.0.1\.signature.p7s
microsoft.netcore.platforms\1.0.2\.nupkg.metadata
microsoft.netcore.platforms\1.0.2\.signature.p7s
microsoft.netcore.platforms\1.1.0\.nupkg.metadata
microsoft.netcore.platforms\1.1.0\.signature.p7s
microsoft.netcore.platforms\2.0.0\.nupkg.metadata
microsoft.netcore.platforms\2.0.0\.signature.p7s
microsoft.netcore.platforms\2.1.0\.nupkg.metadata
microsoft.netcore.targets\1.0.1\.nupkg.metadata
microsoft.netcore.targets\1.1.0\.nupkg.metadata
microsoft.netcore.targets\2.1.0\.nupkg.metadata
microsoft.rest.clientruntime.azure\3.3.7\.nupkg.metadata
microsoft.rest.clientruntime.azure\3.3.7\.signature.p7s
microsoft.rest.clientruntime\2.3.8\.nupkg.metadata
microsoft.rest.clientruntime\2.3.8\.signature.p7s
microsoft.visualstudio.web.browserlink\2.1.1\.nupkg.metadata
microsoft.visualstudio.web.codegeneration.contracts\2.1.6\.nupkg.metadata
microsoft.visualstudio.web.codegeneration.contracts\2.1.6\.signature.p7s
microsoft.visualstudio.web.codegeneration.contracts\2.1.6\lib\netstandard2.0\Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll
microsoft.visualstudio.web.codegeneration.contracts\2.1.6\microsoft.visualstudio.web.codegeneration.contracts.2.1.6.nupkg
microsoft.visualstudio.web.codegeneration.contracts\2.1.6\microsoft.visualstudio.web.codegeneration.contracts.2.1.6.nupkg.sha512
microsoft.visualstudio.web.codegeneration.contracts\2.1.6\microsoft.visualstudio.web.codegeneration.contracts.nuspec
microsoft.visualstudio.web.codegeneration.core\2.1.6\.nupkg.metadata
microsoft.visualstudio.web.codegeneration.core\2.1.6\.signature.p7s
microsoft.visualstudio.web.codegeneration.core\2.1.6\lib\netstandard2.0\Microsoft.VisualStudio.Web.CodeGeneration.Core.dll
microsoft.visualstudio.web.codegeneration.core\2.1.6\microsoft.visualstudio.web.codegeneration.core.2.1.6.nupkg
microsoft.visualstudio.web.codegeneration.core\2.1.6\microsoft.visualstudio.web.codegeneration.core.2.1.6.nupkg.sha512
microsoft.visualstudio.web.codegeneration.core\2.1.6\microsoft.visualstudio.web.codegeneration.core.nuspec
microsoft.visualstudio.web.codegeneration.design\2.1.6\.nupkg.metadata
microsoft.visualstudio.web.codegeneration.design\2.1.6\.signature.p7s
microsoft.visualstudio.web.codegeneration.design\2.1.6\lib\net461\dotnet-aspnet-codegenerator-design.exe
microsoft.visualstudio.web.codegeneration.design\2.1.6\lib\netstandard2.0\dotnet-aspnet-codegenerator-design.dll
microsoft.visualstudio.web.codegeneration.design\2.1.6\microsoft.visualstudio.web.codegeneration.design.2.1.6.nupkg
microsoft.visualstudio.web.codegeneration.design\2.1.6\microsoft.visualstudio.web.codegeneration.design.2.1.6.nupkg.sha512
microsoft.visualstudio.web.codegeneration.design\2.1.6\microsoft.visualstudio.web.codegeneration.design.nuspec
microsoft.visualstudio.web.codegeneration.design\2.1.6\runtimes\win7-x64\lib\net461\dotnet-aspnet-codegenerator-design.exe
microsoft.visualstudio.web.codegeneration.design\2.1.6\runtimes\win7-x86\lib\net461\dotnet-aspnet-codegenerator-design.exe
microsoft.visualstudio.web.codegeneration.design\2.1.6\runtimes\win-arm\lib\net461\dotnet-aspnet-codegenerator-design.exe
microsoft.visualstudio.web.codegeneration.design\2.1.6\runtimes\win-arm64\lib\net461\dotnet-aspnet-codegenerator-design.exe
microsoft.visualstudio.web.codegeneration.entityframeworkcore\2.1.6\.nupkg.metadata
microsoft.visualstudio.web.codegeneration.entityframeworkcore\2.1.6\.signature.p7s
microsoft.visualstudio.web.codegeneration.entityframeworkcore\2.1.6\lib\netstandard2.0\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll
microsoft.visualstudio.web.codegeneration.entityframeworkcore\2.1.6\microsoft.visualstudio.web.codegeneration.entityframeworkcore.2.1.6.nupkg
microsoft.visualstudio.web.codegeneration.entityframeworkcore\2.1.6\microsoft.visualstudio.web.codegeneration.entityframeworkcore.2.1.6.nupkg.sha512
microsoft.visualstudio.web.codegeneration.entityframeworkcore\2.1.6\microsoft.visualstudio.web.codegeneration.entityframeworkcore.nuspec
microsoft.visualstudio.web.codegeneration.entityframeworkcore\2.1.6\Templates\DbContext\NewLocalDbContext.cshtml
microsoft.visualstudio.web.codegeneration.templating\2.1.6\.nupkg.metadata
microsoft.visualstudio.web.codegeneration.templating\2.1.6\.signature.p7s
microsoft.visualstudio.web.codegeneration.templating\2.1.6\lib\netstandard2.0\Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll
microsoft.visualstudio.web.codegeneration.templating\2.1.6\microsoft.visualstudio.web.codegeneration.templating.2.1.6.nupkg
microsoft.visualstudio.web.codegeneration.templating\2.1.6\microsoft.visualstudio.web.codegeneration.templating.2.1.6.nupkg.sha512
microsoft.visualstudio.web.codegeneration.templating\2.1.6\microsoft.visualstudio.web.codegeneration.templating.nuspec
microsoft.visualstudio.web.codegeneration.utils\2.1.6\.nupkg.metadata
microsoft.visualstudio.web.codegeneration.utils\2.1.6\.signature.p7s
microsoft.visualstudio.web.codegeneration.utils\2.1.6\lib\netstandard2.0\Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll
microsoft.visualstudio.web.codegeneration.utils\2.1.6\microsoft.visualstudio.web.codegeneration.utils.2.1.6.nupkg
microsoft.visualstudio.web.codegeneration.utils\2.1.6\microsoft.visualstudio.web.codegeneration.utils.2.1.6.nupkg.sha512
microsoft.visualstudio.web.codegeneration.utils\2.1.6\microsoft.visualstudio.web.codegeneration.utils.nuspec
microsoft.visualstudio.web.codegeneration\2.1.6\.nupkg.metadata
microsoft.visualstudio.web.codegeneration\2.1.6\.signature.p7s
microsoft.visualstudio.web.codegeneration\2.1.6\lib\netstandard2.0\Microsoft.VisualStudio.Web.CodeGeneration.dll
microsoft.visualstudio.web.codegeneration\2.1.6\microsoft.visualstudio.web.codegeneration.2.1.6.nupkg
microsoft.visualstudio.web.codegeneration\2.1.6\microsoft.visualstudio.web.codegeneration.2.1.6.nupkg.sha512
microsoft.visualstudio.web.codegeneration\2.1.6\microsoft.visualstudio.web.codegeneration.nuspec
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\.nupkg.metadata
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\.signature.p7s
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Generators\ParameterDefinitions\area.json
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Generators\ParameterDefinitions\controller.json
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Generators\ParameterDefinitions\identity.json
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Generators\ParameterDefinitions\razorpage.json
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Generators\ParameterDefinitions\view.json
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\lib\netstandard2.0\identitygeneratorfilesconfig.json
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\lib\netstandard2.0\Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\microsoft.visualstudio.web.codegenerators.mvc.2.1.6.nupkg
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\microsoft.visualstudio.web.codegenerators.mvc.2.1.6.nupkg.sha512
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\microsoft.visualstudio.web.codegenerators.mvc.nuspec
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\ControllerGenerator\ApiControllerWithActions.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\ControllerGenerator\ApiControllerWithContext.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\ControllerGenerator\ApiEmptyController.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\ControllerGenerator\ControllerWithActions.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\ControllerGenerator\EmptyController.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\ControllerGenerator\MvcControllerWithContext.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\_LoginPartial.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Data\ApplicationDbContext.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Data\ApplicationUser.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\IdentityHostingStartup.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\_Layout.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\_ValidationScriptsPartial.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\_ViewImports.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\_ViewStart.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account._ViewImports.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.AccessDenied.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.AccessDenied.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.ConfirmEmail.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.ConfirmEmail.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.ExternalLogin.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.ExternalLogin.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.ForgotPassword.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.ForgotPassword.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.ForgotPasswordConfirmation.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.ForgotPasswordConfirmation.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.Lockout.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.Lockout.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.Login.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.Login.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.LoginWith2fa.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.LoginWith2fa.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.LoginWithRecoveryCode.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.LoginWithRecoveryCode.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.Logout.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.Logout.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.Register.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.Register.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.ResetPassword.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.ResetPassword.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.ResetPasswordConfirmation.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.ResetPasswordConfirmation.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage._Layout.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage._ManageNav.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage._StatusMessage.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage._ViewImports.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.ChangePassword.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.ChangePassword.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.DeletePersonalData.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.DeletePersonalData.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.Disable2fa.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.Disable2fa.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.DownloadPersonalData.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.DownloadPersonalData.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.EnableAuthenticator.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.EnableAuthenticator.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.ExternalLogins.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.ExternalLogins.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.GenerateRecoveryCodes.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.GenerateRecoveryCodes.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.Index.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.Index.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.ManageNavPages.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.PersonalData.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.PersonalData.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.ResetAuthenticator.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.ResetAuthenticator.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.SetPassword.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.SetPassword.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.ShowRecoveryCodes.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.ShowRecoveryCodes.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.TwoFactorAuthentication.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.TwoFactorAuthentication.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Error.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Error.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\ScaffoldingReadme.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\SupportPages._CookieConsentPartial.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\SupportPages._ViewImports.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\SupportPages._ViewStart.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\css\site.css
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\css\site.min.css
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\favicon.ico
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\images\banner1.svg
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\images\banner2.svg
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\images\banner3.svg
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\js\site.js
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\js\site.min.js
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\.bower.json
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\dist\css\bootstrap.css
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\dist\css\bootstrap.css.map
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\dist\css\bootstrap.min.css
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\dist\css\bootstrap.min.css.map
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\dist\css\bootstrap-theme.css
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\dist\css\bootstrap-theme.css.map
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\dist\css\bootstrap-theme.min.css
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\dist\css\bootstrap-theme.min.css.map
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\dist\fonts\glyphicons-halflings-regular.eot
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\dist\fonts\glyphicons-halflings-regular.svg
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\dist\fonts\glyphicons-halflings-regular.ttf
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\dist\fonts\glyphicons-halflings-regular.woff
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\dist\fonts\glyphicons-halflings-regular.woff2
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\dist\js\bootstrap.js
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\dist\js\bootstrap.min.js
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\dist\js\npm.js
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\LICENSE
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\jquery\.bower.json
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\jquery\dist\jquery.js
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\jquery\dist\jquery.min.js
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\jquery\dist\jquery.min.map
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\jquery\LICENSE.txt
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\jquery-validation\.bower.json
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\jquery-validation\dist\additional-methods.js
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\jquery-validation\dist\additional-methods.min.js
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\jquery-validation\dist\jquery.validate.js
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\jquery-validation\dist\jquery.validate.min.js
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\jquery-validation\LICENSE.md
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\jquery-validation-unobtrusive\.bower.json
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\jquery-validation-unobtrusive\jquery.validate.unobtrusive.js
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\jquery-validation-unobtrusive\jquery.validate.unobtrusive.min.js
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\jquery-validation-unobtrusive\LICENSE.txt
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\MvcLayout\_Layout.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\MvcLayout\Error.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\RazorPageGenerator\_ValidationScriptsPartial.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\RazorPageGenerator\Create.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\RazorPageGenerator\CreatePageModel.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\RazorPageGenerator\Delete.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\RazorPageGenerator\DeletePageModel.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\RazorPageGenerator\Details.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\RazorPageGenerator\DetailsPageModel.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\RazorPageGenerator\Edit.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\RazorPageGenerator\EditPageModel.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\RazorPageGenerator\Empty.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\RazorPageGenerator\EmptyPageModel.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\RazorPageGenerator\List.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\RazorPageGenerator\ListPageModel.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Startup\ReadMe.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Startup\Startup.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\ViewGenerator\_ValidationScriptsPartial.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\ViewGenerator\Create.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\ViewGenerator\Delete.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\ViewGenerator\Details.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\ViewGenerator\Edit.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\ViewGenerator\Empty.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\ViewGenerator\List.cshtml
microsoft.win32.primitives\4.0.1\.nupkg.metadata
microsoft.win32.primitives\4.3.0\.nupkg.metadata
microsoft.win32.registry\4.3.0\.nupkg.metadata
microsoft.win32.registry\4.5.0\.nupkg.metadata
netstandard.library\1.6.0\.nupkg.metadata
netstandard.library\1.6.1\.nupkg.metadata
netstandard.library\2.0.3\.nupkg.metadata
newtonsoft.json.bson\1.0.1\.nupkg.metadata
newtonsoft.json.bson\1.0.1\.signature.p7s
newtonsoft.json\10.0.1\.nupkg.metadata
newtonsoft.json\10.0.1\.signature.p7s
newtonsoft.json\11.0.2\.nupkg.metadata
newtonsoft.json\11.0.2\.signature.p7s
newtonsoft.json\9.0.1\.nupkg.metadata
nuget.frameworks\4.7.0\.nupkg.metadata
remotion.linq\2.2.0\.nupkg.metadata
remotion.linq\2.2.0\.signature.p7s
runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl\4.3.0\.nupkg.metadata
runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl\4.3.0\.nupkg.metadata
runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl\4.3.0\.nupkg.metadata
runtime.native.system.data.sqlclient.sni\4.4.0\.nupkg.metadata
runtime.native.system.io.compression\4.1.0\.nupkg.metadata
runtime.native.system.io.compression\4.3.0\.nupkg.metadata
runtime.native.system.net.http\4.0.1\.nupkg.metadata
runtime.native.system.net.http\4.3.0\.nupkg.metadata
runtime.native.system.net.security\4.3.0\.nupkg.metadata
runtime.native.system.security.cryptography.apple\4.3.0\.nupkg.metadata
runtime.native.system.security.cryptography.openssl\4.3.0\.nupkg.metadata
runtime.native.system.security.cryptography\4.0.0\.nupkg.metadata
runtime.native.system\4.0.0\.nupkg.metadata
runtime.native.system\4.3.0\.nupkg.metadata
runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl\4.3.0\.nupkg.metadata
runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl\4.3.0\.nupkg.metadata
runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple\4.3.0\.nupkg.metadata
runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl\4.3.0\.nupkg.metadata
runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl\4.3.0\.nupkg.metadata
runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl\4.3.0\.nupkg.metadata
runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl\4.3.0\.nupkg.metadata
runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl\4.3.0\.nupkg.metadata
runtime.win-arm64.runtime.native.system.data.sqlclient.sni\4.4.0\.nupkg.metadata
runtime.win-x64.runtime.native.system.data.sqlclient.sni\4.4.0\.nupkg.metadata
runtime.win-x86.runtime.native.system.data.sqlclient.sni\4.4.0\.nupkg.metadata
sqlitepclraw.bundle_green\1.1.11\.nupkg.metadata
sqlitepclraw.bundle_green\1.1.11\.signature.p7s
sqlitepclraw.core\1.1.11\.nupkg.metadata
sqlitepclraw.core\1.1.11\.signature.p7s
sqlitepclraw.lib.e_sqlite3.linux\1.1.11\.nupkg.metadata
sqlitepclraw.lib.e_sqlite3.linux\1.1.11\.signature.p7s
sqlitepclraw.lib.e_sqlite3.osx\1.1.11\.nupkg.metadata
sqlitepclraw.lib.e_sqlite3.osx\1.1.11\.signature.p7s
sqlitepclraw.lib.e_sqlite3.v110_xp\1.1.11\.nupkg.metadata
sqlitepclraw.lib.e_sqlite3.v110_xp\1.1.11\.signature.p7s
sqlitepclraw.provider.e_sqlite3.netstandard11\1.1.11\.nupkg.metadata
sqlitepclraw.provider.e_sqlite3.netstandard11\1.1.11\.signature.p7s
stackexchange.redis.strongname\1.2.4\.nupkg.metadata
stackexchange.redis.strongname\1.2.4\.signature.p7s
system.appcontext\4.1.0\.nupkg.metadata
system.appcontext\4.3.0\.nupkg.metadata
system.buffers\4.0.0\.nupkg.metadata
system.buffers\4.3.0\.nupkg.metadata
system.buffers\4.5.0\.nupkg.metadata
system.collections.concurrent\4.0.12\.nupkg.metadata
system.collections.concurrent\4.3.0\.nupkg.metadata
system.collections.immutable\1.3.0\.nupkg.metadata
system.collections.immutable\1.3.1\.nupkg.metadata
system.collections.immutable\1.5.0\.nupkg.metadata
system.collections.nongeneric\4.3.0\.nupkg.metadata
system.collections.specialized\4.3.0\.nupkg.metadata
system.collections\4.0.11\.nupkg.metadata
system.collections\4.3.0\.nupkg.metadata
system.componentmodel.annotations\4.5.0\.nupkg.metadata
system.componentmodel.primitives\4.3.0\.nupkg.metadata
system.componentmodel.typeconverter\4.3.0\.nupkg.metadata
system.componentmodel\4.3.0\.nupkg.metadata
system.composition.attributedmodel\1.0.31\.nupkg.metadata
system.composition.convention\1.0.31\.nupkg.metadata
system.composition.hosting\1.0.31\.nupkg.metadata
system.composition.runtime\1.0.31\.nupkg.metadata
system.composition.typedparts\1.0.31\.nupkg.metadata
system.composition\1.0.31\.nupkg.metadata
system.console\4.0.0\.nupkg.metadata
system.console\4.3.0\.nupkg.metadata
system.data.sqlclient\4.5.1\.nupkg.metadata
system.diagnostics.contracts\4.3.0\.nupkg.metadata
system.diagnostics.debug\4.0.11\.nupkg.metadata
system.diagnostics.debug\4.3.0\.nupkg.metadata
system.diagnostics.diagnosticsource\4.0.0\.nupkg.metadata
system.diagnostics.diagnosticsource\4.3.0\.nupkg.metadata
system.diagnostics.diagnosticsource\4.4.0\.nupkg.metadata
system.diagnostics.diagnosticsource\4.4.0\.signature.p7s
system.diagnostics.diagnosticsource\4.5.0\.nupkg.metadata
system.diagnostics.fileversioninfo\4.3.0\.nupkg.metadata
system.diagnostics.process\4.3.0\.nupkg.metadata
system.diagnostics.stacktrace\4.3.0\.nupkg.metadata
system.diagnostics.tools\4.0.1\.nupkg.metadata
system.diagnostics.tools\4.3.0\.nupkg.metadata
system.diagnostics.tracing\4.1.0\.nupkg.metadata
system.diagnostics.tracing\4.3.0\.nupkg.metadata
system.dynamic.runtime\4.0.11\.nupkg.metadata
system.dynamic.runtime\4.3.0\.nupkg.metadata
system.globalization.calendars\4.0.1\.nupkg.metadata
system.globalization.calendars\4.3.0\.nupkg.metadata
system.globalization.extensions\4.0.1\.nupkg.metadata
system.globalization.extensions\4.3.0\.nupkg.metadata
system.globalization\4.0.11\.nupkg.metadata
system.globalization\4.3.0\.nupkg.metadata
system.identitymodel.tokens.jwt\5.2.0\.nupkg.metadata
system.identitymodel.tokens.jwt\5.2.0\.signature.p7s
system.interactive.async\3.1.1\.nupkg.metadata
system.interactive.async\3.1.1\.signature.p7s
system.io.compression.zipfile\4.0.1\.nupkg.metadata
system.io.compression.zipfile\4.3.0\.nupkg.metadata
system.io.compression\4.1.0\.nupkg.metadata
system.io.compression\4.3.0\.nupkg.metadata
system.io.filesystem.primitives\4.0.1\.nupkg.metadata
system.io.filesystem.primitives\4.3.0\.nupkg.metadata
system.io.filesystem\4.0.1\.nupkg.metadata
system.io.filesystem\4.3.0\.nupkg.metadata
system.io.pipelines\4.5.0\.nupkg.metadata
system.io\4.1.0\.nupkg.metadata
system.io\4.3.0\.nupkg.metadata
system.linq.expressions\4.1.0\.nupkg.metadata
system.linq.expressions\4.3.0\.nupkg.metadata
system.linq.parallel\4.3.0\.nupkg.metadata
system.linq.queryable\4.0.1\.nupkg.metadata
system.linq\4.1.0\.nupkg.metadata
system.linq\4.3.0\.nupkg.metadata
system.memory\4.5.1\.nupkg.metadata
system.net.http\4.1.0\.nupkg.metadata
system.net.http\4.1.0\.signature.p7s
system.net.http\4.3.0\.nupkg.metadata
system.net.http\4.3.0\.signature.p7s
system.net.nameresolution\4.3.0\.nupkg.metadata
system.net.primitives\4.0.11\.nupkg.metadata
system.net.primitives\4.3.0\.nupkg.metadata
system.net.security\4.3.0\.nupkg.metadata
system.net.sockets\4.1.0\.nupkg.metadata
system.net.sockets\4.3.0\.nupkg.metadata
system.net.websockets.websocketprotocol\4.5.1\.nupkg.metadata
system.numerics.vectors\4.5.0\.nupkg.metadata
system.objectmodel\4.0.12\.nupkg.metadata
system.objectmodel\4.3.0\.nupkg.metadata
system.private.datacontractserialization\4.1.1\.nupkg.metadata
system.private.datacontractserialization\4.3.0\.nupkg.metadata
system.reflection.emit.ilgeneration\4.0.1\.nupkg.metadata
system.reflection.emit.ilgeneration\4.3.0\.nupkg.metadata
system.reflection.emit.lightweight\4.0.1\.nupkg.metadata
system.reflection.emit.lightweight\4.3.0\.nupkg.metadata
system.reflection.emit\4.0.1\.nupkg.metadata
system.reflection.emit\4.3.0\.nupkg.metadata
system.reflection.extensions\4.0.1\.nupkg.metadata
system.reflection.extensions\4.3.0\.nupkg.metadata
system.reflection.metadata\1.4.1\.nupkg.metadata
system.reflection.metadata\1.4.2\.nupkg.metadata
system.reflection.metadata\1.6.0\.nupkg.metadata
system.reflection.primitives\4.0.1\.nupkg.metadata
system.reflection.primitives\4.3.0\.nupkg.metadata
system.reflection.typeextensions\4.1.0\.nupkg.metadata
system.reflection.typeextensions\4.3.0\.nupkg.metadata
system.reflection\4.1.0\.nupkg.metadata
system.reflection\4.3.0\.nupkg.metadata
system.resources.resourcemanager\4.0.1\.nupkg.metadata
system.resources.resourcemanager\4.3.0\.nupkg.metadata
system.runtime.compilerservices.unsafe\4.5.0\.nupkg.metadata
system.runtime.compilerservices.unsafe\4.5.1\.nupkg.metadata
system.runtime.extensions\4.1.0\.nupkg.metadata
system.runtime.extensions\4.3.0\.nupkg.metadata
system.runtime.handles\4.0.1\.nupkg.metadata
system.runtime.handles\4.3.0\.nupkg.metadata
system.runtime.interopservices.runtimeinformation\4.0.0\.nupkg.metadata
system.runtime.interopservices.runtimeinformation\4.3.0\.nupkg.metadata
system.runtime.interopservices\4.1.0\.nupkg.metadata
system.runtime.interopservices\4.3.0\.nupkg.metadata
system.runtime.numerics\4.0.1\.nupkg.metadata
system.runtime.numerics\4.3.0\.nupkg.metadata
system.runtime.serialization.formatters\4.3.0\.nupkg.metadata
system.runtime.serialization.json\4.0.2\.nupkg.metadata
system.runtime.serialization.primitives\4.1.1\.nupkg.metadata
system.runtime.serialization.primitives\4.3.0\.nupkg.metadata
system.runtime.serialization.xml\4.3.0\.nupkg.metadata
system.runtime\4.1.0\.nupkg.metadata
system.runtime\4.3.0\.nupkg.metadata
system.security.accesscontrol\4.5.0\.nupkg.metadata
system.security.claims\4.3.0\.nupkg.metadata
system.security.cryptography.algorithms\4.2.0\.nupkg.metadata
system.security.cryptography.algorithms\4.3.0\.nupkg.metadata
system.security.cryptography.cng\4.2.0\.nupkg.metadata
system.security.cryptography.cng\4.3.0\.nupkg.metadata
system.security.cryptography.cng\4.5.0\.nupkg.metadata
system.security.cryptography.csp\4.0.0\.nupkg.metadata
system.security.cryptography.csp\4.3.0\.nupkg.metadata
system.security.cryptography.encoding\4.0.0\.nupkg.metadata
system.security.cryptography.encoding\4.3.0\.nupkg.metadata
system.security.cryptography.openssl\4.0.0\.nupkg.metadata
system.security.cryptography.openssl\4.3.0\.nupkg.metadata
system.security.cryptography.pkcs\4.5.0\.nupkg.metadata
system.security.cryptography.primitives\4.0.0\.nupkg.metadata
system.security.cryptography.primitives\4.3.0\.nupkg.metadata
system.security.cryptography.x509certificates\4.1.0\.nupkg.metadata
system.security.cryptography.x509certificates\4.3.0\.nupkg.metadata
system.security.cryptography.xml\4.5.0\.nupkg.metadata
system.security.permissions\4.5.0\.nupkg.metadata
system.security.principal.windows\4.3.0\.nupkg.metadata
system.security.principal.windows\4.5.0\.nupkg.metadata
system.security.principal\4.3.0\.nupkg.metadata
system.spatial\5.8.2\.nupkg.metadata
system.text.encoding.codepages\4.3.0\.nupkg.metadata
system.text.encoding.codepages\4.5.0\.nupkg.metadata
system.text.encoding.extensions\4.0.11\.nupkg.metadata
system.text.encoding.extensions\4.3.0\.nupkg.metadata
system.text.encoding\4.0.11\.nupkg.metadata
system.text.encoding\4.3.0\.nupkg.metadata
system.text.encodings.web\4.3.1\.nupkg.metadata
system.text.encodings.web\4.3.1\.signature.p7s
system.text.encodings.web\4.5.0\.nupkg.metadata
system.text.regularexpressions\4.1.0\.nupkg.metadata
system.text.regularexpressions\4.3.0\.nupkg.metadata
system.threading.channels\4.5.0\.nupkg.metadata
system.threading.tasks.extensions\4.0.0\.nupkg.metadata
system.threading.tasks.extensions\4.3.0\.nupkg.metadata
system.threading.tasks.extensions\4.5.1\.nupkg.metadata
system.threading.tasks.parallel\4.3.0\.nupkg.metadata
system.threading.tasks\4.0.11\.nupkg.metadata
system.threading.tasks\4.3.0\.nupkg.metadata
system.threading.thread\4.3.0\.nupkg.metadata
system.threading.threadpool\4.3.0\.nupkg.metadata
system.threading.timer\4.0.1\.nupkg.metadata
system.threading.timer\4.3.0\.nupkg.metadata
system.threading\4.0.11\.nupkg.metadata
system.threading\4.3.0\.nupkg.metadata
system.valuetuple\4.3.0\.nupkg.metadata
system.valuetuple\4.5.0\.nupkg.metadata
system.xml.readerwriter\4.0.11\.nupkg.metadata
system.xml.readerwriter\4.3.0\.nupkg.metadata
system.xml.xdocument\4.0.11\.nupkg.metadata
system.xml.xdocument\4.3.0\.nupkg.metadata
system.xml.xmldocument\4.0.1\.nupkg.metadata
system.xml.xmldocument\4.3.0\.nupkg.metadata
system.xml.xmlserializer\4.0.11\.nupkg.metadata
system.xml.xmlserializer\4.3.0\.nupkg.metadata
system.xml.xpath.xdocument\4.3.0\.nupkg.metadata
system.xml.xpath\4.3.0\.nupkg.metadata
windowsazure.storage\8.1.4\.nupkg.metadata
windowsazure.storage\8.1.4\.signature.p7s

View File

@ -0,0 +1,667 @@
libuv\1.10.0\.nupkg.metadata
libuv\1.10.0\.signature.p7s
messagepack\1.7.3.4\.nupkg.metadata
messagepack\1.7.3.4\.signature.p7s
microsoft.applicationinsights.aspnetcore\2.1.1\.nupkg.metadata
microsoft.applicationinsights.aspnetcore\2.1.1\.signature.p7s
microsoft.applicationinsights.dependencycollector\2.4.1\.nupkg.metadata
microsoft.applicationinsights.dependencycollector\2.4.1\.signature.p7s
microsoft.applicationinsights\2.4.0\.nupkg.metadata
microsoft.applicationinsights\2.4.0\.signature.p7s
microsoft.aspnet.webapi.client\5.2.6\.nupkg.metadata
microsoft.aspnetcore.all\2.1.1\.nupkg.metadata
microsoft.aspnetcore.antiforgery\2.1.1\.nupkg.metadata
microsoft.aspnetcore.app\2.1.1\.nupkg.metadata
microsoft.aspnetcore.applicationinsights.hostingstartup\2.1.1\.nupkg.metadata
microsoft.aspnetcore.authentication.abstractions\2.1.1\.nupkg.metadata
microsoft.aspnetcore.authentication.azuread.ui\2.1.1\.nupkg.metadata
microsoft.aspnetcore.authentication.azureadb2c.ui\2.1.1\.nupkg.metadata
microsoft.aspnetcore.authentication.cookies\2.1.1\.nupkg.metadata
microsoft.aspnetcore.authentication.core\2.1.1\.nupkg.metadata
microsoft.aspnetcore.authentication.facebook\2.1.1\.nupkg.metadata
microsoft.aspnetcore.authentication.google\2.1.1\.nupkg.metadata
microsoft.aspnetcore.authentication.jwtbearer\2.1.1\.nupkg.metadata
microsoft.aspnetcore.authentication.microsoftaccount\2.1.1\.nupkg.metadata
microsoft.aspnetcore.authentication.oauth\2.1.1\.nupkg.metadata
microsoft.aspnetcore.authentication.openidconnect\2.1.1\.nupkg.metadata
microsoft.aspnetcore.authentication.twitter\2.1.1\.nupkg.metadata
microsoft.aspnetcore.authentication.wsfederation\2.1.1\.nupkg.metadata
microsoft.aspnetcore.authentication\2.1.1\.nupkg.metadata
microsoft.aspnetcore.authorization.policy\2.1.1\.nupkg.metadata
microsoft.aspnetcore.authorization\2.1.1\.nupkg.metadata
microsoft.aspnetcore.azureappservices.hostingstartup\2.1.1\.nupkg.metadata
microsoft.aspnetcore.azureappservicesintegration\2.1.1\.nupkg.metadata
microsoft.aspnetcore.connections.abstractions\2.1.1\.nupkg.metadata
microsoft.aspnetcore.cookiepolicy\2.1.1\.nupkg.metadata
microsoft.aspnetcore.cors\2.1.1\.nupkg.metadata
microsoft.aspnetcore.cryptography.internal\2.1.1\.nupkg.metadata
microsoft.aspnetcore.cryptography.keyderivation\2.1.1\.nupkg.metadata
microsoft.aspnetcore.dataprotection.abstractions\2.1.1\.nupkg.metadata
microsoft.aspnetcore.dataprotection.azurekeyvault\2.1.1\.nupkg.metadata
microsoft.aspnetcore.dataprotection.azurestorage\2.1.1\.nupkg.metadata
microsoft.aspnetcore.dataprotection.extensions\2.1.1\.nupkg.metadata
microsoft.aspnetcore.dataprotection\2.1.1\.nupkg.metadata
microsoft.aspnetcore.diagnostics.abstractions\2.1.1\.nupkg.metadata
microsoft.aspnetcore.diagnostics.entityframeworkcore\2.1.1\.nupkg.metadata
microsoft.aspnetcore.diagnostics\2.1.1\.nupkg.metadata
microsoft.aspnetcore.hostfiltering\2.1.1\.nupkg.metadata
microsoft.aspnetcore.hosting.abstractions\2.1.1\.nupkg.metadata
microsoft.aspnetcore.hosting.server.abstractions\2.1.1\.nupkg.metadata
microsoft.aspnetcore.hosting\2.1.1\.nupkg.metadata
microsoft.aspnetcore.html.abstractions\2.1.1\.nupkg.metadata
microsoft.aspnetcore.http.abstractions\2.1.1\.nupkg.metadata
microsoft.aspnetcore.http.connections.common\1.0.1\.nupkg.metadata
microsoft.aspnetcore.http.connections\1.0.1\.nupkg.metadata
microsoft.aspnetcore.http.extensions\2.1.1\.nupkg.metadata
microsoft.aspnetcore.http.features\2.1.1\.nupkg.metadata
microsoft.aspnetcore.http\2.1.1\.nupkg.metadata
microsoft.aspnetcore.httpoverrides\2.1.1\.nupkg.metadata
microsoft.aspnetcore.httpspolicy\2.1.1\.nupkg.metadata
microsoft.aspnetcore.identity.entityframeworkcore\2.1.1\.nupkg.metadata
microsoft.aspnetcore.identity.ui\2.1.1\.nupkg.metadata
microsoft.aspnetcore.identity\2.1.1\.nupkg.metadata
microsoft.aspnetcore.jsonpatch\2.1.1\.nupkg.metadata
microsoft.aspnetcore.localization.routing\2.1.1\.nupkg.metadata
microsoft.aspnetcore.localization\2.1.1\.nupkg.metadata
microsoft.aspnetcore.middlewareanalysis\2.1.1\.nupkg.metadata
microsoft.aspnetcore.mvc.abstractions\2.1.1\.nupkg.metadata
microsoft.aspnetcore.mvc.analyzers\2.1.1\.nupkg.metadata
microsoft.aspnetcore.mvc.apiexplorer\2.1.1\.nupkg.metadata
microsoft.aspnetcore.mvc.core\2.1.1\.nupkg.metadata
microsoft.aspnetcore.mvc.cors\2.1.1\.nupkg.metadata
microsoft.aspnetcore.mvc.dataannotations\2.1.1\.nupkg.metadata
microsoft.aspnetcore.mvc.formatters.json\2.1.1\.nupkg.metadata
microsoft.aspnetcore.mvc.formatters.xml\2.1.1\.nupkg.metadata
microsoft.aspnetcore.mvc.localization\2.1.1\.nupkg.metadata
microsoft.aspnetcore.mvc.razor.extensions\2.1.1\.nupkg.metadata
microsoft.aspnetcore.mvc.razor.viewcompilation\2.1.1\.nupkg.metadata
microsoft.aspnetcore.mvc.razor\2.1.1\.nupkg.metadata
microsoft.aspnetcore.mvc.razorpages\2.1.1\.nupkg.metadata
microsoft.aspnetcore.mvc.taghelpers\2.1.1\.nupkg.metadata
microsoft.aspnetcore.mvc.viewfeatures\2.1.1\.nupkg.metadata
microsoft.aspnetcore.mvc\2.1.1\.nupkg.metadata
microsoft.aspnetcore.nodeservices\2.1.1\.nupkg.metadata
microsoft.aspnetcore.owin\2.1.1\.nupkg.metadata
microsoft.aspnetcore.razor.design\2.1.2\.nupkg.metadata
microsoft.aspnetcore.razor.language\2.1.1\.nupkg.metadata
microsoft.aspnetcore.razor.runtime\2.1.1\.nupkg.metadata
microsoft.aspnetcore.razor\2.1.1\.nupkg.metadata
microsoft.aspnetcore.responsecaching.abstractions\2.1.1\.nupkg.metadata
microsoft.aspnetcore.responsecaching\2.1.1\.nupkg.metadata
microsoft.aspnetcore.responsecompression\2.1.1\.nupkg.metadata
microsoft.aspnetcore.rewrite\2.1.1\.nupkg.metadata
microsoft.aspnetcore.routing.abstractions\2.1.1\.nupkg.metadata
microsoft.aspnetcore.routing\2.1.1\.nupkg.metadata
microsoft.aspnetcore.server.httpsys\2.1.1\.nupkg.metadata
microsoft.aspnetcore.server.iisintegration\2.1.1\.nupkg.metadata
microsoft.aspnetcore.server.kestrel.core\2.1.1\.nupkg.metadata
microsoft.aspnetcore.server.kestrel.https\2.1.1\.nupkg.metadata
microsoft.aspnetcore.server.kestrel.transport.abstractions\2.1.1\.nupkg.metadata
microsoft.aspnetcore.server.kestrel.transport.libuv\2.1.1\.nupkg.metadata
microsoft.aspnetcore.server.kestrel.transport.sockets\2.1.1\.nupkg.metadata
microsoft.aspnetcore.server.kestrel\2.1.1\.nupkg.metadata
microsoft.aspnetcore.session\2.1.1\.nupkg.metadata
microsoft.aspnetcore.signalr.common\1.0.1\.nupkg.metadata
microsoft.aspnetcore.signalr.core\1.0.1\.nupkg.metadata
microsoft.aspnetcore.signalr.protocols.json\1.0.1\.nupkg.metadata
microsoft.aspnetcore.signalr.redis\1.0.1\.nupkg.metadata
microsoft.aspnetcore.signalr\1.0.1\.nupkg.metadata
microsoft.aspnetcore.spaservices.extensions\2.1.1\.nupkg.metadata
microsoft.aspnetcore.spaservices\2.1.1\.nupkg.metadata
microsoft.aspnetcore.staticfiles\2.1.1\.nupkg.metadata
microsoft.aspnetcore.websockets\2.1.1\.nupkg.metadata
microsoft.aspnetcore.webutilities\2.1.1\.nupkg.metadata
microsoft.aspnetcore\2.1.1\.nupkg.metadata
microsoft.azure.keyvault.webkey\2.0.7\.nupkg.metadata
microsoft.azure.keyvault.webkey\2.0.7\.signature.p7s
microsoft.azure.keyvault\2.3.2\.nupkg.metadata
microsoft.azure.keyvault\2.3.2\.signature.p7s
microsoft.azure.services.appauthentication\1.0.1\.nupkg.metadata
microsoft.azure.services.appauthentication\1.0.1\.signature.p7s
microsoft.codeanalysis.analyzers\1.1.0\.nupkg.metadata
microsoft.codeanalysis.common\2.8.0\.nupkg.metadata
microsoft.codeanalysis.csharp.workspaces\2.8.0\.nupkg.metadata
microsoft.codeanalysis.csharp\2.8.0\.nupkg.metadata
microsoft.codeanalysis.razor\2.1.1\.nupkg.metadata
microsoft.codeanalysis.workspaces.common\2.8.0\.nupkg.metadata
microsoft.csharp\4.0.1\.nupkg.metadata
microsoft.csharp\4.3.0\.nupkg.metadata
microsoft.csharp\4.5.0\.nupkg.metadata
microsoft.data.edm\5.8.2\.nupkg.metadata
microsoft.data.odata\5.8.2\.nupkg.metadata
microsoft.data.sqlite.core\2.1.0\.nupkg.metadata
microsoft.data.sqlite\2.1.0\.nupkg.metadata
microsoft.dotnet.platformabstractions\2.1.0\.nupkg.metadata
microsoft.entityframeworkcore.abstractions\2.1.1\.nupkg.metadata
microsoft.entityframeworkcore.analyzers\2.1.1\.nupkg.metadata
microsoft.entityframeworkcore.design\2.1.1\.nupkg.metadata
microsoft.entityframeworkcore.inmemory\2.1.1\.nupkg.metadata
microsoft.entityframeworkcore.relational\2.1.1\.nupkg.metadata
microsoft.entityframeworkcore.sqlite.core\2.1.1\.nupkg.metadata
microsoft.entityframeworkcore.sqlite\2.1.1\.nupkg.metadata
microsoft.entityframeworkcore.sqlserver\2.1.1\.nupkg.metadata
microsoft.entityframeworkcore.tools\2.1.1\.nupkg.metadata
microsoft.entityframeworkcore\2.1.1\.nupkg.metadata
microsoft.extensions.caching.abstractions\2.1.1\.nupkg.metadata
microsoft.extensions.caching.memory\2.1.1\.nupkg.metadata
microsoft.extensions.caching.redis\2.1.1\.nupkg.metadata
microsoft.extensions.caching.sqlserver\2.1.1\.nupkg.metadata
microsoft.extensions.configuration.abstractions\2.1.1\.nupkg.metadata
microsoft.extensions.configuration.azurekeyvault\2.1.1\.nupkg.metadata
microsoft.extensions.configuration.binder\2.1.1\.nupkg.metadata
microsoft.extensions.configuration.commandline\2.1.1\.nupkg.metadata
microsoft.extensions.configuration.environmentvariables\2.1.1\.nupkg.metadata
microsoft.extensions.configuration.fileextensions\2.1.1\.nupkg.metadata
microsoft.extensions.configuration.ini\2.1.1\.nupkg.metadata
microsoft.extensions.configuration.json\2.1.1\.nupkg.metadata
microsoft.extensions.configuration.keyperfile\2.1.1\.nupkg.metadata
microsoft.extensions.configuration.usersecrets\2.1.1\.nupkg.metadata
microsoft.extensions.configuration.xml\2.1.1\.nupkg.metadata
microsoft.extensions.configuration\2.1.1\.nupkg.metadata
microsoft.extensions.dependencyinjection.abstractions\2.1.1\.nupkg.metadata
microsoft.extensions.dependencyinjection\2.1.1\.nupkg.metadata
microsoft.extensions.dependencymodel\2.1.0\.nupkg.metadata
microsoft.extensions.diagnosticadapter\2.1.0\.nupkg.metadata
microsoft.extensions.fileproviders.abstractions\2.1.1\.nupkg.metadata
microsoft.extensions.fileproviders.composite\2.1.1\.nupkg.metadata
microsoft.extensions.fileproviders.embedded\2.1.1\.nupkg.metadata
microsoft.extensions.fileproviders.physical\2.1.1\.nupkg.metadata
microsoft.extensions.filesystemglobbing\2.1.1\.nupkg.metadata
microsoft.extensions.hosting.abstractions\2.1.1\.nupkg.metadata
microsoft.extensions.hosting\2.1.1\.nupkg.metadata
microsoft.extensions.http\2.1.1\.nupkg.metadata
microsoft.extensions.identity.core\2.1.1\.nupkg.metadata
microsoft.extensions.identity.stores\2.1.1\.nupkg.metadata
microsoft.extensions.localization.abstractions\2.1.1\.nupkg.metadata
microsoft.extensions.localization\2.1.1\.nupkg.metadata
microsoft.extensions.logging.abstractions\2.1.1\.nupkg.metadata
microsoft.extensions.logging.azureappservices\2.1.1\.nupkg.metadata
microsoft.extensions.logging.configuration\2.1.1\.nupkg.metadata
microsoft.extensions.logging.console\2.1.1\.nupkg.metadata
microsoft.extensions.logging.debug\2.1.1\.nupkg.metadata
microsoft.extensions.logging.eventsource\2.1.1\.nupkg.metadata
microsoft.extensions.logging.tracesource\2.1.1\.nupkg.metadata
microsoft.extensions.logging\2.1.1\.nupkg.metadata
microsoft.extensions.objectpool\2.1.1\.nupkg.metadata
microsoft.extensions.options.configurationextensions\2.1.1\.nupkg.metadata
microsoft.extensions.options\2.1.1\.nupkg.metadata
microsoft.extensions.platformabstractions\1.1.0\.nupkg.metadata
microsoft.extensions.primitives\2.1.1\.nupkg.metadata
microsoft.extensions.webencoders\2.1.1\.nupkg.metadata
microsoft.identitymodel.clients.activedirectory\3.14.2\.nupkg.metadata
microsoft.identitymodel.clients.activedirectory\3.14.2\.signature.p7s
microsoft.identitymodel.logging\5.2.0\.nupkg.metadata
microsoft.identitymodel.logging\5.2.0\.signature.p7s
microsoft.identitymodel.protocols.openidconnect\5.2.0\.nupkg.metadata
microsoft.identitymodel.protocols.openidconnect\5.2.0\.signature.p7s
microsoft.identitymodel.protocols.wsfederation\5.2.0\.nupkg.metadata
microsoft.identitymodel.protocols.wsfederation\5.2.0\.signature.p7s
microsoft.identitymodel.protocols\5.2.0\.nupkg.metadata
microsoft.identitymodel.protocols\5.2.0\.signature.p7s
microsoft.identitymodel.tokens.saml\5.2.0\.nupkg.metadata
microsoft.identitymodel.tokens.saml\5.2.0\.signature.p7s
microsoft.identitymodel.tokens\5.2.0\.nupkg.metadata
microsoft.identitymodel.tokens\5.2.0\.signature.p7s
microsoft.identitymodel.xml\5.2.0\.nupkg.metadata
microsoft.identitymodel.xml\5.2.0\.signature.p7s
microsoft.net.http.headers\2.1.1\.nupkg.metadata
microsoft.netcore.app\2.1.0\.nupkg.metadata
microsoft.netcore.dotnetapphost\2.1.0\.nupkg.metadata
microsoft.netcore.dotnethostpolicy\2.1.0\.nupkg.metadata
microsoft.netcore.dotnethostresolver\2.1.0\.nupkg.metadata
microsoft.netcore.platforms\1.0.1\.nupkg.metadata
microsoft.netcore.platforms\1.0.1\.signature.p7s
microsoft.netcore.platforms\1.0.2\.nupkg.metadata
microsoft.netcore.platforms\1.0.2\.signature.p7s
microsoft.netcore.platforms\1.1.0\.nupkg.metadata
microsoft.netcore.platforms\1.1.0\.signature.p7s
microsoft.netcore.platforms\2.0.0\.nupkg.metadata
microsoft.netcore.platforms\2.0.0\.signature.p7s
microsoft.netcore.platforms\2.1.0\.nupkg.metadata
microsoft.netcore.targets\1.0.1\.nupkg.metadata
microsoft.netcore.targets\1.1.0\.nupkg.metadata
microsoft.netcore.targets\2.1.0\.nupkg.metadata
microsoft.rest.clientruntime.azure\3.3.7\.nupkg.metadata
microsoft.rest.clientruntime.azure\3.3.7\.signature.p7s
microsoft.rest.clientruntime\2.3.8\.nupkg.metadata
microsoft.rest.clientruntime\2.3.8\.signature.p7s
microsoft.visualstudio.web.browserlink\2.1.1\.nupkg.metadata
microsoft.visualstudio.web.codegeneration.contracts\2.1.6\.nupkg.metadata
microsoft.visualstudio.web.codegeneration.contracts\2.1.6\.signature.p7s
microsoft.visualstudio.web.codegeneration.contracts\2.1.6\lib\netstandard2.0\Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll
microsoft.visualstudio.web.codegeneration.contracts\2.1.6\microsoft.visualstudio.web.codegeneration.contracts.2.1.6.nupkg.sha512
microsoft.visualstudio.web.codegeneration.contracts\2.1.6\microsoft.visualstudio.web.codegeneration.contracts.nuspec
microsoft.visualstudio.web.codegeneration.core\2.1.6\.nupkg.metadata
microsoft.visualstudio.web.codegeneration.core\2.1.6\.signature.p7s
microsoft.visualstudio.web.codegeneration.core\2.1.6\lib\netstandard2.0\Microsoft.VisualStudio.Web.CodeGeneration.Core.dll
microsoft.visualstudio.web.codegeneration.core\2.1.6\microsoft.visualstudio.web.codegeneration.core.2.1.6.nupkg.sha512
microsoft.visualstudio.web.codegeneration.core\2.1.6\microsoft.visualstudio.web.codegeneration.core.nuspec
microsoft.visualstudio.web.codegeneration.design\2.1.6\.nupkg.metadata
microsoft.visualstudio.web.codegeneration.design\2.1.6\.signature.p7s
microsoft.visualstudio.web.codegeneration.design\2.1.6\lib\net461\dotnet-aspnet-codegenerator-design.exe
microsoft.visualstudio.web.codegeneration.design\2.1.6\lib\netstandard2.0\dotnet-aspnet-codegenerator-design.dll
microsoft.visualstudio.web.codegeneration.design\2.1.6\microsoft.visualstudio.web.codegeneration.design.2.1.6.nupkg.sha512
microsoft.visualstudio.web.codegeneration.design\2.1.6\microsoft.visualstudio.web.codegeneration.design.nuspec
microsoft.visualstudio.web.codegeneration.design\2.1.6\runtimes\win7-x64\lib\net461\dotnet-aspnet-codegenerator-design.exe
microsoft.visualstudio.web.codegeneration.design\2.1.6\runtimes\win7-x86\lib\net461\dotnet-aspnet-codegenerator-design.exe
microsoft.visualstudio.web.codegeneration.design\2.1.6\runtimes\win-arm\lib\net461\dotnet-aspnet-codegenerator-design.exe
microsoft.visualstudio.web.codegeneration.design\2.1.6\runtimes\win-arm64\lib\net461\dotnet-aspnet-codegenerator-design.exe
microsoft.visualstudio.web.codegeneration.entityframeworkcore\2.1.6\.nupkg.metadata
microsoft.visualstudio.web.codegeneration.entityframeworkcore\2.1.6\.signature.p7s
microsoft.visualstudio.web.codegeneration.entityframeworkcore\2.1.6\lib\netstandard2.0\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll
microsoft.visualstudio.web.codegeneration.entityframeworkcore\2.1.6\microsoft.visualstudio.web.codegeneration.entityframeworkcore.2.1.6.nupkg.sha512
microsoft.visualstudio.web.codegeneration.entityframeworkcore\2.1.6\microsoft.visualstudio.web.codegeneration.entityframeworkcore.nuspec
microsoft.visualstudio.web.codegeneration.entityframeworkcore\2.1.6\Templates\DbContext\NewLocalDbContext.cshtml
microsoft.visualstudio.web.codegeneration.templating\2.1.6\.nupkg.metadata
microsoft.visualstudio.web.codegeneration.templating\2.1.6\.signature.p7s
microsoft.visualstudio.web.codegeneration.templating\2.1.6\lib\netstandard2.0\Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll
microsoft.visualstudio.web.codegeneration.templating\2.1.6\microsoft.visualstudio.web.codegeneration.templating.2.1.6.nupkg.sha512
microsoft.visualstudio.web.codegeneration.templating\2.1.6\microsoft.visualstudio.web.codegeneration.templating.nuspec
microsoft.visualstudio.web.codegeneration.utils\2.1.6\.nupkg.metadata
microsoft.visualstudio.web.codegeneration.utils\2.1.6\.signature.p7s
microsoft.visualstudio.web.codegeneration.utils\2.1.6\lib\netstandard2.0\Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll
microsoft.visualstudio.web.codegeneration.utils\2.1.6\microsoft.visualstudio.web.codegeneration.utils.2.1.6.nupkg.sha512
microsoft.visualstudio.web.codegeneration.utils\2.1.6\microsoft.visualstudio.web.codegeneration.utils.nuspec
microsoft.visualstudio.web.codegeneration\2.1.6\.nupkg.metadata
microsoft.visualstudio.web.codegeneration\2.1.6\.signature.p7s
microsoft.visualstudio.web.codegeneration\2.1.6\lib\netstandard2.0\Microsoft.VisualStudio.Web.CodeGeneration.dll
microsoft.visualstudio.web.codegeneration\2.1.6\microsoft.visualstudio.web.codegeneration.2.1.6.nupkg.sha512
microsoft.visualstudio.web.codegeneration\2.1.6\microsoft.visualstudio.web.codegeneration.nuspec
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\.nupkg.metadata
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\.signature.p7s
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Generators\ParameterDefinitions\area.json
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Generators\ParameterDefinitions\controller.json
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Generators\ParameterDefinitions\identity.json
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Generators\ParameterDefinitions\razorpage.json
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Generators\ParameterDefinitions\view.json
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\lib\netstandard2.0\identitygeneratorfilesconfig.json
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\lib\netstandard2.0\Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\microsoft.visualstudio.web.codegenerators.mvc.2.1.6.nupkg.sha512
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\microsoft.visualstudio.web.codegenerators.mvc.nuspec
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\ControllerGenerator\ApiControllerWithActions.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\ControllerGenerator\ApiControllerWithContext.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\ControllerGenerator\ApiEmptyController.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\ControllerGenerator\ControllerWithActions.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\ControllerGenerator\EmptyController.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\ControllerGenerator\MvcControllerWithContext.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\_LoginPartial.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Data\ApplicationDbContext.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Data\ApplicationUser.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\IdentityHostingStartup.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\_Layout.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\_ValidationScriptsPartial.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\_ViewImports.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\_ViewStart.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account._ViewImports.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.AccessDenied.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.AccessDenied.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.ConfirmEmail.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.ConfirmEmail.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.ExternalLogin.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.ExternalLogin.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.ForgotPassword.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.ForgotPassword.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.ForgotPasswordConfirmation.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.ForgotPasswordConfirmation.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.Lockout.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.Lockout.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.Login.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.Login.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.LoginWith2fa.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.LoginWith2fa.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.LoginWithRecoveryCode.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.LoginWithRecoveryCode.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.Logout.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.Logout.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.Register.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.Register.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.ResetPassword.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.ResetPassword.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.ResetPasswordConfirmation.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Account.ResetPasswordConfirmation.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage._Layout.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage._ManageNav.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage._StatusMessage.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage._ViewImports.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.ChangePassword.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.ChangePassword.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.DeletePersonalData.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.DeletePersonalData.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.Disable2fa.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.Disable2fa.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.DownloadPersonalData.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.DownloadPersonalData.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.EnableAuthenticator.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.EnableAuthenticator.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.ExternalLogins.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.ExternalLogins.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.GenerateRecoveryCodes.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.GenerateRecoveryCodes.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.Index.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.Index.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.ManageNavPages.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.PersonalData.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.PersonalData.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.ResetAuthenticator.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.ResetAuthenticator.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.SetPassword.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.SetPassword.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.ShowRecoveryCodes.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.ShowRecoveryCodes.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.TwoFactorAuthentication.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Account\Manage\Account.Manage.TwoFactorAuthentication.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Error.cs.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\Pages\Error.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\ScaffoldingReadme.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\SupportPages._CookieConsentPartial.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\SupportPages._ViewImports.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\SupportPages._ViewStart.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\css\site.css
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\css\site.min.css
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\favicon.ico
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\images\banner1.svg
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\images\banner2.svg
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\images\banner3.svg
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\js\site.js
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\js\site.min.js
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\.bower.json
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\dist\css\bootstrap.css
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\dist\css\bootstrap.css.map
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\dist\css\bootstrap.min.css
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\dist\css\bootstrap.min.css.map
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\dist\css\bootstrap-theme.css
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\dist\css\bootstrap-theme.css.map
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\dist\css\bootstrap-theme.min.css
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\dist\css\bootstrap-theme.min.css.map
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\dist\fonts\glyphicons-halflings-regular.eot
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\dist\fonts\glyphicons-halflings-regular.svg
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\dist\fonts\glyphicons-halflings-regular.ttf
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\dist\fonts\glyphicons-halflings-regular.woff
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\dist\fonts\glyphicons-halflings-regular.woff2
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\dist\js\bootstrap.js
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\dist\js\bootstrap.min.js
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\dist\js\npm.js
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\bootstrap\LICENSE
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\jquery\.bower.json
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\jquery\dist\jquery.js
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\jquery\dist\jquery.min.js
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\jquery\dist\jquery.min.map
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\jquery\LICENSE.txt
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\jquery-validation\.bower.json
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\jquery-validation\dist\additional-methods.js
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\jquery-validation\dist\additional-methods.min.js
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\jquery-validation\dist\jquery.validate.js
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\jquery-validation\dist\jquery.validate.min.js
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\jquery-validation\LICENSE.md
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\jquery-validation-unobtrusive\.bower.json
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\jquery-validation-unobtrusive\jquery.validate.unobtrusive.js
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\jquery-validation-unobtrusive\jquery.validate.unobtrusive.min.js
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Identity\wwwroot\lib\jquery-validation-unobtrusive\LICENSE.txt
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\MvcLayout\_Layout.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\MvcLayout\Error.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\RazorPageGenerator\_ValidationScriptsPartial.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\RazorPageGenerator\Create.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\RazorPageGenerator\CreatePageModel.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\RazorPageGenerator\Delete.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\RazorPageGenerator\DeletePageModel.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\RazorPageGenerator\Details.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\RazorPageGenerator\DetailsPageModel.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\RazorPageGenerator\Edit.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\RazorPageGenerator\EditPageModel.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\RazorPageGenerator\Empty.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\RazorPageGenerator\EmptyPageModel.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\RazorPageGenerator\List.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\RazorPageGenerator\ListPageModel.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Startup\ReadMe.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\Startup\Startup.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\ViewGenerator\_ValidationScriptsPartial.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\ViewGenerator\Create.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\ViewGenerator\Delete.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\ViewGenerator\Details.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\ViewGenerator\Edit.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\ViewGenerator\Empty.cshtml
microsoft.visualstudio.web.codegenerators.mvc\2.1.6\Templates\ViewGenerator\List.cshtml
microsoft.win32.primitives\4.0.1\.nupkg.metadata
microsoft.win32.primitives\4.3.0\.nupkg.metadata
microsoft.win32.registry\4.3.0\.nupkg.metadata
microsoft.win32.registry\4.5.0\.nupkg.metadata
netstandard.library\1.6.0\.nupkg.metadata
netstandard.library\1.6.1\.nupkg.metadata
netstandard.library\2.0.3\.nupkg.metadata
newtonsoft.json.bson\1.0.1\.nupkg.metadata
newtonsoft.json.bson\1.0.1\.signature.p7s
newtonsoft.json\10.0.1\.nupkg.metadata
newtonsoft.json\10.0.1\.signature.p7s
newtonsoft.json\11.0.2\.nupkg.metadata
newtonsoft.json\11.0.2\.signature.p7s
newtonsoft.json\9.0.1\.nupkg.metadata
nuget.frameworks\4.7.0\.nupkg.metadata
remotion.linq\2.2.0\.nupkg.metadata
remotion.linq\2.2.0\.signature.p7s
runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl\4.3.0\.nupkg.metadata
runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl\4.3.0\.nupkg.metadata
runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl\4.3.0\.nupkg.metadata
runtime.native.system.data.sqlclient.sni\4.4.0\.nupkg.metadata
runtime.native.system.io.compression\4.1.0\.nupkg.metadata
runtime.native.system.io.compression\4.3.0\.nupkg.metadata
runtime.native.system.net.http\4.0.1\.nupkg.metadata
runtime.native.system.net.http\4.3.0\.nupkg.metadata
runtime.native.system.net.security\4.3.0\.nupkg.metadata
runtime.native.system.security.cryptography.apple\4.3.0\.nupkg.metadata
runtime.native.system.security.cryptography.openssl\4.3.0\.nupkg.metadata
runtime.native.system.security.cryptography\4.0.0\.nupkg.metadata
runtime.native.system\4.0.0\.nupkg.metadata
runtime.native.system\4.3.0\.nupkg.metadata
runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl\4.3.0\.nupkg.metadata
runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl\4.3.0\.nupkg.metadata
runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple\4.3.0\.nupkg.metadata
runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl\4.3.0\.nupkg.metadata
runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl\4.3.0\.nupkg.metadata
runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl\4.3.0\.nupkg.metadata
runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl\4.3.0\.nupkg.metadata
runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl\4.3.0\.nupkg.metadata
runtime.win-arm64.runtime.native.system.data.sqlclient.sni\4.4.0\.nupkg.metadata
runtime.win-x64.runtime.native.system.data.sqlclient.sni\4.4.0\.nupkg.metadata
runtime.win-x86.runtime.native.system.data.sqlclient.sni\4.4.0\.nupkg.metadata
sqlitepclraw.bundle_green\1.1.11\.nupkg.metadata
sqlitepclraw.bundle_green\1.1.11\.signature.p7s
sqlitepclraw.core\1.1.11\.nupkg.metadata
sqlitepclraw.core\1.1.11\.signature.p7s
sqlitepclraw.lib.e_sqlite3.linux\1.1.11\.nupkg.metadata
sqlitepclraw.lib.e_sqlite3.linux\1.1.11\.signature.p7s
sqlitepclraw.lib.e_sqlite3.osx\1.1.11\.nupkg.metadata
sqlitepclraw.lib.e_sqlite3.osx\1.1.11\.signature.p7s
sqlitepclraw.lib.e_sqlite3.v110_xp\1.1.11\.nupkg.metadata
sqlitepclraw.lib.e_sqlite3.v110_xp\1.1.11\.signature.p7s
sqlitepclraw.provider.e_sqlite3.netstandard11\1.1.11\.nupkg.metadata
sqlitepclraw.provider.e_sqlite3.netstandard11\1.1.11\.signature.p7s
stackexchange.redis.strongname\1.2.4\.nupkg.metadata
stackexchange.redis.strongname\1.2.4\.signature.p7s
system.appcontext\4.1.0\.nupkg.metadata
system.appcontext\4.3.0\.nupkg.metadata
system.buffers\4.0.0\.nupkg.metadata
system.buffers\4.3.0\.nupkg.metadata
system.buffers\4.5.0\.nupkg.metadata
system.collections.concurrent\4.0.12\.nupkg.metadata
system.collections.concurrent\4.3.0\.nupkg.metadata
system.collections.immutable\1.3.0\.nupkg.metadata
system.collections.immutable\1.3.1\.nupkg.metadata
system.collections.immutable\1.5.0\.nupkg.metadata
system.collections.nongeneric\4.3.0\.nupkg.metadata
system.collections.specialized\4.3.0\.nupkg.metadata
system.collections\4.0.11\.nupkg.metadata
system.collections\4.3.0\.nupkg.metadata
system.componentmodel.annotations\4.5.0\.nupkg.metadata
system.componentmodel.primitives\4.3.0\.nupkg.metadata
system.componentmodel.typeconverter\4.3.0\.nupkg.metadata
system.componentmodel\4.3.0\.nupkg.metadata
system.composition.attributedmodel\1.0.31\.nupkg.metadata
system.composition.convention\1.0.31\.nupkg.metadata
system.composition.hosting\1.0.31\.nupkg.metadata
system.composition.runtime\1.0.31\.nupkg.metadata
system.composition.typedparts\1.0.31\.nupkg.metadata
system.composition\1.0.31\.nupkg.metadata
system.console\4.0.0\.nupkg.metadata
system.console\4.3.0\.nupkg.metadata
system.data.sqlclient\4.5.1\.nupkg.metadata
system.diagnostics.contracts\4.3.0\.nupkg.metadata
system.diagnostics.debug\4.0.11\.nupkg.metadata
system.diagnostics.debug\4.3.0\.nupkg.metadata
system.diagnostics.diagnosticsource\4.0.0\.nupkg.metadata
system.diagnostics.diagnosticsource\4.3.0\.nupkg.metadata
system.diagnostics.diagnosticsource\4.4.0\.nupkg.metadata
system.diagnostics.diagnosticsource\4.4.0\.signature.p7s
system.diagnostics.diagnosticsource\4.5.0\.nupkg.metadata
system.diagnostics.fileversioninfo\4.3.0\.nupkg.metadata
system.diagnostics.process\4.3.0\.nupkg.metadata
system.diagnostics.stacktrace\4.3.0\.nupkg.metadata
system.diagnostics.tools\4.0.1\.nupkg.metadata
system.diagnostics.tools\4.3.0\.nupkg.metadata
system.diagnostics.tracing\4.1.0\.nupkg.metadata
system.diagnostics.tracing\4.3.0\.nupkg.metadata
system.dynamic.runtime\4.0.11\.nupkg.metadata
system.dynamic.runtime\4.3.0\.nupkg.metadata
system.globalization.calendars\4.0.1\.nupkg.metadata
system.globalization.calendars\4.3.0\.nupkg.metadata
system.globalization.extensions\4.0.1\.nupkg.metadata
system.globalization.extensions\4.3.0\.nupkg.metadata
system.globalization\4.0.11\.nupkg.metadata
system.globalization\4.3.0\.nupkg.metadata
system.identitymodel.tokens.jwt\5.2.0\.nupkg.metadata
system.identitymodel.tokens.jwt\5.2.0\.signature.p7s
system.interactive.async\3.1.1\.nupkg.metadata
system.interactive.async\3.1.1\.signature.p7s
system.io.compression.zipfile\4.0.1\.nupkg.metadata
system.io.compression.zipfile\4.3.0\.nupkg.metadata
system.io.compression\4.1.0\.nupkg.metadata
system.io.compression\4.3.0\.nupkg.metadata
system.io.filesystem.primitives\4.0.1\.nupkg.metadata
system.io.filesystem.primitives\4.3.0\.nupkg.metadata
system.io.filesystem\4.0.1\.nupkg.metadata
system.io.filesystem\4.3.0\.nupkg.metadata
system.io.pipelines\4.5.0\.nupkg.metadata
system.io\4.1.0\.nupkg.metadata
system.io\4.3.0\.nupkg.metadata
system.linq.expressions\4.1.0\.nupkg.metadata
system.linq.expressions\4.3.0\.nupkg.metadata
system.linq.parallel\4.3.0\.nupkg.metadata
system.linq.queryable\4.0.1\.nupkg.metadata
system.linq\4.1.0\.nupkg.metadata
system.linq\4.3.0\.nupkg.metadata
system.memory\4.5.1\.nupkg.metadata
system.net.http\4.1.0\.nupkg.metadata
system.net.http\4.1.0\.signature.p7s
system.net.http\4.3.0\.nupkg.metadata
system.net.http\4.3.0\.signature.p7s
system.net.nameresolution\4.3.0\.nupkg.metadata
system.net.primitives\4.0.11\.nupkg.metadata
system.net.primitives\4.3.0\.nupkg.metadata
system.net.security\4.3.0\.nupkg.metadata
system.net.sockets\4.1.0\.nupkg.metadata
system.net.sockets\4.3.0\.nupkg.metadata
system.net.websockets.websocketprotocol\4.5.1\.nupkg.metadata
system.numerics.vectors\4.5.0\.nupkg.metadata
system.objectmodel\4.0.12\.nupkg.metadata
system.objectmodel\4.3.0\.nupkg.metadata
system.private.datacontractserialization\4.1.1\.nupkg.metadata
system.private.datacontractserialization\4.3.0\.nupkg.metadata
system.reflection.emit.ilgeneration\4.0.1\.nupkg.metadata
system.reflection.emit.ilgeneration\4.3.0\.nupkg.metadata
system.reflection.emit.lightweight\4.0.1\.nupkg.metadata
system.reflection.emit.lightweight\4.3.0\.nupkg.metadata
system.reflection.emit\4.0.1\.nupkg.metadata
system.reflection.emit\4.3.0\.nupkg.metadata
system.reflection.extensions\4.0.1\.nupkg.metadata
system.reflection.extensions\4.3.0\.nupkg.metadata
system.reflection.metadata\1.4.1\.nupkg.metadata
system.reflection.metadata\1.4.2\.nupkg.metadata
system.reflection.metadata\1.6.0\.nupkg.metadata
system.reflection.primitives\4.0.1\.nupkg.metadata
system.reflection.primitives\4.3.0\.nupkg.metadata
system.reflection.typeextensions\4.1.0\.nupkg.metadata
system.reflection.typeextensions\4.3.0\.nupkg.metadata
system.reflection\4.1.0\.nupkg.metadata
system.reflection\4.3.0\.nupkg.metadata
system.resources.resourcemanager\4.0.1\.nupkg.metadata
system.resources.resourcemanager\4.3.0\.nupkg.metadata
system.runtime.compilerservices.unsafe\4.5.0\.nupkg.metadata
system.runtime.compilerservices.unsafe\4.5.1\.nupkg.metadata
system.runtime.extensions\4.1.0\.nupkg.metadata
system.runtime.extensions\4.3.0\.nupkg.metadata
system.runtime.handles\4.0.1\.nupkg.metadata
system.runtime.handles\4.3.0\.nupkg.metadata
system.runtime.interopservices.runtimeinformation\4.0.0\.nupkg.metadata
system.runtime.interopservices.runtimeinformation\4.3.0\.nupkg.metadata
system.runtime.interopservices\4.1.0\.nupkg.metadata
system.runtime.interopservices\4.3.0\.nupkg.metadata
system.runtime.numerics\4.0.1\.nupkg.metadata
system.runtime.numerics\4.3.0\.nupkg.metadata
system.runtime.serialization.formatters\4.3.0\.nupkg.metadata
system.runtime.serialization.json\4.0.2\.nupkg.metadata
system.runtime.serialization.primitives\4.1.1\.nupkg.metadata
system.runtime.serialization.primitives\4.3.0\.nupkg.metadata
system.runtime.serialization.xml\4.3.0\.nupkg.metadata
system.runtime\4.1.0\.nupkg.metadata
system.runtime\4.3.0\.nupkg.metadata
system.security.accesscontrol\4.5.0\.nupkg.metadata
system.security.claims\4.3.0\.nupkg.metadata
system.security.cryptography.algorithms\4.2.0\.nupkg.metadata
system.security.cryptography.algorithms\4.3.0\.nupkg.metadata
system.security.cryptography.cng\4.2.0\.nupkg.metadata
system.security.cryptography.cng\4.3.0\.nupkg.metadata
system.security.cryptography.cng\4.5.0\.nupkg.metadata
system.security.cryptography.csp\4.0.0\.nupkg.metadata
system.security.cryptography.csp\4.3.0\.nupkg.metadata
system.security.cryptography.encoding\4.0.0\.nupkg.metadata
system.security.cryptography.encoding\4.3.0\.nupkg.metadata
system.security.cryptography.openssl\4.0.0\.nupkg.metadata
system.security.cryptography.openssl\4.3.0\.nupkg.metadata
system.security.cryptography.pkcs\4.5.0\.nupkg.metadata
system.security.cryptography.primitives\4.0.0\.nupkg.metadata
system.security.cryptography.primitives\4.3.0\.nupkg.metadata
system.security.cryptography.x509certificates\4.1.0\.nupkg.metadata
system.security.cryptography.x509certificates\4.3.0\.nupkg.metadata
system.security.cryptography.xml\4.5.0\.nupkg.metadata
system.security.permissions\4.5.0\.nupkg.metadata
system.security.principal.windows\4.3.0\.nupkg.metadata
system.security.principal.windows\4.5.0\.nupkg.metadata
system.security.principal\4.3.0\.nupkg.metadata
system.spatial\5.8.2\.nupkg.metadata
system.text.encoding.codepages\4.3.0\.nupkg.metadata
system.text.encoding.codepages\4.5.0\.nupkg.metadata
system.text.encoding.extensions\4.0.11\.nupkg.metadata
system.text.encoding.extensions\4.3.0\.nupkg.metadata
system.text.encoding\4.0.11\.nupkg.metadata
system.text.encoding\4.3.0\.nupkg.metadata
system.text.encodings.web\4.3.1\.nupkg.metadata
system.text.encodings.web\4.3.1\.signature.p7s
system.text.encodings.web\4.5.0\.nupkg.metadata
system.text.regularexpressions\4.1.0\.nupkg.metadata
system.text.regularexpressions\4.3.0\.nupkg.metadata
system.threading.channels\4.5.0\.nupkg.metadata
system.threading.tasks.extensions\4.0.0\.nupkg.metadata
system.threading.tasks.extensions\4.3.0\.nupkg.metadata
system.threading.tasks.extensions\4.5.1\.nupkg.metadata
system.threading.tasks.parallel\4.3.0\.nupkg.metadata
system.threading.tasks\4.0.11\.nupkg.metadata
system.threading.tasks\4.3.0\.nupkg.metadata
system.threading.thread\4.3.0\.nupkg.metadata
system.threading.threadpool\4.3.0\.nupkg.metadata
system.threading.timer\4.0.1\.nupkg.metadata
system.threading.timer\4.3.0\.nupkg.metadata
system.threading\4.0.11\.nupkg.metadata
system.threading\4.3.0\.nupkg.metadata
system.valuetuple\4.3.0\.nupkg.metadata
system.valuetuple\4.5.0\.nupkg.metadata
system.xml.readerwriter\4.0.11\.nupkg.metadata
system.xml.readerwriter\4.3.0\.nupkg.metadata
system.xml.xdocument\4.0.11\.nupkg.metadata
system.xml.xdocument\4.3.0\.nupkg.metadata
system.xml.xmldocument\4.0.1\.nupkg.metadata
system.xml.xmldocument\4.3.0\.nupkg.metadata
system.xml.xmlserializer\4.0.11\.nupkg.metadata
system.xml.xmlserializer\4.3.0\.nupkg.metadata
system.xml.xpath.xdocument\4.3.0\.nupkg.metadata
system.xml.xpath\4.3.0\.nupkg.metadata
windowsazure.storage\8.1.4\.nupkg.metadata
windowsazure.storage\8.1.4\.signature.p7s

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<AspNetCoreMajorVersion>2</AspNetCoreMajorVersion>
<AspNetCoreMinorVersion>1</AspNetCoreMinorVersion>
<AspNetCorePatchVersion>6</AspNetCorePatchVersion>
<AspNetCorePatchVersion>7</AspNetCorePatchVersion>
<PreReleaseLabel>servicing</PreReleaseLabel>
<PreReleaseBrandingLabel>Servicing</PreReleaseBrandingLabel>
<BuildNumber Condition="'$(BuildNumber)' == ''">t000</BuildNumber>