upgrade-assistant/tests/common/Microsoft.DotNet.UpgradeAss...
Taylor Southwick a3016a8537
Separate out web related items into its own extension (#582)
This removes most of the web-specific info to a separate extension so that it can have web-related things co-located with it. The analyzers/codefixers are not self-contained, but that may require a bit more thinking as we distribute them. This is a first step towards organizing extensions by technology areas.

The resulting output looks like this:

```
upgrade-assistant
|- Microsoft.DotNet.UpgradeAssistant.Cli.dll
|- ....
|- extensions
  |- default
    |- [files]
  |- web
    |- [files]
```
2021-06-03 10:21:59 -07:00
..
TestAssets Ensure analyzer packaging works for CS/VB (#535) 2021-05-19 15:51:15 -07:00
Microsoft.DotNet.UpgradeAssistant.Abstractions.Tests.csproj Separate out web related items into its own extension (#582) 2021-06-03 10:21:59 -07:00
ProjectExtensionsTests.cs Separate out web related items into its own extension (#582) 2021-06-03 10:21:59 -07:00
TargetFrameworkMonikerTests.cs Expand TargetFrameworkMoniker record to include parts (#449) 2021-04-22 20:59:27 -07:00