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

Commit

Permalink
Updating QDK version to 0.25.228311 - August 2022 Release (#1086)
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitry Vasilevsky <dmitryv@microsoft.com>
  • Loading branch information
DmitryVasilevsky and Dmitry Vasilevsky authored Sep 12, 2022
1 parent 80c2100 commit 1ae7e69
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"msbuild-sdks": {
"Microsoft.Quantum.Sdk": "0.25.222597"
"Microsoft.Quantum.Sdk": "0.25.228311"
}
}
2 changes: 1 addition & 1 deletion src/Qir/Tools/Microsoft.Quantum.Qir.Runtime.Tools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0" />
<PackageReference Include="Microsoft.Quantum.QirGeneration" Version="0.25.222597" />
<PackageReference Include="Microsoft.Quantum.QirGeneration" Version="0.25.228311" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Compiler" Version="0.25.222597" />
<PackageReference Include="Microsoft.Quantum.Compiler" Version="0.25.228311" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.6.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
<PackageReference Include="xunit" Version="2.4.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
<PackageReference Include="Microsoft.Quantum.CSharpGeneration" Version="0.25.222597" />
<PackageReference Include="Microsoft.Quantum.CSharpGeneration" Version="0.25.228311" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Xunit/Microsoft.Quantum.Xunit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependencies>
<dependency id="xunit" version="2.3.1" />
<dependency id="Microsoft.NET.Test.Sdk" version="15.3.0" />
<dependency id="Microsoft.Quantum.Runtime.Core" version="0.25.222597" />
<dependency id="Microsoft.Quantum.Runtime.Core" version="0.25.228311" />
</dependencies>
</metadata>

Expand Down

0 comments on commit 1ae7e69

Please sign in to comment.