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

Commit

Permalink
Update version to 0.28.302812 (#1155)
Browse files Browse the repository at this point in the history
  • Loading branch information
minestarks committed Sep 19, 2023
1 parent a79c778 commit 0a05c0f
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.28.291394"
"Microsoft.Quantum.Sdk": "0.28.302812"
}
}
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 @@ -26,7 +26,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0" />
<PackageReference Include="Microsoft.Quantum.QirGeneration" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.QirGeneration" Version="0.28.302812" />
</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.28.291394" />
<PackageReference Include="Microsoft.Quantum.Compiler" Version="0.28.302812" />
<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="17.4.1" />
<PackageReference Include="xunit" Version="2.4.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
<PackageReference Include="Microsoft.Quantum.CSharpGeneration" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.CSharpGeneration" Version="0.28.302812" />
</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="17.4.1" />
<dependency id="Microsoft.Quantum.Runtime.Core" version="0.28.291394" />
<dependency id="Microsoft.Quantum.Runtime.Core" version="0.28.302812" />
</dependencies>
</metadata>

Expand Down

0 comments on commit 0a05c0f

Please sign in to comment.