forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Microsoft.Azure.Management.EdgeGateway.csproj
27 lines (23 loc) · 1.18 KB
/
Microsoft.Azure.Management.EdgeGateway.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
26
27
<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>
<PackageId>Microsoft.Azure.Management.EdgeGateway</PackageId>
<Description>Microsoft Azure Management EdgeGateway library</Description>
<AssemblyName>Microsoft.Azure.Management.EdgeGateway</AssemblyName>
<Version>0.8.1-preview</Version>
<PackageTags>Microsoft Azure EdgeGateway management;EdgeGateway;EdgeGateway management;</PackageTags>
<PackageReleaseNotes>
<![CDATA[
This is preview release of the Azure EdgeGateway SDK. Included with this release is correcting extended information API signature.
]]>
</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>