forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Management.ManagementGroups.csproj
22 lines (19 loc) · 1.05 KB
/
Management.ManagementGroups.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<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 above this line -->
<PropertyGroup>
<Description>Microsoft Azure Management Groups Library</Description>
<Version>1.1.1-preview</Version>
<AssemblyName>Microsoft.Azure.Management.ManagementGroups</AssemblyName>
<PackageId>Microsoft.Azure.Management.ManagementGroups</PackageId>
<PackageTags>Microsoft Azure Management Groups;Management Groups;Groups;</PackageTags>
<PackageReleaseNotes>Taking dependency on 10.0.3 version of Newtonsoft nuget package.</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>