|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
2 | | - <ItemGroup> |
3 | | - <InternalsVisibleTo Include="Docfx.App" /> |
4 | | - <InternalsVisibleTo Include="Docfx.Build.Common.Tests" /> |
5 | | - </ItemGroup> |
6 | | - |
7 | | - <ItemGroup> |
8 | | - <ProjectReference Include="..\Docfx.Build.Common\Docfx.Build.Common.csproj" /> |
9 | | - <ProjectReference Include="..\Docfx.Build.SchemaDriven\Docfx.Build.SchemaDriven.csproj" /> |
10 | | - <ProjectReference Include="..\Docfx.Common\Docfx.Common.csproj" /> |
11 | | - <ProjectReference Include="..\Docfx.DataContracts.Common\Docfx.DataContracts.Common.csproj" /> |
12 | | - <ProjectReference Include="..\Docfx.Glob\Docfx.Glob.csproj" /> |
13 | | - <ProjectReference Include="..\Docfx.Plugins\Docfx.Plugins.csproj" /> |
14 | | - <ProjectReference Include="..\Docfx.YamlSerialization\Docfx.YamlSerialization.csproj" /> |
15 | | - </ItemGroup> |
16 | | - |
17 | | - <ItemGroup> |
18 | | - <PackageReference Include="Jint" /> |
19 | | - <PackageReference Include="Stubble.Core" /> |
20 | | - <PackageReference Include="OneOf" /> |
21 | | - <PackageReference Include="OneOf.SourceGenerator" PrivateAssets="All" /> |
22 | | - </ItemGroup> |
23 | | - |
24 | | -</Project> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + <ItemGroup> |
| 3 | + <InternalsVisibleTo Include="Docfx.App" /> |
| 4 | + <InternalsVisibleTo Include="Docfx.Build.Common.Tests" /> |
| 5 | + </ItemGroup> |
| 6 | + |
| 7 | + <ItemGroup> |
| 8 | + <ProjectReference Include="..\Docfx.Build.Common\Docfx.Build.Common.csproj" /> |
| 9 | + <ProjectReference Include="..\Docfx.Build.SchemaDriven\Docfx.Build.SchemaDriven.csproj" /> |
| 10 | + <ProjectReference Include="..\Docfx.Common\Docfx.Common.csproj" /> |
| 11 | + <ProjectReference Include="..\Docfx.DataContracts.Common\Docfx.DataContracts.Common.csproj" /> |
| 12 | + <ProjectReference Include="..\Docfx.Glob\Docfx.Glob.csproj" /> |
| 13 | + <ProjectReference Include="..\Docfx.Plugins\Docfx.Plugins.csproj" /> |
| 14 | + <ProjectReference Include="..\Docfx.YamlSerialization\Docfx.YamlSerialization.csproj" /> |
| 15 | + </ItemGroup> |
| 16 | + |
| 17 | + <ItemGroup> |
| 18 | + <PackageReference Include="Jint" /> |
| 19 | + <PackageReference Include="JsonSchema.Net" VersionOverride="8.0.5" /> |
| 20 | + <PackageReference Include="Stubble.Core" /> |
| 21 | + <PackageReference Include="OneOf" /> |
| 22 | + <PackageReference Include="OneOf.SourceGenerator" PrivateAssets="All" /> |
| 23 | + </ItemGroup> |
| 24 | + |
| 25 | +</Project> |
0 commit comments