Avoid creating un-representable DateTime for transition point (#16753)
[mono-project.git] / netcore / sample / Makefile
blob38f19acd734380ba74a134f462b3ebbaf59c9855
1 all: build-sample
3 build-sample:
4 dotnet build HelloWorld
6 # COREHOST_TRACE=1
7 VERSION:=3.0.0-preview4-27514-06
9 run:
10 COMPlus_DebugWriteToStdErr=1 ../dotnet --fx-version "$(VERSION)" HelloWorld/bin/Debug/netcoreapp3.0/HelloWorld.dll
12 clean:
13 rm -rf sdk shared host dotnet LICENCE.txt ThirdPartyNotices.txt