aspnetcore/test/WebSites/VersioningWebSite
Nate McMaster b811e69d00 Use PackageLineup to manage PackageReference versions
- Move the Mvc.Performance project from test/ to benchmarks/.
 - Remove the Version attribute on PackageReference.
 - Add a reference to two PackageLineup's.
 - Add snippet to README explaining the additional requirement to run build.cmd /t:restore.
 - Add a target to check that packages have been pinned.
2017-08-30 12:14:11 -07:00
..
Controllers
Startup.cs [Fixes #6468] Clean up the productionized testing infrastructure 2017-07-03 10:15:06 -07:00
TestResponseGenerator.cs [Fixes #4506] Move and rename ActionDescriptor.Name to ControllerActionDescriptor.ActionName 2016-05-31 23:13:20 -07:00
VersionAttribute.cs
VersionDeleteAttribute.cs
VersionGetAttribute.cs
VersionPostAttribute.cs
VersionPutAttribute.cs
VersionRangeValidator.cs
VersionRoute.cs
VersioningWebSite.csproj Use PackageLineup to manage PackageReference versions 2017-08-30 12:14:11 -07:00
readme.md

readme.md

VersioningWebSite

This web site illustrates how to implement a versioning policy using action constraints.