Skip to content

Commit

Permalink
Re-targeting projects that remained in .NETCore 3.1 to .NET 6 (micros…
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardo-espinoza authored Mar 23, 2022
1 parent ba9c6db commit 2499521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.23.198514-beta">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<PlatformTarget>x64</PlatformTarget>
<RootNamespace>Quantum.Kata.MultiQubitSystemMeasurements</RootNamespace>
<IQSharpLoadAutomatically>true</IQSharpLoadAutomatically>
Expand Down

0 comments on commit 2499521

Please sign in to comment.