blob: 760b01e19a09c86f469727372a1e66610b63aa02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<AssemblyName>PKISharp.WACS.Plugins.ValidationPlugins.Route53</AssemblyName>
<RootNamespace>PKISharp.WACS.Plugins.ValidationPlugins</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AWSSDK.Route53" Version="3.5.0.24" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\main.lib\wacs.lib.csproj" />
</ItemGroup>
</Project>
|