Update the documentation pages
@ -162,7 +162,7 @@ request.CertificateExtensions.Add(new X509KeyUsageExtension(X509KeyUsageFlags.Ke
|
||||
|
||||
var certificate = request.CreateSelfSigned(DateTimeOffset.UtcNow, DateTimeOffset.UtcNow.AddYears(2));
|
||||
|
||||
var data = certificate.Export(X509ContentType.Pfx, string.Empty);
|
||||
File.WriteAllBytes("encryption-certificate.pfx", certificate.Export(X509ContentType.Pfx, string.Empty));
|
||||
</code></pre><pre><code class="lang-csharp">using var algorithm = RSA.Create(keySizeInBits: 2048);
|
||||
|
||||
var subject = new X500DistinguishedName("CN=Fabrikam Signing Certificate");
|
||||
@ -171,10 +171,10 @@ request.CertificateExtensions.Add(new X509KeyUsageExtension(X509KeyUsageFlags.Di
|
||||
|
||||
var certificate = request.CreateSelfSigned(DateTimeOffset.UtcNow, DateTimeOffset.UtcNow.AddYears(2));
|
||||
|
||||
var data = certificate.Export(X509ContentType.Pfx, string.Empty);
|
||||
File.WriteAllBytes("signing-certificate.pfx", certificate.Export(X509ContentType.Pfx, string.Empty));
|
||||
</code></pre><p>The best place to store your certificates will depend on your host:</p>
|
||||
<ul>
|
||||
<li>For IIS applications, storing the certificates in the machine store is the recommended option.</li>
|
||||
<li>For IIS applications, <a href="https://www.sonicwall.com/support/knowledge-base/how-can-i-import-certificates-into-the-ms-windows-local-machine-certificate-store/170504615105398/">storing the certificates in the machine store</a> is the recommended option.</li>
|
||||
<li>On Azure, certificates can be uploaded and exposed to Azure App Services applications using the special <code>WEBSITE_LOAD_CERTIFICATES</code> flag.
|
||||
For more information, visit <a href="https://docs.microsoft.com/en-us/azure/app-service/configure-ssl-certificate-in-code">Use a TLS/SSL certificate in your code in Azure App Service</a>.</li>
|
||||
</ul>
|
||||
|
246
manifest.json
@ -45,7 +45,7 @@
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "configuration/encryption-and-signing-credentials.html",
|
||||
"hash": "BNTD2XpB9JvFGvWlIh4bwg=="
|
||||
"hash": "q0vIVnHunT9Yt+EO+9471g=="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -1749,10 +1749,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/images/ASP-NET-Banners-01.png",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/images/ASP-NET-Banners-01.png",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/images/ASP-NET-Banners-01.png"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/images/ASP-NET-Banners-01.png"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -1760,10 +1760,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/images/ASP-NET-Banners-02.png",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/images/ASP-NET-Banners-02.png",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/images/ASP-NET-Banners-02.png"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/images/ASP-NET-Banners-02.png"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -1771,10 +1771,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/images/Banner-01-Azure.png",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/images/Banner-01-Azure.png",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/images/Banner-01-Azure.png"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/images/Banner-01-Azure.png"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -1782,10 +1782,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/images/Banner-02-VS.png",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/images/Banner-02-VS.png",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/images/Banner-02-VS.png"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/images/Banner-02-VS.png"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -1793,10 +1793,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -1804,10 +1804,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -1815,10 +1815,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -1826,10 +1826,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -1837,10 +1837,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/assets/ico/favicon.png",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/assets/ico/favicon.png",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/assets/ico/favicon.png"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/assets/ico/favicon.png"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -1848,10 +1848,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/examples/screenshots/carousel.jpg",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/examples/screenshots/carousel.jpg",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/examples/screenshots/carousel.jpg"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/examples/screenshots/carousel.jpg"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -1859,10 +1859,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/examples/screenshots/grid.jpg",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/examples/screenshots/grid.jpg",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/examples/screenshots/grid.jpg"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/examples/screenshots/grid.jpg"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -1870,10 +1870,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/examples/screenshots/jumbotron-narrow.jpg",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/examples/screenshots/jumbotron-narrow.jpg",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/examples/screenshots/jumbotron-narrow.jpg"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/examples/screenshots/jumbotron-narrow.jpg"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -1881,10 +1881,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/examples/screenshots/jumbotron.jpg",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/examples/screenshots/jumbotron.jpg",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/examples/screenshots/jumbotron.jpg"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/examples/screenshots/jumbotron.jpg"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -1892,10 +1892,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/examples/screenshots/justified-nav.jpg",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/examples/screenshots/justified-nav.jpg",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/examples/screenshots/justified-nav.jpg"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/examples/screenshots/justified-nav.jpg"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -1903,10 +1903,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/examples/screenshots/navbar-fixed.jpg",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/examples/screenshots/navbar-fixed.jpg",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/examples/screenshots/navbar-fixed.jpg"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/examples/screenshots/navbar-fixed.jpg"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -1914,10 +1914,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/examples/screenshots/navbar-static.jpg",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/examples/screenshots/navbar-static.jpg",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/examples/screenshots/navbar-static.jpg"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/examples/screenshots/navbar-static.jpg"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -1925,10 +1925,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/examples/screenshots/navbar.jpg",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/examples/screenshots/navbar.jpg",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/examples/screenshots/navbar.jpg"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/examples/screenshots/navbar.jpg"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -1936,10 +1936,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/examples/screenshots/non-responsive.jpg",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/examples/screenshots/non-responsive.jpg",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/examples/screenshots/non-responsive.jpg"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/examples/screenshots/non-responsive.jpg"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -1947,10 +1947,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/examples/screenshots/offcanvas.jpg",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/examples/screenshots/offcanvas.jpg",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/examples/screenshots/offcanvas.jpg"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/examples/screenshots/offcanvas.jpg"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -1958,10 +1958,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/examples/screenshots/sign-in.jpg",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/examples/screenshots/sign-in.jpg",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/examples/screenshots/sign-in.jpg"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/examples/screenshots/sign-in.jpg"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -1969,10 +1969,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/examples/screenshots/starter-template.jpg",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/examples/screenshots/starter-template.jpg",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/examples/screenshots/starter-template.jpg"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/examples/screenshots/starter-template.jpg"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -1980,10 +1980,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/examples/screenshots/sticky-footer-navbar.jpg",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/examples/screenshots/sticky-footer-navbar.jpg",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/examples/screenshots/sticky-footer-navbar.jpg"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/examples/screenshots/sticky-footer-navbar.jpg"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -1991,10 +1991,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/examples/screenshots/sticky-footer.jpg",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/examples/screenshots/sticky-footer.jpg",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/examples/screenshots/sticky-footer.jpg"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/examples/screenshots/sticky-footer.jpg"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2002,10 +2002,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/examples/screenshots/theme.jpg",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/examples/screenshots/theme.jpg",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/bootstrap/examples/screenshots/theme.jpg"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/bootstrap/examples/screenshots/theme.jpg"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2013,10 +2013,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/captcha/images/button.png",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/captcha/images/button.png",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/captcha/images/button.png"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/captcha/images/button.png"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2024,10 +2024,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/images/bg.gif",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/images/bg.gif",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/images/bg.gif"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/images/bg.gif"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2035,10 +2035,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/images/checked.gif",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/images/checked.gif",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/images/checked.gif"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/images/checked.gif"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2046,10 +2046,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/images/cmxform-divider.gif",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/images/cmxform-divider.gif",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/images/cmxform-divider.gif"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/images/cmxform-divider.gif"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2057,10 +2057,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/images/cmxform-fieldset.gif",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/images/cmxform-fieldset.gif",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/images/cmxform-fieldset.gif"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/images/cmxform-fieldset.gif"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2068,10 +2068,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/images/loading.gif",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/images/loading.gif",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/images/loading.gif"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/images/loading.gif"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2079,10 +2079,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/images/unchecked.gif",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/images/unchecked.gif",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/images/unchecked.gif"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/images/unchecked.gif"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2090,10 +2090,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/login/images/bg.gif",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/login/images/bg.gif",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/login/images/bg.gif"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/login/images/bg.gif"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2101,10 +2101,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/login/images/header1.jpg",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/login/images/header1.jpg",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/login/images/header1.jpg"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/login/images/header1.jpg"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2112,10 +2112,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/login/images/page.gif",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/login/images/page.gif",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/login/images/page.gif"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/login/images/page.gif"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2123,10 +2123,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/login/images/required_star.gif",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/login/images/required_star.gif",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/login/images/required_star.gif"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/login/images/required_star.gif"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2134,10 +2134,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/backRequiredGray.gif",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/backRequiredGray.gif",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/backRequiredGray.gif"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/backRequiredGray.gif"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2145,10 +2145,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/back_green-fade.gif",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/back_green-fade.gif",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/back_green-fade.gif"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/back_green-fade.gif"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2156,10 +2156,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/back_nav_blue.gif",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/back_nav_blue.gif",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/back_nav_blue.gif"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/back_nav_blue.gif"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2167,10 +2167,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/blank.gif",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/blank.gif",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/blank.gif"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/blank.gif"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2178,10 +2178,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/button-submit.gif",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/button-submit.gif",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/button-submit.gif"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/button-submit.gif"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2189,10 +2189,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/help.png",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/help.png",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/help.png"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/help.png"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2200,10 +2200,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/left-nav-callout-long.png",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/left-nav-callout-long.png",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/left-nav-callout-long.png"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/left-nav-callout-long.png"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2211,10 +2211,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/login-sprite.gif",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/login-sprite.gif",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/login-sprite.gif"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/login-sprite.gif"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2222,10 +2222,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/logo_marketo.gif",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/logo_marketo.gif",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/logo_marketo.gif"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/logo_marketo.gif"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2233,10 +2233,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/sf.png",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/sf.png",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/sf.png"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/sf.png"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2244,10 +2244,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/step1-24.gif",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/step1-24.gif",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/step1-24.gif"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/step1-24.gif"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2255,10 +2255,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/step2-24.gif",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/step2-24.gif",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/step2-24.gif"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/step2-24.gif"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2266,10 +2266,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/step3-24.gif",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/step3-24.gif",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/step3-24.gif"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/step3-24.gif"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2277,10 +2277,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/tab-sprite.gif",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/tab-sprite.gif",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/tab-sprite.gif"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/tab-sprite.gif"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2288,10 +2288,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/tab_green.gif",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/tab_green.gif",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/tab_green.gif"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/tab_green.gif"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2299,10 +2299,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/time.png",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/time.png",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/time.png"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/time.png"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2310,10 +2310,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/toggle.gif",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/toggle.gif",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/toggle.gif"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/toggle.gif"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2321,10 +2321,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/warning.gif",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/warning.gif",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/marketo/images/warning.gif"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/marketo/images/warning.gif"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2332,10 +2332,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/milk/bg.gif",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/milk/bg.gif",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/milk/bg.gif"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/milk/bg.gif"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2343,10 +2343,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/milk/left_white.png",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/milk/left_white.png",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/milk/left_white.png"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/milk/left_white.png"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2354,10 +2354,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/milk/milk.png",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/milk/milk.png",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/milk/milk.png"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/milk/milk.png"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2365,10 +2365,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/milk/right_white.png",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/milk/right_white.png",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/milk/right_white.png"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/milk/right_white.png"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2376,10 +2376,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/tinymce/themes/simple/img/icons.gif",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/tinymce/themes/simple/img/icons.gif",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/demo/tinymce/themes/simple/img/icons.gif"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/demo/tinymce/themes/simple/img/icons.gif"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2387,10 +2387,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/test/firebug/errorIcon.png",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/test/firebug/errorIcon.png",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/test/firebug/errorIcon.png"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/test/firebug/errorIcon.png"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2398,10 +2398,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/test/firebug/infoIcon.png",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/test/firebug/infoIcon.png",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/test/firebug/infoIcon.png"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/test/firebug/infoIcon.png"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
@ -2409,10 +2409,10 @@
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/test/firebug/warningIcon.png",
|
||||
"source_relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/test/firebug/warningIcon.png",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "submodules/openiddict-core/sandbox/Mvc.Server/wwwroot/lib/jquery-validation/test/firebug/warningIcon.png"
|
||||
"relative_path": "submodules/openiddict-core/sandbox/OpenIddict.Sandbox.AspNetCore.Server/wwwroot/lib/jquery-validation/test/firebug/warningIcon.png"
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
|
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 8.4 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 889 B After Width: | Height: | Size: 889 B |
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 80 KiB |
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 98 KiB |
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 67 KiB |
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 77 KiB |
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 110 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 93 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 220 B After Width: | Height: | Size: 220 B |
Before Width: | Height: | Size: 43 B After Width: | Height: | Size: 43 B |
Before Width: | Height: | Size: 314 B After Width: | Height: | Size: 314 B |
Before Width: | Height: | Size: 418 B After Width: | Height: | Size: 418 B |
Before Width: | Height: | Size: 223 B After Width: | Height: | Size: 223 B |
Before Width: | Height: | Size: 89 B After Width: | Height: | Size: 89 B |
Before Width: | Height: | Size: 442 B After Width: | Height: | Size: 442 B |
Before Width: | Height: | Size: 664 B After Width: | Height: | Size: 664 B |
Before Width: | Height: | Size: 121 B After Width: | Height: | Size: 121 B |
Before Width: | Height: | Size: 137 B After Width: | Height: | Size: 137 B |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 799 B After Width: | Height: | Size: 799 B |
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 8.2 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 793 B After Width: | Height: | Size: 793 B |
Before Width: | Height: | Size: 845 B After Width: | Height: | Size: 845 B |
Before Width: | Height: | Size: 234 B After Width: | Height: | Size: 234 B |
Before Width: | Height: | Size: 73 B After Width: | Height: | Size: 73 B |
Before Width: | Height: | Size: 538 B After Width: | Height: | Size: 538 B |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 457 B After Width: | Height: | Size: 457 B |
Before Width: | Height: | Size: 524 B After Width: | Height: | Size: 524 B |
Before Width: | Height: | Size: 516 B After Width: | Height: | Size: 516 B |