-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDoctest.nuspec
26 lines (26 loc) · 1012 Bytes
/
Doctest.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
<?xml version="1.0"?>
<package >
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>$title$</title>
<authors>Nikos Baxevanis</authors>
<licenseUrl>https://github.com/moodmosaic/doctest/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/moodmosaic/doctest/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<copyright>Copyright 2017</copyright>
<tags>fsharp testing</tags>
<dependencies>
<dependency id="Argu" version="3.7.0" />
<dependency id="FSharp.Compiler.Service" version="12.0.8" />
<dependency id="FSharp.Data" version="2.3.3" />
<dependency id="System.Collections.Immutable" version="1.3.1" />
<dependency id="System.Reflection.Metadata" version="1.4.2" />
<dependency id="Unquote" version="3.2.0" />
</dependencies>
</metadata>
<files>
<file src="bin/Release/Doctest.exe.config" target="lib/net452" />
</files>
</package>