forked from scriptcs/scriptcs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScriptCs.Core.nuspec
More file actions
20 lines (20 loc) · 994 Bytes
/
ScriptCs.Core.nuspec
File metadata and controls
20 lines (20 loc) · 994 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ScriptCs.Core</id>
<version>$version$</version>
<authors>Glenn Block, Filip Wojcieszyn, Justin Rusbatch, Kristian Hellang, Damian Schenkelman, Adam Ralph</authors>
<owners>Glenn Block, Justin Rusbatch, Filip Wojcieszyn</owners>
<licenseUrl>https://github.com/scriptcs/scriptcs/blob/master/LICENSE.md</licenseUrl>
<projectUrl>http://scriptcs.net</projectUrl>
<iconUrl>http://www.gravatar.com/avatar/5c754f646971d8bc800b9d4057931938.png?s=120</iconUrl>
<description>ScriptCs.Core is the core framework assembly for scriptcs.</description>
<tags>roslyn csx</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.ComponentModel.Composition" targetFramework="net45" />
</frameworkAssemblies>
<dependencies>
<dependency id="ScriptCs.Contracts" version="$version$" />
</dependencies>
</metadata>
</package>