Skip to content

Port textOnly packages from pre-arcade to main #240

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions src/textOnlyPackages/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

<TargetFramework>netstandard2.0</TargetFramework>
<IncludeBuildOutput>false</IncludeBuildOutput>
<NoDefaultExcludes>true</NoDefaultExcludes>

<!-- Don't warn on NU5125 - The 'licenseUrl' element will be deprecated. -->
<NoWarn>$(NoWarn);NU5125</NoWarn>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Microsoft.AspNetCore.Components.WebAssembly.Templates</id>
<version>3.2.1</version>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">Apache-2.0</license>
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
<icon>Icon.png</icon>
<projectUrl>https://asp.net/</projectUrl>
<description>Templates for ASP.NET Core Blazor WebAssembly projects.

To install the templates in this package, run 'dotnet new --install Microsoft.AspNetCore.Components.WebAssembly.Templates::3.2.1'.


This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/62c098bc170f50feca15916e81cb7f321ffc52ff</description>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>aspnet templates blazor spa</tags>
<serviceable>true</serviceable>
<packageTypes>
<packageType name="Template" />
</packageTypes>
<repository type="git" url="https://github.com/aspnet/AspNetCore" commit="62c098bc170f50feca15916e81cb7f321ffc52ff" />
</metadata>
</package>
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types">
<Default Extension="rels" ContentType="application/vnd.openxmlformats-package.relationships+xml" />
<Default Extension="psmdcp" ContentType="application/vnd.openxmlformats-package.core-properties+xml" />
<Default Extension="png" ContentType="application/octet" />
<Default Extension="sln" ContentType="application/octet" />
<Default Extension="json" ContentType="application/octet" />
<Default Extension="razor" ContentType="application/octet" />
<Default Extension="csproj" ContentType="application/octet" />
<Default Extension="cs" ContentType="application/octet" />
<Default Extension="ico" ContentType="application/octet" />
<Default Extension="html" ContentType="application/octet" />
<Default Extension="js" ContentType="application/octet" />
<Default Extension="css" ContentType="application/octet" />
<Default Extension="map" ContentType="application/octet" />
<Default Extension="md" ContentType="application/octet" />
<Default Extension="eot" ContentType="application/octet" />
<Default Extension="otf" ContentType="application/octet" />
<Default Extension="svg" ContentType="application/octet" />
<Default Extension="ttf" ContentType="application/octet" />
<Default Extension="woff" ContentType="application/octet" />
<Default Extension="db" ContentType="application/octet" />
<Default Extension="cshtml" ContentType="application/octet" />
<Default Extension="nuspec" ContentType="application/octet" />
<Override PartName="/content/ComponentsWebAssembly-CSharp/Client/wwwroot/css/open-iconic/FONT-LICENSE" ContentType="application/octet" />
<Override PartName="/content/ComponentsWebAssembly-CSharp/Client/wwwroot/css/open-iconic/ICON-LICENSE" ContentType="application/octet" />
</Types>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
<Relationship Type="http://schemas.microsoft.com/packaging/2010/07/manifest" Target="/Microsoft.AspNetCore.Components.WebAssembly.Templates.nuspec" Id="RF463387832C9F6AB" />
<Relationship Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties" Target="/package/services/metadata/core-properties/fadeeb63bcc14514bad0a6be7edc2f2c.psmdcp" Id="R9DE910E8061AFFAA" />
</Relationships>
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
{
"$schema": "http://json.schemastore.org/dotnetcli.host",
"symbolInfo": {
"skipRestore": {
"longName": "no-restore",
"shortName": ""
},
"Hosted": {
"longName": "hosted"
},
"PWA": {
"longName": "pwa"
},
"Framework": {
"longName": "framework"
},
"UseLocalDB": {
"longName": "use-local-db"
},
"AADInstance": {
"longName": "aad-instance",
"shortName": ""
},
"AAdB2CInstance": {
"longName": "aad-b2c-instance",
"shortName": ""
},
"SignUpSignInPolicyId": {
"longName": "susi-policy-id",
"shortName": "ssp"
},
"OrgReadAccess": {
"longName": "org-read-access",
"shortName": "r"
},
"ClientId": {
"longName": "client-id",
"shortName": ""
},
"AppIDUri": {
"longName": "app-id-uri",
"shortName": ""
},
"APIClientId": {
"longName": "api-client-id",
"shortName": ""
},
"Domain": {
"longName": "domain",
"shortName": ""
},
"TenantId": {
"longName": "tenant-id",
"shortName": ""
},
"DefaultScope": {
"longName": "default-scope",
"shortName": "s"
},
"Authority": {
"longName": "authority",
"shortName": ""
},
"HttpPort": {
"isHidden": true
},
"HttpsPort": {
"isHidden": true
},
"ExcludeLaunchSettings": {
"longName": "exclude-launch-settings",
"shortName": ""
},
"UserSecretsId": {
"isHidden": true
},
"NoHttps": {
"longName": "no-https",
"shortName": ""
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading