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

Add E91 Key Distribution kata #654

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
24 changes: 24 additions & 0 deletions KeyDistribution_E91/KeyDistribution_E91.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.24.210930">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
<RootNamespace>Quantum.Kata.KeyDistributionE91</RootNamespace>
<IQSharpLoadAutomatically>true</IQSharpLoadAutomatically>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Katas" Version="0.24.210930" />
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.24.210930" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
</ItemGroup>

<ItemGroup>
<None Include="README.md" />
</ItemGroup>

</Project>
Loading