Sha256: b3761140d734955b6796ae12c1ee672e8fd4629982ebcd1fc257f760aa63332b

Contents?: true

Size: 686 Bytes

Versions: 13

Compression:

Stored size: 686 Bytes

Contents

<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>netcoreapp2.0</TargetFramework>

    <IsPackable>false</IsPackable>
  </PropertyGroup>

  <ItemGroup>
    <Compile Include="Clock.fs" />
    <Compile Include="ClockTest.fs" />
    <Compile Include="Program.fs" />
  </ItemGroup>

  <ItemGroup>
    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.2" />
    <PackageReference Include="xunit" Version="2.3.1" />
    <PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
    <PackageReference Include="FsUnit.xUnit" Version="3.1.0" />
    <DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
  </ItemGroup>

</Project>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/fsharp/exercises/clock/Clock.fsproj
trackler-2.2.1.179 tracks/fsharp/exercises/clock/Clock.fsproj
trackler-2.2.1.178 tracks/fsharp/exercises/clock/Clock.fsproj
trackler-2.2.1.177 tracks/fsharp/exercises/clock/Clock.fsproj
trackler-2.2.1.176 tracks/fsharp/exercises/clock/Clock.fsproj
trackler-2.2.1.175 tracks/fsharp/exercises/clock/Clock.fsproj
trackler-2.2.1.174 tracks/fsharp/exercises/clock/Clock.fsproj
trackler-2.2.1.173 tracks/fsharp/exercises/clock/Clock.fsproj
trackler-2.2.1.172 tracks/fsharp/exercises/clock/Clock.fsproj
trackler-2.2.1.171 tracks/fsharp/exercises/clock/Clock.fsproj
trackler-2.2.1.170 tracks/fsharp/exercises/clock/Clock.fsproj
trackler-2.2.1.169 tracks/fsharp/exercises/clock/Clock.fsproj
trackler-2.2.1.167 tracks/fsharp/exercises/clock/Clock.fsproj