forked from microsoft/qsharp-runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMicrosoft.Quantum.Xunit.nuspec
32 lines (26 loc) · 1.12 KB
/
Microsoft.Quantum.Xunit.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>$title$</title>
<authors>Microsoft</authors>
<owners>QuantumEngineering, Microsoft</owners>
<license type="expression">MIT</license>
<projectUrl>https://docs.microsoft.com/azure/quantum</projectUrl>
<icon>images\qdk-nuget-icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Library for testing Q# programs and algorithms using the xUnit framework.</description>
<releaseNotes>See: https://docs.microsoft.com/azure/quantum/qdk-relnotes/</releaseNotes>
<copyright>$copyright$</copyright>
<tags>Quantum Q# QSharp test xunit</tags>
<dependencies>
<dependency id="xunit" version="2.3.1" />
<dependency id="Microsoft.NET.Test.Sdk" version="15.3.0" />
<dependency id="Microsoft.Quantum.Runtime.Core" version="0.18.2109163417-beta" />
</dependencies>
</metadata>
<files>
<file src="..\..\build\assets\qdk-nuget-icon.png" target="images" />
</files>
</package>