GitXplorerGitXplorer
a

domino

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
6f41c13aa4df8d93648af03edbddbb146f17470a

update dependency versions

aataranto committed 5 years ago
Unverified
26145eb566cd2b38db3a44dad4dd26bcb13a66d1

update target frameworks

aataranto committed 5 years ago
Unverified
885c3f254240e9f82f68dffe4ef5129eb307ffce

update test dependencies

aataranto committed 5 years ago
Unverified
a63aec5e9ffbefc64060fa7bf2183f9562285e22

use explicit references to FSharp.Core 4.7.0

aataranto committed 5 years ago
Unverified
c3c2c410d4de5efadba867c23ac88665551e6f92

add .gitattributes

aataranto committed 6 years ago
Unverified
cd0c4d42d82ace175a18fedbd905ab826e90a87d

add Domino.Console project

aataranto committed 6 years ago

README

The README file for this repository.

Run an interactive console game:

dotnet run --project src/Domino.Console

Add a new project:

dotnet new <type> --language F# --output src/<name>
dotnet sln add src/<name>