Suppress docgen from samples and tests.

This commit is contained in:
Christopher Granade 2021-05-10 09:54:14 -07:00
Родитель e9bdf3b1ac
Коммит dae271baad
4 изменённых файлов: 11 добавлений и 7 удалений

Просмотреть файл

@ -1,8 +1,9 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.11.2003.3107">
<Project Sdk="Microsoft.Quantum.Sdk/0.16.2104138035">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<QSharpDocsGeneration>false</QSharpDocsGeneration>
</PropertyGroup>
<ItemGroup>
@ -12,7 +13,7 @@
When writing your own code to use the Microsoft.Quantum.Research
package, we recommend using the following instead:
<PackageReference Include="Microsoft.Quantum.Research" Version="0.11.2003.3107" />
<PackageReference Include="Microsoft.Quantum.Research" Version="0.16.2104138035" />
-->
<ProjectReference Include="../../../src/research/research.csproj" />
</ItemGroup>

Просмотреть файл

@ -1,8 +1,9 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.11.2003.3107">
<Project Sdk="Microsoft.Quantum.Sdk/0.16.2104138035">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<QSharpDocsGeneration>false</QSharpDocsGeneration>
</PropertyGroup>
<ItemGroup>
@ -12,7 +13,7 @@
When writing your own code to use the Microsoft.Quantum.Research
package, we recommend using the following instead:
<PackageReference Include="Microsoft.Quantum.Research" Version="0.11.2003.3107" />
<PackageReference Include="Microsoft.Quantum.Research" Version="0.16.2104138035" />
-->
<ProjectReference Include="../../../src/research/research.csproj" />
</ItemGroup>

Просмотреть файл

@ -1,8 +1,9 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.11.2003.3107">
<Project Sdk="Microsoft.Quantum.Sdk/0.16.2104138035">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
<QSharpDocsGeneration>false</QSharpDocsGeneration>
</PropertyGroup>
<PropertyGroup>
@ -17,8 +18,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.11.2003.3107" />
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.11.2003.3107" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.16.2104138035" />
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.16.2104138035" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Include="xunit.abstractions" Version="2.0.3" />
</ItemGroup>

Просмотреть файл

@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<QSharpDocsGeneration>false</QSharpDocsGeneration>
</PropertyGroup>
<ItemGroup>