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

Commit

Permalink
->0.28.291394 (#92)
Browse files Browse the repository at this point in the history
* ->0.28.291394
* Enable missing pack upload from nuget.org ot alpha
  • Loading branch information
kuzminrobin committed Aug 2, 2023
1 parent c47f6ed commit 33ff2df
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions build/steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ steps:
version: '6.0.x'


- task: NuGetAuthenticate@1
inputs:
nuGetServiceConnections: 'public-alpha feed'

- powershell: ./build.ps1
displayName: "Building"
workingDirectory: $(System.DefaultWorkingDirectory)/build
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"rollForward": "latestMinor"
},
"msbuild-sdks": {
"Microsoft.Quantum.Sdk": "0.28.277227"
"Microsoft.Quantum.Sdk": "0.28.291394"
}
}
4 changes: 2 additions & 2 deletions samples/characterization/random-walk-pe/random-walk-pe.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -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.28.277227" />
<PackageReference Include="Microsoft.Quantum.Research" Version="0.28.291394" />
-->
<ProjectReference Include="../../../src/research/research.csproj" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions samples/simulation/qsp/qsp.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -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.28.277227" />
<PackageReference Include="Microsoft.Quantum.Research" Version="0.28.291394" />
-->
<ProjectReference Include="../../../src/research/research.csproj" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/characterization/characterization.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
Expand Down
4 changes: 2 additions & 2 deletions src/chemistry/chemistry.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
Expand All @@ -19,7 +19,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.277227" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.291394" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/tests/main/Tests.Research.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
Expand All @@ -18,8 +18,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.277227" />
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.28.277227" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.28.291394" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
<PackageReference Include="xunit.abstractions" Version="2.0.3" />
</ItemGroup>
Expand Down

0 comments on commit 33ff2df

Please sign in to comment.