File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/FSharp.TypeProviders.Host Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
7
7
<DefineConstants >TRACE</DefineConstants >
8
8
</PropertyGroup >
9
-
9
+
10
10
<PropertyGroup >
11
11
<FSharpCompilerServiceVersion >2021.2.0</FSharpCompilerServiceVersion >
12
12
<FSharpCoreVersion >5.0.1</FSharpCoreVersion >
Original file line number Diff line number Diff line change 19
19
<ProjectReference Include =" ..\FSharp.Common\FSharp.Common.fsproj" />
20
20
<ProjectReference Include =" ..\FSharp.TypeProviders.Protocol\FSharp.TypeProviders.Protocol.csproj" />
21
21
</ItemGroup >
22
-
22
+
23
23
<ItemGroup >
24
24
<Content Include =" app.config" >
25
25
<CopyToOutputDirectory >Always</CopyToOutputDirectory >
26
26
</Content >
27
27
</ItemGroup >
28
-
28
+
29
29
<ItemGroup >
30
30
<PackageReference Include =" FSharp.Core" Version =" $(FSharpCoreVersion)" />
31
31
<PackageReference Include =" JetBrains.FSharp.Compiler.Service" Version =" $(FSharpCompilerServiceVersion)" />
You can’t perform that action at this time.
0 commit comments