This brings over the initial buildx prototype from pulumi/pulumi-docker and fixes various build and release issues.
14 lines
368 B
XML
14 lines
368 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Pulumi" Version="3.*" />
|
|
<PackageReference Include="Pulumi.DockerBuild" Version="0.0.2-alpha.1712594380+4cd6d49b.dirty" />
|
|
</ItemGroup>
|
|
|
|
</Project> |