forked from Signum21/Volumiser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVolumiser.csproj
More file actions
21 lines (18 loc) · 828 Bytes
/
Volumiser.csproj
File metadata and controls
21 lines (18 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net48</TargetFramework>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AWSSDK.EBS" Version="3.7.100.9" />
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.100.4" />
<PackageReference Include="dnMerge" Version="0.5.15">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="LTRData.DiscUtils.Containers" Version="1.0.51" />
<PackageReference Include="LTRData.DiscUtils.FileSystems" Version="1.0.51" />
<PackageReference Include="Terminal.Gui" Version="1.17.1" />
</ItemGroup>
</Project>