->0.28.291394 (#92)
* ->0.28.291394 * Enable missing pack upload from nuget.org ot alpha
This commit is contained in:
Родитель
c47f6edfed
Коммит
33ff2dff56
|
@ -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
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
"rollForward": "latestMinor"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.Quantum.Sdk": "0.28.277227"
|
||||
"Microsoft.Quantum.Sdk": "0.28.291394"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">
|
||||
|
||||
<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.28.277227" />
|
||||
<PackageReference Include="Microsoft.Quantum.Research" Version="0.28.291394" />
|
||||
-->
|
||||
<ProjectReference Include="../../../src/research/research.csproj" />
|
||||
</ItemGroup>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
|
||||
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">
|
||||
|
||||
<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.28.277227" />
|
||||
<PackageReference Include="Microsoft.Quantum.Research" Version="0.28.291394" />
|
||||
-->
|
||||
<ProjectReference Include="../../../src/research/research.csproj" />
|
||||
</ItemGroup>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче