Sha256: b06ec2f0f4e9c4acd6d5c838d886ff83063cdef6e9e03319ae86054d62d2adb3
Contents?: true
Size: 1.46 KB
Versions: 4
Compression:
Stored size: 1.46 KB
Contents
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>net472;netcoreapp2.1;netcoreapp3.0</TargetFrameworks> <TargetFrameworks Condition="'$(OS)' != 'Windows_NT'">netcoreapp2.1;netcoreapp3.0</TargetFrameworks> <IsPackable>false</IsPackable> </PropertyGroup> <ItemGroup> <PackageReference Include="FluentAssertions" Version="5.6.0" /> <PackageReference Include="MongoDB.Bson" Version="2.8.0" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" /> <PackageReference Include="xunit" Version="2.4.0" /> <PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\MongoDB.Libmongocrypt\MongoDB.Libmongocrypt.csproj" /> </ItemGroup> <PropertyGroup> <CMakeCurrentSourceDir>.</CMakeCurrentSourceDir> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> <PlatformTarget>x86</PlatformTarget> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> <PlatformTarget>x86</PlatformTarget> </PropertyGroup> <Import Project="Package.csproj.include" Condition="Exists('Package.csproj.include')" /> <!-- <ItemGroup> <None Include="$(CMakeCurrentSourceDir)/xunit.runner.json"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> </ItemGroup> --> </Project>
Version data entries
4 entries across 4 versions & 1 rubygems