Sha256: ba84b78c7462127630c051bba1abbb8be795546bebb0333ff446dbf0e248b91a
Contents?: true
Size: 767 Bytes
Versions: 2
Compression:
Stored size: 767 Bytes
Contents
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFrameworks>net472;netcoreapp2.1</TargetFrameworks> <TargetFrameworks Condition="'$(BuildingInsideVisualStudio)' != 'true'">net472;netcoreapp2.1</TargetFrameworks> <TargetFrameworks Condition="'$(OS)' != 'Windows_NT'">netcoreapp2.1</TargetFrameworks> <Platforms>AnyCPU</Platforms> <IsPackable>false</IsPackable> </PropertyGroup> <ItemGroup> <PackageReference Include="MongoDB.Driver" Version="2.19.0" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\MongoDB.Libmongocrypt\MongoDB.Libmongocrypt.csproj" /> </ItemGroup> <Import Project="Package.csproj.include" Condition="Exists('Package.csproj.include')" /> </Project>
Version data entries
2 entries across 2 versions & 1 rubygems