aec-tech-presentation/CSharpStarter
Alan Rynne 5ba1838cfe Cleaning it up 🧹🧼 2021-07-10 15:47:13 +02:00
..
CSharpStarter.csproj Initial boilerplate commit 2021-06-30 13:14:48 +02:00
Program.cs Polish 2021-07-09 18:07:13 +02:00
Readme.md Cleaning it up 🧹🧼 2021-07-10 15:47:13 +02:00

Readme.md

AEC C# Starter

If you're trying to run this you should have the .NetCore3.1 Runtime installed

Running

This is a dotnet core 3.1 console app, so just run:

dotnet run

Creating your own

This is quite simple, just create a new console app:

dotnet new console -f netcoreapp3.1

And then add Speckle.Core as a dependency

dotnet add package Speckle.Core --version 2.1.22