mirror of https://github.com/pulumi/pulumi.git
14 lines
360 B
XML
14 lines
360 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Google.Protobuf" Version="3.5.1" />
|
|
<PackageReference Include="Grpc.Core" Version="1.10.0" />
|
|
<PackageReference Include="Grpc.Tools" Version="1.10.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|