commit
53b28205bc
@ -0,0 +1,2 @@
|
|||||||
|
// For more information see https://aka.ms/fsharp-console-apps
|
||||||
|
printfn "Hello from F#"
|
@ -0,0 +1,65 @@
|
|||||||
|
{
|
||||||
|
"format": 1,
|
||||||
|
"restore": {
|
||||||
|
"/Users/darius/Downloads/neko-fi/Individual Task 1/Individual Task 1.fsproj": {}
|
||||||
|
},
|
||||||
|
"projects": {
|
||||||
|
"/Users/darius/Downloads/neko-fi/Individual Task 1/Individual Task 1.fsproj": {
|
||||||
|
"version": "1.0.0",
|
||||||
|
"restore": {
|
||||||
|
"projectUniqueName": "/Users/darius/Downloads/neko-fi/Individual Task 1/Individual Task 1.fsproj",
|
||||||
|
"projectName": "Individual Task 1",
|
||||||
|
"projectPath": "/Users/darius/Downloads/neko-fi/Individual Task 1/Individual Task 1.fsproj",
|
||||||
|
"packagesPath": "/Users/darius/.nuget/packages/",
|
||||||
|
"outputPath": "/Users/darius/Downloads/neko-fi/Individual Task 1/obj/",
|
||||||
|
"projectStyle": "PackageReference",
|
||||||
|
"configFilePaths": [
|
||||||
|
"/Users/darius/.nuget/NuGet/NuGet.Config"
|
||||||
|
],
|
||||||
|
"originalTargetFrameworks": [
|
||||||
|
"net7.0"
|
||||||
|
],
|
||||||
|
"sources": {
|
||||||
|
"/usr/local/share/dotnet/sdk/7.0.400/FSharp/library-packs": {},
|
||||||
|
"https://api.nuget.org/v3/index.json": {}
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"net7.0": {
|
||||||
|
"targetAlias": "net7.0",
|
||||||
|
"projectReferences": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"net7.0": {
|
||||||
|
"targetAlias": "net7.0",
|
||||||
|
"dependencies": {
|
||||||
|
"FSharp.Core": {
|
||||||
|
"include": "Runtime, Compile, Build, Native, Analyzers, BuildTransitive",
|
||||||
|
"target": "Package",
|
||||||
|
"version": "[7.0.400, )",
|
||||||
|
"generatePathProperty": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"imports": [
|
||||||
|
"net461",
|
||||||
|
"net462",
|
||||||
|
"net47",
|
||||||
|
"net471",
|
||||||
|
"net472",
|
||||||
|
"net48",
|
||||||
|
"net481"
|
||||||
|
],
|
||||||
|
"assetTargetFallback": true,
|
||||||
|
"warn": true,
|
||||||
|
"frameworkReferences": {
|
||||||
|
"Microsoft.NETCore.App": {
|
||||||
|
"privateAssets": "all"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/7.0.400/RuntimeIdentifierGraph.json"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,18 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||||
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||||
|
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
||||||
|
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||||
|
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
||||||
|
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/Users/darius/.nuget/packages/</NuGetPackageRoot>
|
||||||
|
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/Users/darius/.nuget/packages/</NuGetPackageFolders>
|
||||||
|
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||||
|
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.7.0</NuGetToolVersion>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||||
|
<SourceRoot Include="/Users/darius/.nuget/packages/" />
|
||||||
|
</ItemGroup>
|
||||||
|
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||||
|
<PkgFSharp_Core Condition=" '$(PkgFSharp_Core)' == '' ">/Users/darius/.nuget/packages/fsharp.core/7.0.400</PkgFSharp_Core>
|
||||||
|
</PropertyGroup>
|
||||||
|
</Project>
|
@ -0,0 +1,2 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||||
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
|
@ -0,0 +1,170 @@
|
|||||||
|
{
|
||||||
|
"version": 3,
|
||||||
|
"targets": {
|
||||||
|
"net7.0": {
|
||||||
|
"FSharp.Core/7.0.400": {
|
||||||
|
"type": "package",
|
||||||
|
"compile": {
|
||||||
|
"lib/netstandard2.1/FSharp.Core.dll": {
|
||||||
|
"related": ".xml"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"lib/netstandard2.1/FSharp.Core.dll": {
|
||||||
|
"related": ".xml"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"resource": {
|
||||||
|
"lib/netstandard2.1/cs/FSharp.Core.resources.dll": {
|
||||||
|
"locale": "cs"
|
||||||
|
},
|
||||||
|
"lib/netstandard2.1/de/FSharp.Core.resources.dll": {
|
||||||
|
"locale": "de"
|
||||||
|
},
|
||||||
|
"lib/netstandard2.1/es/FSharp.Core.resources.dll": {
|
||||||
|
"locale": "es"
|
||||||
|
},
|
||||||
|
"lib/netstandard2.1/fr/FSharp.Core.resources.dll": {
|
||||||
|
"locale": "fr"
|
||||||
|
},
|
||||||
|
"lib/netstandard2.1/it/FSharp.Core.resources.dll": {
|
||||||
|
"locale": "it"
|
||||||
|
},
|
||||||
|
"lib/netstandard2.1/ja/FSharp.Core.resources.dll": {
|
||||||
|
"locale": "ja"
|
||||||
|
},
|
||||||
|
"lib/netstandard2.1/ko/FSharp.Core.resources.dll": {
|
||||||
|
"locale": "ko"
|
||||||
|
},
|
||||||
|
"lib/netstandard2.1/pl/FSharp.Core.resources.dll": {
|
||||||
|
"locale": "pl"
|
||||||
|
},
|
||||||
|
"lib/netstandard2.1/pt-BR/FSharp.Core.resources.dll": {
|
||||||
|
"locale": "pt-BR"
|
||||||
|
},
|
||||||
|
"lib/netstandard2.1/ru/FSharp.Core.resources.dll": {
|
||||||
|
"locale": "ru"
|
||||||
|
},
|
||||||
|
"lib/netstandard2.1/tr/FSharp.Core.resources.dll": {
|
||||||
|
"locale": "tr"
|
||||||
|
},
|
||||||
|
"lib/netstandard2.1/zh-Hans/FSharp.Core.resources.dll": {
|
||||||
|
"locale": "zh-Hans"
|
||||||
|
},
|
||||||
|
"lib/netstandard2.1/zh-Hant/FSharp.Core.resources.dll": {
|
||||||
|
"locale": "zh-Hant"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"libraries": {
|
||||||
|
"FSharp.Core/7.0.400": {
|
||||||
|
"sha512": "kJQ7TBQqd1d2VoODSgwFSAaApaBN0Fuu8mZt2XExmd3UzUxLjUsMn5Y5XhpsUWdnxOL8amp7VFg7cwhPllR4Qw==",
|
||||||
|
"type": "package",
|
||||||
|
"path": "fsharp.core/7.0.400",
|
||||||
|
"files": [
|
||||||
|
".nupkg.metadata",
|
||||||
|
".signature.p7s",
|
||||||
|
"Icon.png",
|
||||||
|
"fsharp.core.7.0.400.nupkg.sha512",
|
||||||
|
"fsharp.core.nuspec",
|
||||||
|
"lib/netstandard2.0/FSharp.Core.dll",
|
||||||
|
"lib/netstandard2.0/FSharp.Core.xml",
|
||||||
|
"lib/netstandard2.0/cs/FSharp.Core.resources.dll",
|
||||||
|
"lib/netstandard2.0/de/FSharp.Core.resources.dll",
|
||||||
|
"lib/netstandard2.0/es/FSharp.Core.resources.dll",
|
||||||
|
"lib/netstandard2.0/fr/FSharp.Core.resources.dll",
|
||||||
|
"lib/netstandard2.0/it/FSharp.Core.resources.dll",
|
||||||
|
"lib/netstandard2.0/ja/FSharp.Core.resources.dll",
|
||||||
|
"lib/netstandard2.0/ko/FSharp.Core.resources.dll",
|
||||||
|
"lib/netstandard2.0/pl/FSharp.Core.resources.dll",
|
||||||
|
"lib/netstandard2.0/pt-BR/FSharp.Core.resources.dll",
|
||||||
|
"lib/netstandard2.0/ru/FSharp.Core.resources.dll",
|
||||||
|
"lib/netstandard2.0/tr/FSharp.Core.resources.dll",
|
||||||
|
"lib/netstandard2.0/zh-Hans/FSharp.Core.resources.dll",
|
||||||
|
"lib/netstandard2.0/zh-Hant/FSharp.Core.resources.dll",
|
||||||
|
"lib/netstandard2.1/FSharp.Core.dll",
|
||||||
|
"lib/netstandard2.1/FSharp.Core.xml",
|
||||||
|
"lib/netstandard2.1/cs/FSharp.Core.resources.dll",
|
||||||
|
"lib/netstandard2.1/de/FSharp.Core.resources.dll",
|
||||||
|
"lib/netstandard2.1/es/FSharp.Core.resources.dll",
|
||||||
|
"lib/netstandard2.1/fr/FSharp.Core.resources.dll",
|
||||||
|
"lib/netstandard2.1/it/FSharp.Core.resources.dll",
|
||||||
|
"lib/netstandard2.1/ja/FSharp.Core.resources.dll",
|
||||||
|
"lib/netstandard2.1/ko/FSharp.Core.resources.dll",
|
||||||
|
"lib/netstandard2.1/pl/FSharp.Core.resources.dll",
|
||||||
|
"lib/netstandard2.1/pt-BR/FSharp.Core.resources.dll",
|
||||||
|
"lib/netstandard2.1/ru/FSharp.Core.resources.dll",
|
||||||
|
"lib/netstandard2.1/tr/FSharp.Core.resources.dll",
|
||||||
|
"lib/netstandard2.1/zh-Hans/FSharp.Core.resources.dll",
|
||||||
|
"lib/netstandard2.1/zh-Hant/FSharp.Core.resources.dll"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"projectFileDependencyGroups": {
|
||||||
|
"net7.0": [
|
||||||
|
"FSharp.Core >= 7.0.400"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"packageFolders": {
|
||||||
|
"/Users/darius/.nuget/packages/": {}
|
||||||
|
},
|
||||||
|
"project": {
|
||||||
|
"version": "1.0.0",
|
||||||
|
"restore": {
|
||||||
|
"projectUniqueName": "/Users/darius/Downloads/neko-fi/Individual Task 1/Individual Task 1.fsproj",
|
||||||
|
"projectName": "Individual Task 1",
|
||||||
|
"projectPath": "/Users/darius/Downloads/neko-fi/Individual Task 1/Individual Task 1.fsproj",
|
||||||
|
"packagesPath": "/Users/darius/.nuget/packages/",
|
||||||
|
"outputPath": "/Users/darius/Downloads/neko-fi/Individual Task 1/obj/",
|
||||||
|
"projectStyle": "PackageReference",
|
||||||
|
"configFilePaths": [
|
||||||
|
"/Users/darius/.nuget/NuGet/NuGet.Config"
|
||||||
|
],
|
||||||
|
"originalTargetFrameworks": [
|
||||||
|
"net7.0"
|
||||||
|
],
|
||||||
|
"sources": {
|
||||||
|
"/usr/local/share/dotnet/sdk/7.0.400/FSharp/library-packs": {},
|
||||||
|
"https://api.nuget.org/v3/index.json": {}
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"net7.0": {
|
||||||
|
"targetAlias": "net7.0",
|
||||||
|
"projectReferences": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"net7.0": {
|
||||||
|
"targetAlias": "net7.0",
|
||||||
|
"dependencies": {
|
||||||
|
"FSharp.Core": {
|
||||||
|
"include": "Runtime, Compile, Build, Native, Analyzers, BuildTransitive",
|
||||||
|
"target": "Package",
|
||||||
|
"version": "[7.0.400, )",
|
||||||
|
"generatePathProperty": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"imports": [
|
||||||
|
"net461",
|
||||||
|
"net462",
|
||||||
|
"net47",
|
||||||
|
"net471",
|
||||||
|
"net472",
|
||||||
|
"net48",
|
||||||
|
"net481"
|
||||||
|
],
|
||||||
|
"assetTargetFallback": true,
|
||||||
|
"warn": true,
|
||||||
|
"frameworkReferences": {
|
||||||
|
"Microsoft.NETCore.App": {
|
||||||
|
"privateAssets": "all"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/7.0.400/RuntimeIdentifierGraph.json"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"version": 2,
|
||||||
|
"dgSpecHash": "YJ4ZHLxntte6QEe/sAGXmRxvinfZwGM3C+iqnk2hZxnHw5/lSVwo5x/6eIep+tRg4GqyUfZkp65M7w+w+2BQvg==",
|
||||||
|
"success": true,
|
||||||
|
"projectFilePath": "/Users/darius/Downloads/neko-fi/Individual Task 1/Individual Task 1.fsproj",
|
||||||
|
"expectedPackageFiles": [
|
||||||
|
"/Users/darius/.nuget/packages/fsharp.core/7.0.400/fsharp.core.7.0.400.nupkg.sha512"
|
||||||
|
],
|
||||||
|
"logs": []
|
||||||
|
}
|
Loading…
Reference in new issue