UNPKG
generator-aspnetdnx2
Version:
latest (0.0.32)
0.0.32
Yeoman generator for ASP.NET 5 apps
github.com/OmniSharp/generator-aspnet
OmniSharp/generator-aspnet
generator-aspnetdnx2
/
samples
/
unittest
/
project.json
12 lines
•
237 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"dependencies"
:
{
"xunit.runner.kre"
:
"1.0.0-beta1-*"
}
,
"commands"
:
{
"test"
:
"xunit.runner.kre"
}
,
"frameworks"
:
{
"aspnet50"
:
{
"dependencies"
:
{
}
}
}
}