From c45dd3e6fadd32e46bc8f434a8c8caeb46893455 Mon Sep 17 00:00:00 2001 From: Michal Paukert Date: Thu, 3 Aug 2023 08:10:15 +0200 Subject: [PATCH] add build.props --- SystemWrapper.snk | Bin 0 -> 596 bytes .../SystemWrappers.Core.Registry.csproj | 9 +----- build.props | 28 ++++++++++++++++++ 3 files changed, 29 insertions(+), 8 deletions(-) create mode 100644 SystemWrapper.snk create mode 100644 build.props diff --git a/SystemWrapper.snk b/SystemWrapper.snk new file mode 100644 index 0000000000000000000000000000000000000000..3ca15d76b10702ee3972c4fe059e41b58045b299 GIT binary patch literal 596 zcmV-a0;~N80ssI2Bme+XQ$aES1ONa50097XY%n@cKFgRqVxLcLKcYbMY+=5o=Cz1& zd|uC9t{`9;>hNycK(=<5c&PsYn!r;=$G*0B9wbi8=&Zm(Bd88)mv5Stwsb)f0Ozl7 z`{cdT(D4tS{Xo-~hDd^J94tTLI{`IDl zV{b$X=z6{cXsxg)6LDpIQ~8$RBA-iS(9Bp*|Wg&?)m|Hx!PD!F}fA7wM8j4(TTsO zTeaTSB(r&npl4_UQkYt1nJZnZWTe&;=o|SNNu%&oQ#Ng@f1BuMpkom&+V_Xssq=Tq zC;`)v^k0$;^tPieXZ#HO2M^)U;XwZ-`*!kbB}r!wLj9p<{-i5FP?ApS9fTJf{H}CC z1hj9_f4?TL}te+##%S{ zeQ_#_50iXp5HXH+;G$DIqR6R9#C#?K^i}-*2u?8STYtHySxV47I6kq6IJm!Unj8gG z&W15-5{`=6T8Y?P^tP^+SU5GB@4%$@@WNPLDtygKaH_gm7BS!7+UjmY-SM0^ ikn7IWb3L???Q>L4T#tUdmQmAQnq$J3(O)N`S=mh%Pa!4% literal 0 HcmV?d00001 diff --git a/SystemWrappers.Core.Registry/SystemWrappers.Core.Registry.csproj b/SystemWrappers.Core.Registry/SystemWrappers.Core.Registry.csproj index 45fddd5..d3ed4e5 100644 --- a/SystemWrappers.Core.Registry/SystemWrappers.Core.Registry.csproj +++ b/SystemWrappers.Core.Registry/SystemWrappers.Core.Registry.csproj @@ -1,12 +1,5 @@ - - - netstandard2.1 - 1.0.0.2 - 1.0.0.0 - 1.0.0.0 - enable - + diff --git a/build.props b/build.props new file mode 100644 index 0000000..9cc6f48 --- /dev/null +++ b/build.props @@ -0,0 +1,28 @@ + + + + net7.0 + Debug;Release + + + + + enable + true + + + + netstandard2.1 + 1.0.0.3 + 1.0.0.3 + 1.0.0.3 + enable + + + + + true + $(MSBuildThisFileDirectory)SystemWrapper.snk + + +