Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 45f7fa9

Browse files
authored
Fixed the SDK version. (#536)
1 parent ba071be commit 45f7fa9

11 files changed

Lines changed: 25 additions & 25 deletions

File tree

Chemistry/src/Runtime/Runtime.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.Quantum.Sdk/0.23.195645-beta">
1+
<Project Sdk="Microsoft.Quantum.Sdk/0.23.195983">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
@@ -40,7 +40,7 @@
4040
</ItemGroup>
4141

4242
<ItemGroup>
43-
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.23.195645-beta" />
43+
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.23.195983" />
4444
</ItemGroup>
4545

4646
<ItemGroup>

Chemistry/tests/ChemistryTests/QSharpTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.Quantum.Sdk/0.23.195645-beta">
1+
<Project Sdk="Microsoft.Quantum.Sdk/0.23.195983">
22

33
<Import Project="..\..\..\Build\props\tests.props" />
44

Chemistry/tests/SystemTests/SystemTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.Quantum.Sdk/0.23.195645-beta">
1+
<Project Sdk="Microsoft.Quantum.Sdk/0.23.195983">
22

33
<Import Project="..\..\..\Build\props\tests.props" />
44

MachineLearning/src/MachineLearning.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.Quantum.Sdk/0.23.195645-beta">
1+
<Project Sdk="Microsoft.Quantum.Sdk/0.23.195983">
22
<PropertyGroup>
33
<TargetFramework>netstandard2.1</TargetFramework>
44
<AssemblyName>Microsoft.Quantum.MachineLearning</AssemblyName>

MachineLearning/tests/MachineLearningTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.Quantum.Sdk/0.23.195645-beta">
1+
<Project Sdk="Microsoft.Quantum.Sdk/0.23.195983">
22

33
<Import Project="..\..\Build\props\tests.props" />
44

NOTICE.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5293,7 +5293,7 @@ Copyright (c) Microsoft Corporation.
52935293

52945294
---------------------------------------------------------
52955295

5296-
Microsoft.Quantum.Compiler 0.23.195645-beta - MIT
5296+
Microsoft.Quantum.Compiler 0.23.195983 - MIT
52975297

52985298

52995299
(c) 2008 VeriSign, Inc.
@@ -5313,7 +5313,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
53135313

53145314
---------------------------------------------------------
53155315

5316-
Microsoft.Quantum.CSharpGeneration 0.23.195645-beta - MIT
5316+
Microsoft.Quantum.CSharpGeneration 0.23.195983 - MIT
53175317

53185318

53195319
(c) 2008 VeriSign, Inc.
@@ -5333,7 +5333,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
53335333

53345334
---------------------------------------------------------
53355335

5336-
Microsoft.Quantum.DocumentationGenerator 0.23.195645-beta - MIT
5336+
Microsoft.Quantum.DocumentationGenerator 0.23.195983 - MIT
53375337

53385338

53395339
(c) 2008 VeriSign, Inc.
@@ -5353,7 +5353,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
53535353

53545354
---------------------------------------------------------
53555355

5356-
Microsoft.Quantum.IQSharp.Core 0.23.195645-beta - MIT
5356+
Microsoft.Quantum.IQSharp.Core 0.23.195983 - MIT
53575357

53585358

53595359
(c) by W3C
@@ -5760,7 +5760,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
57605760

57615761
---------------------------------------------------------
57625762

5763-
Microsoft.Quantum.IQSharp.Jupyter 0.23.195645-beta - MIT
5763+
Microsoft.Quantum.IQSharp.Jupyter 0.23.195983 - MIT
57645764

57655765

57665766
(c) 2008 VeriSign, Inc.
@@ -5780,7 +5780,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
57805780

57815781
---------------------------------------------------------
57825782

5783-
Microsoft.Quantum.QSharp.Core 0.23.195645-beta - MIT
5783+
Microsoft.Quantum.QSharp.Core 0.23.195983 - MIT
57845784

57855785

57865786
(c) 2008 VeriSign, Inc.
@@ -5800,7 +5800,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
58005800

58015801
---------------------------------------------------------
58025802

5803-
Microsoft.Quantum.QSharp.Foundation 0.23.195645-beta - MIT
5803+
Microsoft.Quantum.QSharp.Foundation 0.23.195983 - MIT
58045804

58055805

58065806
(c) 2008 VeriSign, Inc.
@@ -5820,7 +5820,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
58205820

58215821
---------------------------------------------------------
58225822

5823-
Microsoft.Quantum.Runtime.Core 0.23.195645-beta - MIT
5823+
Microsoft.Quantum.Runtime.Core 0.23.195983 - MIT
58245824

58255825

58265826
(c) 2008 VeriSign, Inc.
@@ -5840,7 +5840,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
58405840

58415841
---------------------------------------------------------
58425842

5843-
Microsoft.Quantum.Simulators 0.23.195645-beta - MIT
5843+
Microsoft.Quantum.Simulators 0.23.195983 - MIT
58445844

58455845

58465846
(c) 2008 VeriSign, Inc.
@@ -5860,7 +5860,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
58605860

58615861
---------------------------------------------------------
58625862

5863-
Microsoft.Quantum.Targets.Interfaces 0.23.195645-beta - MIT
5863+
Microsoft.Quantum.Targets.Interfaces 0.23.195983 - MIT
58645864

58655865

58665866
(c) 2008 VeriSign, Inc.

Numerics/src/Numerics.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.Quantum.Sdk/0.23.195645-beta">
1+
<Project Sdk="Microsoft.Quantum.Sdk/0.23.195983">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
@@ -41,7 +41,7 @@
4141
</ItemGroup>
4242

4343
<ItemGroup>
44-
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.23.195645-beta" />
44+
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.23.195983" />
4545
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
4646
</ItemGroup>
4747

Numerics/tests/NumericsTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.Quantum.Sdk/0.23.195645-beta">
1+
<Project Sdk="Microsoft.Quantum.Sdk/0.23.195983">
22

33
<Import Project="..\..\Build\props\tests.props" />
44

Standard/src/Standard.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.Quantum.Sdk/0.23.195645-beta">
1+
<Project Sdk="Microsoft.Quantum.Sdk/0.23.195983">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
@@ -38,8 +38,8 @@
3838
</ItemGroup>
3939

4040
<ItemGroup>
41-
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.23.195645-beta" />
42-
<PackageReference Include="Microsoft.Quantum.QSharp.Core" Version="0.23.195645-beta" />
41+
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.23.195983" />
42+
<PackageReference Include="Microsoft.Quantum.QSharp.Core" Version="0.23.195983" />
4343
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
4444
<PackageReference Include="NumSharp" Version="0.20.5" />
4545
</ItemGroup>

Standard/tests/Standard.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.Quantum.Sdk/0.23.195645-beta">
1+
<Project Sdk="Microsoft.Quantum.Sdk/0.23.195983">
22

33
<Import Project="..\..\Build\props\tests.props" />
44

0 commit comments

Comments
 (0)