Skip to content

Commit 3dfdfa2

Browse files
use copy local:false for FSharp.Core in C# projects
1 parent 7521904 commit 3dfdfa2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

paket.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ NUGET
3838
GROUP Build
3939
NUGET
4040
remote: https://www.nuget.org/api/v2
41-
FAKE (4.30.2)
41+
FAKE (4.31.1)
4242
Microsoft.Bcl (1.1.10) - framework: net10, net11, net20, net30, net35, net40, net40-full
4343
Microsoft.Bcl.Build (>= 1.0.14)
4444
Microsoft.Bcl.Build (1.0.21) - import_targets: false, framework: net10, net11, net20, net30, net35, net40, net40-full
@@ -51,5 +51,5 @@ NUGET
5151
SourceLink.Fake (1.1)
5252
GITHUB
5353
remote: fsharp/FAKE
54-
modules/Octokit/Octokit.fsx (f35a5d927148ca1a5fe5bc6ae2c1a37e3b2b5923)
54+
modules/Octokit/Octokit.fsx (40dd0ff66fc379474450f93fd1ba545f6cf6c121)
5555
Octokit (>= 0.20)

src/MBrace.CSharp/paket.references

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Streams
2-
FSharp.Core
2+
FSharp.Core copy_local: false
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Nunit
22
FsCheck
3-
FSharp.Core
3+
FSharp.Core copy_local: false
44
Streams.CSharp

tests/MBrace.Thespian.Tests/MBrace.Thespian.Tests.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<ItemGroup>
137137
<Reference Include="FsPickler">
138138
<HintPath>..\..\packages\FsPickler\lib\net45\FsPickler.dll</HintPath>
139-
<Private>False</Private>
139+
<Private>True</Private>
140140
<Paket>True</Paket>
141141
</Reference>
142142
<Reference Include="System.Runtime.Serialization">

0 commit comments

Comments
 (0)