From 932643a68a33860b2ade56820d61b56c03b2bd1f Mon Sep 17 00:00:00 2001 From: Nicholas Blumhardt Date: Mon, 12 Feb 2018 13:10:28 +1000 Subject: [PATCH] Remove ILLink - seeing errors in published binaries when lazy-initializing platform types --- nuget.config | 8 -------- seqcli.sln | 1 - src/SeqCli/SeqCli.csproj | 1 - 3 files changed, 10 deletions(-) delete mode 100644 nuget.config diff --git a/nuget.config b/nuget.config deleted file mode 100644 index 5645e58e..00000000 --- a/nuget.config +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/seqcli.sln b/seqcli.sln index d0721e8b..d1af2409 100644 --- a/seqcli.sln +++ b/seqcli.sln @@ -11,7 +11,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sln", "sln", "{2EA56595-519 appveyor.yml = appveyor.yml Build.ps1 = Build.ps1 LICENSE = LICENSE - nuget.config = nuget.config README.md = README.md EndProjectSection EndProject diff --git a/src/SeqCli/SeqCli.csproj b/src/SeqCli/SeqCli.csproj index 1d398268..32fa061e 100644 --- a/src/SeqCli/SeqCli.csproj +++ b/src/SeqCli/SeqCli.csproj @@ -28,7 +28,6 @@ -