File tree Expand file tree Collapse file tree 5 files changed +8
-22
lines changed Expand file tree Collapse file tree 5 files changed +8
-22
lines changed Original file line number Diff line number Diff line change 5656 <Content Include =" packages.config" />
5757 </ItemGroup >
5858 <ItemGroup >
59- <Reference Include =" FSharp.Core" >
60- <HintPath >..\..\..\packages\FSharp.Core.4.0.0.1\lib\net40\FSharp.Core.dll</HintPath >
61- </Reference >
6259 <Reference Include =" FSharp.Data.SqlClient" >
6360 <HintPath >..\..\..\bin\FSharp.Data.SqlClient.dll</HintPath >
6461 </Reference >
Original file line number Diff line number Diff line change 6161 <Content Include =" packages.config" />
6262 </ItemGroup >
6363 <ItemGroup >
64- <Reference Include =" FSharp.Core" >
65- <HintPath >..\..\..\packages\FSharp.Core.4.0.0.1\lib\net40\FSharp.Core.dll</HintPath >
66- </Reference >
6764 <Reference Include =" FSharp.Data.SqlClient" >
6865 <HintPath >..\..\..\bin\FSharp.Data.SqlClient.dll</HintPath >
6966 </Reference >
Original file line number Diff line number Diff line change 103103 </Content >
104104 </ItemGroup >
105105 <ItemGroup >
106- <Reference Include =" FSharp.Configuration" >
107- <HintPath >..\..\packages\FSharp.Configuration.0.5.3\lib\net40\FSharp.Configuration.dll</HintPath >
108- <Private >True</Private >
109- </Reference >
110- <Reference Include =" FSharp.Core" >
111- <HintPath >..\..\packages\FSharp.Core.4.0.0.1\lib\net40\FSharp.Core.dll</HintPath >
112- </Reference >
113106 <Reference Include =" FSharp.Data.SqlClient" >
114107 <HintPath >..\..\bin\FSharp.Data.SqlClient.dll</HintPath >
115108 </Reference >
Original file line number Diff line number Diff line change 1- namespace System
1+ // Auto-Generated by FAKE; do not edit
2+ namespace System
23open System.Reflection
34open System.Runtime .CompilerServices
45
@@ -11,4 +12,9 @@ open System.Runtime.CompilerServices
1112do ()
1213
1314module internal AssemblyVersionInformation =
14- let [<Literal>] Version = " 1.8.4"
15+ let [<Literal>] AssemblyTitle = " SqlClient"
16+ let [<Literal>] AssemblyProduct = " FSharp.Data.SqlClient"
17+ let [<Literal>] AssemblyDescription = " SqlClient F# type providers"
18+ let [<Literal>] AssemblyVersion = " 1.8.4"
19+ let [<Literal>] AssemblyFileVersion = " 1.8.4"
20+ let [<Literal>] InternalsVisibleTo = " SqlClient.Tests"
Original file line number Diff line number Diff line change 5050 <OtherFlags >--warnon:1182</OtherFlags >
5151 </PropertyGroup >
5252 <ItemGroup >
53- <Reference Include =" FSharp.Core" >
54- <HintPath >..\..\packages\FSharp.Core.4.0.0.1\lib\net40\FSharp.Core.dll</HintPath >
55- </Reference >
56- <Reference Include =" Microsoft.SqlServer.TransactSql.ScriptDom" >
57- <HintPath >..\..\packages\Microsoft.SqlServer.TransactSql.ScriptDom.14.0.3811.1\lib\net40\Microsoft.SqlServer.TransactSql.ScriptDom.dll</HintPath >
58- <Private >True</Private >
59- </Reference >
6053 <Reference Include =" mscorlib" />
6154 <Reference Include =" System" />
6255 <Reference Include =" System.Configuration" />
You can’t perform that action at this time.
0 commit comments