Sha256: 2edb3dcd3845af261502e031a1678a4fc32fb70a2b840ac25e04d093aa2ea435
Contents?: true
Size: 699 Bytes
Versions: 47
Compression:
Stored size: 699 Bytes
Contents
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netcoreapp2.0</TargetFramework> <IsPackable>false</IsPackable> </PropertyGroup> <ItemGroup> <Compile Include="Hexadecimal.fs" /> <Compile Include="HexadecimalTest.fs" /> <Compile Include="Program.fs" /> </ItemGroup> <ItemGroup> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" /> <PackageReference Include="xunit" Version="2.3.1" /> <PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" /> <PackageReference Include="FsUnit.xUnit" Version="3.0.0" /> <DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" /> </ItemGroup> </Project>
Version data entries
47 entries across 47 versions & 1 rubygems