summaryrefslogtreecommitdiff
path: root/.packages/microsoft.aspnetcore.app.ref/3.0.1/microsoft.aspnetcore.app.ref.nuspec
diff options
context:
space:
mode:
Diffstat (limited to '.packages/microsoft.aspnetcore.app.ref/3.0.1/microsoft.aspnetcore.app.ref.nuspec')
-rwxr-xr-x.packages/microsoft.aspnetcore.app.ref/3.0.1/microsoft.aspnetcore.app.ref.nuspec26
1 files changed, 26 insertions, 0 deletions
diff --git a/.packages/microsoft.aspnetcore.app.ref/3.0.1/microsoft.aspnetcore.app.ref.nuspec b/.packages/microsoft.aspnetcore.app.ref/3.0.1/microsoft.aspnetcore.app.ref.nuspec
new file mode 100755
index 0000000000..d38025c974
--- /dev/null
+++ b/.packages/microsoft.aspnetcore.app.ref/3.0.1/microsoft.aspnetcore.app.ref.nuspec
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
+ <metadata>
+ <id>Microsoft.AspNetCore.App.Ref</id>
+ <version>3.0.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>packageIcon.png</icon>
+ <projectUrl>https://asp.net/</projectUrl>
+ <description>Provides a default set of APIs for building an ASP.NET Core application. Contains reference assemblies, documentation, and other design-time assets.
+
+This package is an internal implementation of the .NET Core SDK and is not meant to be used as a normal PackageReference.
+
+This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/22dedcb2f0de59022e0383e1f05c9caffc708522</description>
+ <copyright>© Microsoft Corporation. All rights reserved.</copyright>
+ <tags>aspnetcore targeting-pack</tags>
+ <serviceable>true</serviceable>
+ <packageTypes>
+ <packageType name="DotnetPlatform" />
+ </packageTypes>
+ <repository type="git" url="https://github.com/aspnet/AspNetCore" commit="22dedcb2f0de59022e0383e1f05c9caffc708522" />
+ </metadata>
+</package> \ No newline at end of file