This website requires JavaScript.
Explore
Help
Register
Sign In
daohualiuxiang
/
AspNetCore.Docs
mirror of
https://github.com/dotnet/AspNetCore.Docs.git
Watch
1
Star
0
Fork
You've already forked AspNetCore.Docs
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f7c49ded96
AspNetCore.Docs
/
mvc
/
getting-started
/
first-web-api
/
sample
/
global.json
7 lines
84 B
JSON
Raw
Normal View
History
Unescape
Escape
MVC6 Web API getting started tutorial
2015-06-20 07:41:32 +08:00
{
Update First Web API with MVC to beta5
2015-06-27 08:49:20 +08:00
"projects"
:
[
"src"
,
"test"
]
,
"sdk"
:
{
Beta8 changes for Rest API
2015-10-15 10:50:31 +08:00
"version"
:
"1.0.0-beta8"
Update First Web API with MVC to beta5
2015-06-27 08:49:20 +08:00
}
MVC6 Web API getting started tutorial
2015-06-20 07:41:32 +08:00
}