forked from SparseLinearAlgebra/GraphBLAS-sharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
14 lines (14 loc) · 801 Bytes
/
Directory.Build.props
File metadata and controls
14 lines (14 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<Project>
<PropertyGroup>
<!-- summary is not migrated from project.json, but you can use the <Description> property for that if needed. -->
<PackageTags>f#, fsharp</PackageTags>
<PackageProjectUrl>https://github.com/YaccConstructor/GraphBLAS-sharp</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/YaccConstructor/GraphBLAS-sharp/blob/master/LICENSE.md</PackageLicenseUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<Authors>YaccConstructor</Authors>
<RepositoryUrl>https://github.com/YaccConstructor/GraphBLAS-sharp</RepositoryUrl>
<!-- owners is not supported in MSBuild -->
<DisableFody>true</DisableFody>
</PropertyGroup>
</Project>