This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
dotnet-installer
Watch
2
Star
0
Fork
You've already forked dotnet-installer
0
Code
Issues
Pull requests
Projects
Releases
Packages
1
Wiki
Activity
Actions
d9a06ba95c
dotnet-installer
/
TestAssets
/
TestProjects
/
TestAppWithExplicitIncludeGlob
/
Program.cs
10 lines
124 B
C#
Raw
Normal View
History
Unescape
Escape
Ignore explicit glob **/*.cs
2017-01-20 15:59:21 -08:00
using
System
;
class
Program
{
static
void
Main
(
string
[
]
args
)
{
Console
.
WriteLine
(
"Hello World!"
)
;
}
fix EOL in test asset
2017-01-23 11:35:32 -08:00
}
Reference in a new issue
Copy permalink