Suppress docgen from samples and tests.
This commit is contained in:
Родитель
e9bdf3b1ac
Коммит
dae271baad
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче