-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
15 lines (15 loc) · 917 Bytes
/
Directory.Build.props
File metadata and controls
15 lines (15 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Project>
<PropertyGroup>
<Version>0.2.11</Version>
<Authors>Florian Verdonck, Krzysztof Cieslak, Tomas Leko, François-David Collin</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.FSIExtraInteractiveParameters" and "FSharp.FSIExtraSharedParameters".
</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>