Merge pull request #79 from microsoft/dmitryv/update-2208
Updating QDK version to 0.25.228311 - August 2022 Release
This commit is contained in:
Коммит
3754bac6b4
|
@ -4,6 +4,6 @@
|
|||
"rollForward": "latestMinor"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.Quantum.Sdk": "0.25.222597"
|
||||
"Microsoft.Quantum.Sdk": "0.25.228311"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.25.222597">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.25.228311">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
|
@ -13,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.25.222597" />
|
||||
<PackageReference Include="Microsoft.Quantum.Research" Version="0.25.228311" />
|
||||
-->
|
||||
<ProjectReference Include="../../../src/research/research.csproj" />
|
||||
</ItemGroup>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.25.222597">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.25.228311">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
|
@ -13,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.25.222597" />
|
||||
<PackageReference Include="Microsoft.Quantum.Research" Version="0.25.228311" />
|
||||
-->
|
||||
<ProjectReference Include="../../../src/research/research.csproj" />
|
||||
</ItemGroup>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.25.222597">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.25.228311">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.1</TargetFramework>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.25.222597">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.25.228311">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.1</TargetFramework>
|
||||
|
@ -19,7 +19,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.25.222597" />
|
||||
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.25.228311" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.25.222597">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.25.228311">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
|
@ -18,8 +18,8 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.25.222597" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.25.222597" />
|
||||
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.25.228311" />
|
||||
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.25.228311" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
|
||||
<PackageReference Include="xunit.abstractions" Version="2.0.3" />
|
||||
</ItemGroup>
|
||||
|
|
Загрузка…
Ссылка в новой задаче