forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Microsoft.Azure.Management.Advisor.csproj
23 lines (21 loc) · 1.17 KB
/
Microsoft.Azure.Management.Advisor.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project Sdk="Microsoft.NET.Sdk">
<!-- Please do not move/edit code below this line -->
<Import Project="$([MSBuild]::GetPathOfFileAbove('AzSdk.reference.props'))" />
<!-- Please do not move/edit code below this line -->
<PropertyGroup>
<Description>Microsoft Azure Advisor Library</Description>
<AssemblyName>Microsoft.Azure.Management.Advisor</AssemblyName>
<Version>0.9.5-preview</Version>
<PackageId>Microsoft.Azure.Management.Advisor</PackageId>
<PackageTags>Management.Advisor;Advisor;recommendations;</PackageTags>
<PackageReleaseNotes>
<![CDATA[
This is a public release of the Azure Advisor SDK. Included with this release is the ability to manage Advisor recommendations and configuration.
]]>
</PackageReleaseNotes>
<TargetFrameworks>$(SdkTargetFx)</TargetFrameworks>
</PropertyGroup>
<!-- Please do not move/edit code below this line -->
<Import Condition=" Exists('$([MSBuild]::GetPathOfFileAbove(AzSdk.RP.props))') " Project="$([MSBuild]::GetPathOfFileAbove('AzSdk.RP.props'))" />
<!-- Please do not move/edit code above this line -->
</Project>