Update QDK to version 0.12.20072031 (#419)
This commit is contained in:
Родитель
a93e56de11
Коммит
5dabee0fe1
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20070124">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20072031">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
|
@ -7,7 +7,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20070124" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20072031" />
|
||||
<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.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20070124">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20072031">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
|
@ -7,7 +7,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20070124" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20072031" />
|
||||
<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.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20070124">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20072031">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
|
@ -6,7 +6,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20070124" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20072031" />
|
||||
<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.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20070124">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20072031">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
|
@ -7,7 +7,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20070124" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20072031" />
|
||||
<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.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -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.12.2007.124
|
||||
FROM mcr.microsoft.com/quantum/iqsharp-base:0.12.2007.2031
|
||||
|
||||
# Add metadata indicating that this image is used for the katas.
|
||||
ENV IQSHARP_HOSTING_ENV=KATAS_DOCKERFILE
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20070124">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20072031">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
|
@ -7,7 +7,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20070124" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20072031" />
|
||||
<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.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20070124">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20072031">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
|
@ -7,7 +7,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20070124" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20072031" />
|
||||
<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.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20070124">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20072031">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
|
@ -7,7 +7,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20070124" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20072031" />
|
||||
<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.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20070124">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20072031">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
|
@ -7,7 +7,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20070124" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20072031" />
|
||||
<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.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20070124">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20072031">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
|
@ -7,7 +7,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20070124" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20072031" />
|
||||
<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" />
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20070124">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20072031">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
|
@ -7,7 +7,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20070124" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20072031" />
|
||||
<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.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20070124">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20072031">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
|
@ -7,7 +7,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20070124" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20072031" />
|
||||
<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.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20070124">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20072031">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
|
@ -7,7 +7,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20070124" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20072031" />
|
||||
<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.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20070124">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20072031">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
|
@ -10,7 +10,7 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20070124" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20072031" />
|
||||
<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.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20070124">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20072031">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
|
@ -7,7 +7,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20070124" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20072031" />
|
||||
<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.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20070124">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20072031">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
|
@ -7,7 +7,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20070124" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20072031" />
|
||||
<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.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20070124">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20072031">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
|
@ -7,7 +7,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20070124" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20072031" />
|
||||
<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,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20070124">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20072031">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
|
@ -7,7 +7,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20070124" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20072031" />
|
||||
<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.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20070124">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20072031">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
|
@ -7,7 +7,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20070124" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20072031" />
|
||||
<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.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20070124">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20072031">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
|
@ -7,7 +7,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20070124" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20072031" />
|
||||
<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.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20070124">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20072031">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
|
@ -7,7 +7,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20070124" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20072031" />
|
||||
<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" />
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20070124">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20072031">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
|
@ -7,7 +7,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20070124" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20072031" />
|
||||
<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" />
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20070124">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20072031">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
|
@ -7,7 +7,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20070124" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20072031" />
|
||||
<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.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -19,7 +19,7 @@ try {
|
|||
if ($install) {
|
||||
try {
|
||||
Write-Host ("Installing Microsoft.Quantum.IQSharp at $Env:TOOLS_DIR")
|
||||
dotnet tool install Microsoft.Quantum.IQSharp --version 0.12.20070124 --tool-path $Env:TOOLS_DIR
|
||||
dotnet tool install Microsoft.Quantum.IQSharp --version 0.12.20072031 --tool-path $Env:TOOLS_DIR
|
||||
|
||||
# dotnet-iqsharp writes some output to stderr, which causes Powershell to throw
|
||||
# unless $ErrorActionPreference is set to 'Continue'.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20070124">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20072031">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
|
@ -6,7 +6,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20070124" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20072031" />
|
||||
<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.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20070124">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20072031">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
|
@ -6,7 +6,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20070124" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20072031" />
|
||||
<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,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20070124">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20072031">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
|
@ -6,7 +6,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20070124" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20072031" />
|
||||
<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.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20070124">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20072031">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
|
@ -6,7 +6,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20070124" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20072031" />
|
||||
<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" />
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20070124">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20072031">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
|
@ -6,7 +6,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20070124" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20072031" />
|
||||
<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.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20070124">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20072031">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
|
@ -6,7 +6,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20070124" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.12.20072031" />
|
||||
<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.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%package Microsoft.Quantum.Katas::0.12.20070124"
|
||||
"%package Microsoft.Quantum.Katas::0.12.20072031"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20070124">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20072031">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.1</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20070124">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.12.20072031">
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.1</TargetFramework>
|
||||
|
@ -17,7 +17,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.IQSharp.Jupyter" Version="0.12.20070124" />
|
||||
<PackageReference Include="Microsoft.Quantum.IQSharp.Jupyter" Version="0.12.20072031" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Загрузка…
Ссылка в новой задаче