Skip to content

Commit 6d47a4b

Browse files
committed
Added sdk.props for sdk version specific property to be used by the build system.
1 parent 61ccb6f commit 6d47a4b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

buildtools/sdk.props

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project>
3+
<PropertyGroup>
4+
<!-- Contains the properties specific to this version of the AWS SDK for .NET to be used by the build system -->
5+
<ProtocolsSupported>ec2, json, query, rest-json, rest-xml</ProtocolsSupported>
6+
<H2RequiredSupported>false</H2RequiredSupported>
7+
</PropertyGroup>
8+
</Project>

0 commit comments

Comments
 (0)