Skip to content

Commit 9609ed5

Browse files
committed
dotnet paket simplify
1 parent a603817 commit 9609ed5

File tree

5 files changed

+2
-23
lines changed

5 files changed

+2
-23
lines changed

integrationtests/Paket.IntegrationTests/paket.references

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
FSharp.Core
21
FSharp.Compiler.Service
32
Chessie
4-
Newtonsoft.Json
53
Microsoft.NET.Test.Sdk
64
NUnit
75
NUnit3TestAdapter

paket.dependencies

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ nuget System.Security.Cryptography.ProtectedData >= 4.4
1414
nuget NETStandard.Library ~> 2.0
1515
nuget System.Net.Http.WinHttpHandler >= 4.5
1616
nuget Nuget.Packaging
17-
nuget Microsoft.Win32.Registry
18-
nuget System.Diagnostics.TraceSource
1917

2018
# these two are not public dependencies, they're used for build-time only
2119
# therefore, treat them as private.
@@ -45,8 +43,6 @@ group Build
4543

4644
nuget FAKE < 5
4745
nuget FSharp.Formatting prerelease
48-
nuget System.ValueTuple
49-
nuget Microsoft.AspNet.Razor
5046
nuget ILRepack
5147

5248
github fsharp/FAKE modules/Octokit/Octokit.fsx

src/Paket.Core/paket.references

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
Newtonsoft.Json
2-
FSharp.Core
31
Mono.Cecil
42
Chessie
5-
System.Security.Cryptography.ProtectedData
63
System.Net.Http.WinHttpHandler
7-
System.Net.Http
84
Microsoft.NETFramework.ReferenceAssemblies.net461
95
Nuget.Packaging
106
DotNet.ReproducibleBuilds
11-
127
File:Globbing.fs Common\
13-
File:AssemblyReader.fs Common\
8+
File:AssemblyReader.fs Common\

src/Paket/paket.references

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
Argu
2-
FSharp.Core
32
Chessie
4-
5-
# workaround for transitive of FSharp.Core not pulled when packaging as PackAsTool
6-
Newtonsoft.Json
73
Mono.Cecil
8-
System.Security.Cryptography.ProtectedData
94
System.Net.Http.WinHttpHandler
10-
System.Net.Http
115
Nuget.Packaging
12-
Microsoft.Win32.Registry
136
System.Diagnostics.Process
147
System.Diagnostics.TraceSource
158
DotNet.ReproducibleBuilds

tests/Paket.Tests/paket.references

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
FSharp.Core
21
Argu
32
Chessie
4-
Newtonsoft.Json
53
Microsoft.NET.Test.Sdk
64
NUnit
75
NUnit3TestAdapter
86
FsCheck
97
Microsoft.NETFramework.ReferenceAssemblies.net461
10-
11-
File:FsUnit.fs .
8+
File:FsUnit.fs .

0 commit comments

Comments
 (0)