forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMicrosoft.Azure.Management.PostgreSQL.csproj
25 lines (23 loc) · 1.16 KB
/
Microsoft.Azure.Management.PostgreSQL.csproj
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
<Project Sdk="Microsoft.NET.Sdk">
<!-- Please do not move/edit code below this line -->
<Import Project="$(RepoEngPath)/mgmt/AzSdk.reference.props" />
<!-- Please do not move/edit code below this line -->
<PropertyGroup>
<PackageId>Microsoft.Azure.Management.PostgreSQL</PackageId>
<Description>Provides developers with libraries for the Azure Database for PostgreSQL under Azure Resource manager to deploy an instance of PostgreSQL. Create, Update, Delete, Restore, and more.</Description>
<Version>0.9.0-preview</Version>
<AssemblyName>Microsoft.Azure.Management.PostgreSQL</AssemblyName>
<PackageTags>PostgreSQL;Azure Database for PostgreSQL;</PackageTags>
<PackageReleaseNotes>
<![CDATA[
This is a release of the Azure Database for PostgreSQL SDK.
]]>
</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<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>