forked from ionide/DependencyManager.FsProj
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
15 lines (15 loc) · 806 Bytes
/
Directory.Build.props
File metadata and controls
15 lines (15 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Project>
<PropertyGroup>
<Version>0.2.9</Version>
<Authors>Tomas Leko</Authors>
<Description>
This nuget package enables loading .fsproj files in .fsx scripts.
To use it install nuget package and add command line option "--compilertool:directory_containing_dependencymanager"
or if you are using ionide add the line to "FSharp.fsiExtraParameters".
</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseUrl>LICENSE.md</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/ThisFunctionalTom/DependencyManager.FsProj</PackageProjectUrl>
<PackageRepositoryUrl>https://github.com/ThisFunctionalTom/DependencyManager.FsProj</PackageRepositoryUrl>
</PropertyGroup>
</Project>