-
Notifications
You must be signed in to change notification settings - Fork 336
/
Microsoft.Dapr.AspNetCore.nuspec
26 lines (26 loc) · 1.27 KB
/
Microsoft.Dapr.AspNetCore.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>Microsoft.Dapr.AspNetCore</id>
<version>$version$</version>
<title>Microsoft.Dapr.AspNetCore</title>
<authors>Microsoft</authors>
<owners>Microsoft,Dapr</owners>
<license type="expression">MIT</license>
<projectUrl>http://aka.ms/actions</projectUrl>
<icon>images\nuget_icon_ms.png</icon>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>This package contains the reference assemblies for developing services using Dapr and AspNetCore.</description>
<summary>This package contains the reference assemblies for developing services using Dapr.</summary>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>Microsoft Azure Dapr</tags>
<dependencies>
<dependency id="Microsoft.Dapr.Client" version="[$version$]" />
</dependencies>
</metadata>
<files>
<file src="..\..\..\properties\nuget_icon_ms.png" target="images\" />
<file src="..\..\..\bin\$Configuration$\Microsoft.Dapr.AspNetCore.dll" target="lib\netcoreapp3.0" exclude="" />
<file src="..\..\..\bin\$Configuration$\Microsoft.Dapr.AspNetCore.xml" target="lib\netcoreapp3.0" exclude="" />
</files>
</package>