Upgrade support libraries and switch to central package management (#233)

This commit is contained in:
Marko Lahma
2022-12-02 20:58:52 +02:00
committed by GitHub
parent 0ee53d67ab
commit 63aa4b2a40
60 changed files with 291 additions and 218 deletions

View File

@@ -17,12 +17,6 @@
<CommonLoggingVersion>3.4.1</CommonLoggingVersion>
<Log4NetVersion>2.0.8</Log4NetVersion>
<NUnitVersion>3.13.1</NUnitVersion>
<NUnitTestAdapterVersion>3.17.0</NUnitTestAdapterVersion>
<FakeItEasyVersion>6.2.1</FakeItEasyVersion>
<FakeItEasyAnalyzerVersion>6.0.0</FakeItEasyAnalyzerVersion>
<MicrosoftTestSDKVersion>16.9.4</MicrosoftTestSDKVersion>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
<ComVisible>False</ComVisible>
<DebugSymbols>True</DebugSymbols>
@@ -30,13 +24,13 @@
<LangVersion>latest</LangVersion>
<TargetFullFrameworkVersion>net462</TargetFullFrameworkVersion>
<IsPackable>false</IsPackable>
<IsPackable>false</IsPackable>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugType>Full</DebugType>
<DebugType>Full</DebugType>
<DefineConstants>DEBUG;TRACE;$(DefineConstants)</DefineConstants>
</PropertyGroup>