-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclj.fsproj
More file actions
28 lines (25 loc) · 1.13 KB
/
Copy pathclj.fsproj
File metadata and controls
28 lines (25 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<!-- <OutputType>Exe</OutputType>-->
<!-- <TargetFramework>net6.0</TargetFramework>-->
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="Read.fs" />
<Compile Include="clojure.core.fs" />
<Compile Include="Eval.fs" />
<Content Include="ReadEval_First.fs" />
<Content Include="sbcl.lisp" />
<Compile Include="Source.fs" />
<PackageReference Include="FParsec" Version="1.1.1" />
<PackageReference Include="FSharp.Collections.ParallelSeq" Version="1.2.0" />
<!-- <PackageReference Include="FSharp.Data" /> -->
<PackageReference Include="FSharp.Data.LiteralProviders" Version="1.0.3" />
<Content Include="*.clj" />
<PackageReference Include="FSharp.Interop.Dynamic" Version="5.0.1.268" />
<!-- <PackageReference Include="FSharpPlus" Version="1.4.1" />-->
<!-- <PackageReference Include="FSharpx.Core" Version="1.8.32" />-->
<!-- <PackageReference Include="Microsoft.NET.Test.Sdk" Version="*" />-->
<!-- <PackageReference Include="xunit" Version="*" />-->
</ItemGroup>
</Project>