Skip to content

Commit

Permalink
Update projects to 0.10.2002.1104-beta.
Browse files Browse the repository at this point in the history
Co-authored-by: Eduardo Sanchez (Experis AG) <[email protected]>
  • Loading branch information
cgranade and Eduardo Sanchez (Experis AG) committed Feb 14, 2020
1 parent 744d60a commit aa5ad58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions samples/machine-learning/half-moons/HalfMoons.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.10.2001.2831">
<Project Sdk="Microsoft.Quantum.Sdk/0.10.2002.1104-beta">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.MachineLearning" Version="0.10.2001.2808-beta" />
<PackageReference Include="Microsoft.Quantum.MachineLearning" Version="0.10.2002.1104-beta" />
<PackageReference Include="System.Text.Json" Version="4.6.0" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions samples/machine-learning/wine/Wine.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.10.2001.2831">
<Project Sdk="Microsoft.Quantum.Sdk/0.10.2002.1104-beta">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.MachineLearning" Version="0.10.2001.2808-beta" />
<PackageReference Include="Microsoft.Quantum.MachineLearning" Version="0.10.2002.1104-beta" />
<PackageReference Include="System.Text.Json" Version="4.6.0" />
</ItemGroup>
</Project>

0 comments on commit aa5ad58

Please sign in to comment.