From f092e89bf7ae77e4c33c24d011a6adb7bee58940 Mon Sep 17 00:00:00 2001 From: Alex Thomson Date: Sat, 12 Nov 2022 16:11:30 +1300 Subject: [PATCH] Test suggested linker version for improving partial trim performance https://github.com/dotnet/linker/issues/3083 --- LXGaming.Captain/LXGaming.Captain.csproj | 1 + nuget.config | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 nuget.config diff --git a/LXGaming.Captain/LXGaming.Captain.csproj b/LXGaming.Captain/LXGaming.Captain.csproj index 8886f42..bd26f7d 100644 --- a/LXGaming.Captain/LXGaming.Captain.csproj +++ b/LXGaming.Captain/LXGaming.Captain.csproj @@ -19,6 +19,7 @@ + diff --git a/nuget.config b/nuget.config new file mode 100644 index 0000000..e6a9c5d --- /dev/null +++ b/nuget.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file