From 2c99b93dce84e562fc1028302aebd9532418b629 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Tue, 31 Jan 2023 16:45:59 +0100 Subject: [PATCH] chore: make sure runtimeconfig and injector stuff is copied to output directory --- .../NosSmooth.Comms.Inject.csproj | 7 ++++++- .../NosSmooth.Comms.Inject.runtimeconfig.json | 10 ++++++++++ .../NosSmooth.Comms.Local.csproj | 13 ++++++++----- .../ConsolePacketLogger/ConsolePacketLogger.csproj | 6 ++++-- 4 files changed, 28 insertions(+), 8 deletions(-) create mode 100644 src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.runtimeconfig.json diff --git a/src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.csproj b/src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.csproj index f2a5455..746b5cc 100644 --- a/src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.csproj +++ b/src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.csproj @@ -4,7 +4,6 @@ net7.0 enable enable - true true 1.0.0 @@ -22,4 +21,10 @@ + + + Always + + + diff --git a/src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.runtimeconfig.json b/src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.runtimeconfig.json new file mode 100644 index 0000000..474512d --- /dev/null +++ b/src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.runtimeconfig.json @@ -0,0 +1,10 @@ +{ + "runtimeOptions": { + "tfm": "net7.0", + "rollForward": "LatestMinor", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "7.0.0" + } + } +} \ No newline at end of file diff --git a/src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj b/src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj index 4039904..0c73e2b 100644 --- a/src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj +++ b/src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj @@ -4,17 +4,20 @@ net7.0 enable enable - 1.0.0 + 1.0.1 - - + + + All + None + - - + + diff --git a/src/Samples/ConsolePacketLogger/ConsolePacketLogger.csproj b/src/Samples/ConsolePacketLogger/ConsolePacketLogger.csproj index 291912e..2c16ac0 100644 --- a/src/Samples/ConsolePacketLogger/ConsolePacketLogger.csproj +++ b/src/Samples/ConsolePacketLogger/ConsolePacketLogger.csproj @@ -19,8 +19,10 @@ - - + + All + None + -- 2.48.1