Update QDK to version 0.10.1910.3107 (#218)
This commit is contained in:
Родитель
b85a81c5f8
Коммит
97592eb9d7
|
@ -1,15 +1,15 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<IsPackable>false</IsPackable>
|
||||
<RootNamespace>Quantum.Kata.BasicGates</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
|
||||
<PackageReference Include="xunit" Version="2.3.1" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.9.1909.3002"
|
||||
"%package Microsoft.Quantum.Katas::0.10.1910.3107"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<IsPackable>false</IsPackable>
|
||||
<RootNamespace>Quantum.Kata.CHSHGame</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
|
||||
<PackageReference Include="xunit" Version="2.3.1" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.9.1909.3002"
|
||||
"%package Microsoft.Quantum.Katas::0.10.1910.3107"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<RootNamespace>Quantum.Kata.DeutschJozsaAlgorithm</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
|
||||
<PackageReference Include="xunit" Version="2.3.1" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.9.1909.3002"
|
||||
"%package Microsoft.Quantum.Katas::0.10.1910.3107"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# We use the iqsharp-base image, as that includes
|
||||
# the .NET Core SDK, IQ#, and Jupyter Notebook already
|
||||
# installed for us.
|
||||
FROM mcr.microsoft.com/quantum/iqsharp-base:0.9.1909.3002
|
||||
FROM mcr.microsoft.com/quantum/iqsharp-base:0.10.1910.3107
|
||||
|
||||
# Add metadata indicating that this image is used for the katas.
|
||||
ENV IQSHARP_HOSTING_ENV=KATAS_DOCKERFILE
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<IsPackable>false</IsPackable>
|
||||
<RootNamespace>Quantum.Kata.GHZGame</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
|
||||
<PackageReference Include="xunit" Version="2.3.1" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.9.1909.3002"
|
||||
"%package Microsoft.Quantum.Katas::0.10.1910.3107"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<IsPackable>false</IsPackable>
|
||||
<RootNamespace>Quantum.Kata.GraphColoring</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
|
||||
<PackageReference Include="xunit" Version="2.3.1" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.9.1909.3002"
|
||||
"%package Microsoft.Quantum.Katas::0.10.1910.3107"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<IsPackable>false</IsPackable>
|
||||
<RootNamespace>Quantum.Kata.GroversAlgorithm</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
|
||||
<PackageReference Include="xunit" Version="2.3.1" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.9.1909.3002"
|
||||
"%package Microsoft.Quantum.Katas::0.10.1910.3107"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<IsPackable>false</IsPackable>
|
||||
<RootNamespace>Quantum.Kata.JointMeasurements</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
|
||||
<PackageReference Include="xunit" Version="2.3.1" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.9.1909.3002"
|
||||
"%package Microsoft.Quantum.Katas::0.10.1910.3107"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<IsPackable>false</IsPackable>
|
||||
<RootNamespace>Quantum.Kata.KeyDistribution</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
|
||||
<PackageReference Include="xunit" Version="2.3.1" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.9.1909.3002"
|
||||
"%package Microsoft.Quantum.Katas::0.10.1910.3107"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<IsPackable>false</IsPackable>
|
||||
<RootNamespace>Quantum.Kata.MagicSquareGame</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
|
||||
<PackageReference Include="xunit" Version="2.3.1" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.9.1909.3002"
|
||||
"%package Microsoft.Quantum.Katas::0.10.1910.3107"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<IsPackable>false</IsPackable>
|
||||
<RootNamespace>Quantum.Kata.Measurements</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
|
||||
<PackageReference Include="xunit" Version="2.3.1" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.9.1909.3002"
|
||||
"%package Microsoft.Quantum.Katas::0.10.1910.3107"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
Licensed under the MIT License. -->
|
||||
|
||||
<!--
|
||||
This configuration adds the Quantum Development Kit prerelease feed to the NuGet feeds.
|
||||
This allows to reference prerelease packages from other parts of the Quantum Development Kit for testing purposes.
|
||||
|
||||
See https://docs.microsoft.com/en-us/nuget/consume-packages/configuring-nuget-behavior#how-settings-are-applied
|
||||
for more information about how NuGet and the .NET Core SDK find package sources specified in NuGet.Config files.
|
||||
-->
|
||||
<configuration>
|
||||
<packageSources>
|
||||
<add key="qdk-alpha" value="https://pkgs.dev.azure.com/ms-quantum-public/Microsoft Quantum (public)/_packaging/alpha/nuget/v3/index.json" protocolVersion="3" />
|
||||
</packageSources>
|
||||
</configuration>
|
|
@ -1,15 +1,15 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<IsPackable>false</IsPackable>
|
||||
<RootNamespace>Quantum.Kata.PhaseEstimation</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
|
||||
<PackageReference Include="xunit" Version="2.3.1" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.9.1909.3002"
|
||||
"%package Microsoft.Quantum.Katas::0.10.1910.3107"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<IsPackable>false</IsPackable>
|
||||
<RootNamespace>Quantum.Kata.QEC_BitFlipCode</RootNamespace>
|
||||
|
@ -10,9 +10,9 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
|
||||
<PackageReference Include="xunit" Version="2.3.1" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.9.1909.3002"
|
||||
"%package Microsoft.Quantum.Katas::0.10.1910.3107"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<IsPackable>false</IsPackable>
|
||||
<RootNamespace>Quantum.Kata.RippleCarryAdder</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.3.0" />
|
||||
<PackageReference Include="xunit" Version="2.3.1" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.9.1909.3002"
|
||||
"%package Microsoft.Quantum.Katas::0.10.1910.3107"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<IsPackable>false</IsPackable>
|
||||
<RootNamespace>Quantum.Kata.SimonsAlgorithm</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
|
||||
<PackageReference Include="xunit" Version="2.3.1" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<IsPackable>false</IsPackable>
|
||||
<RootNamespace>Quantum.Kata.GroversAlgorithm</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
|
||||
<PackageReference Include="xunit" Version="2.3.1" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.9.1909.3002"
|
||||
"%package Microsoft.Quantum.Katas::0.10.1910.3107"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<IsPackable>false</IsPackable>
|
||||
<RootNamespace>Quantum.Kata.SuperdenseCoding</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
|
||||
<PackageReference Include="xunit" Version="2.3.1" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.9.1909.3002"
|
||||
"%package Microsoft.Quantum.Katas::0.10.1910.3107"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<IsPackable>false</IsPackable>
|
||||
<RootNamespace>Quantum.Kata.Superposition</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
|
||||
<PackageReference Include="xunit" Version="2.3.1" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.9.1909.3002"
|
||||
"%package Microsoft.Quantum.Katas::0.10.1910.3107"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.9.1909.3002"
|
||||
"%package Microsoft.Quantum.Katas::0.10.1910.3107"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<IsPackable>false</IsPackable>
|
||||
<RootNamespace>Quantum.Kata.Teleportation</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
|
||||
<PackageReference Include="xunit" Version="2.3.1" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.9.1909.3002"
|
||||
"%package Microsoft.Quantum.Katas::0.10.1910.3107"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<IsPackable>false</IsPackable>
|
||||
<RootNamespace>Quantum.Kata.UnitaryPatterns</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
|
||||
<PackageReference Include="xunit" Version="2.3.1" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.9.1909.3002"
|
||||
"%package Microsoft.Quantum.Katas::0.10.1910.3107"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -7,7 +7,7 @@ $ErrorActionPreference = 'Stop'
|
|||
# Install iqsharp if not installed yet.
|
||||
dotnet iqsharp --version
|
||||
If ($LastExitCode -ne 0) {
|
||||
dotnet tool install Microsoft.Quantum.IQSharp --version 0.9.1909.3002 --tool-path $Env:TOOLS_DIR
|
||||
dotnet tool install Microsoft.Quantum.IQSharp --version 0.10.1910.3107 --tool-path $Env:TOOLS_DIR
|
||||
|
||||
$path = (Get-Item "$Env:TOOLS_DIR\dotnet-iqsharp*").FullName
|
||||
Write-Host "iq# installed at $path"
|
||||
|
|
|
@ -4,10 +4,10 @@ steps:
|
|||
# Pre-reqs
|
||||
##
|
||||
- task: UseDotNet@2
|
||||
displayName: 'Use .NET Core sdk'
|
||||
displayName: 'Use .NET Core SDK 3.0.100'
|
||||
inputs:
|
||||
packageType: sdk
|
||||
version: 2.2.x
|
||||
version: '3.0.100'
|
||||
|
||||
- task: UsePythonVersion@0
|
||||
inputs:
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<RootNamespace>Quantum.Kata.DeutschJozsaAlgorithm</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
|
||||
<PackageReference Include="xunit" Version="2.3.1" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.9.1909.3002"
|
||||
"%package Microsoft.Quantum.Katas::0.10.1910.3107"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<RootNamespace>Quantum.Kata.ExploringGroversAlgorithm</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
|
||||
<PackageReference Include="xunit" Version="2.3.1" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<RootNamespace>Quantum.Kata.SingleQubitGates</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
|
||||
<PackageReference Include="xunit" Version="2.3.1" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.9.1909.3002"
|
||||
"%package Microsoft.Quantum.Katas::0.10.1910.3107"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<TargetFramework>netstandard2.1</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<AssemblyName>Microsoft.Quantum.Katas.Common</AssemblyName>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.10.1910.3107" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp2.0</TargetFramework>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
|
@ -9,7 +9,7 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.10.1910.3107" />
|
||||
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.10.1910.3107" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<TargetFramework>netstandard2.1</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
</PropertyGroup>
|
||||
|
||||
|
@ -18,12 +18,12 @@
|
|||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Jupyter.Core" Version="1.1.18837" />
|
||||
<PackageReference Include="Microsoft.Quantum.IQSharp.Core" Version="0.9.1909.3002" />
|
||||
<PackageReference Include="Microsoft.Quantum.IQSharp.Core" Version="0.10.1910.3107" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Common\Common.csproj" PrivateAssets="all" />
|
||||
<BuildOutputInPackage Include="..\Common\bin\$(Configuration)\netstandard2.0\Microsoft.Quantum.Katas.Common.dll" />
|
||||
<BuildOutputInPackage Include="..\Common\bin\$(Configuration)\netstandard2.1\Microsoft.Quantum.Katas.Common.dll" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
Загрузка…
Ссылка в новой задаче