Skip to content

lvandenbrink/dotnet-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

start a development env

docker run --rm -it -v $PWD:/work -w /work mcr.microsoft.com/dotnet/core/sdk /bin/bash
dotnet new console -o program
dotnet new webApp -o site
docker-compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published