mirror of https://github.com/pulumi/pulumi.git
14 lines
370 B
XML
14 lines
370 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Program.fs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Pulumi.FSharp" Version="2.0.0-beta.3" />
|
|
</ItemGroup>
|
|
</Project>
|