This is an automated email from the ASF dual-hosted git repository.
tabish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton-dotnet.git
The following commit(s) were added to refs/heads/main by this push:
new e0a3e2a PROTON-2723 Update the project build and test dependencies
e0a3e2a is described below
commit e0a3e2ac178d96160b97ae9791866ab7f8e168df
Author: Timothy Bish <[email protected]>
AuthorDate: Wed May 3 16:26:32 2023 -0400
PROTON-2723 Update the project build and test dependencies
Update the MS build framework and the test deps like Moq to latest
compatible release for the current .NET 5.0 build target.
---
versions.props | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/versions.props b/versions.props
index d3ec658..8c64eb9 100644
--- a/versions.props
+++ b/versions.props
@@ -21,21 +21,21 @@
<Project>
<PropertyGroup Label="Build, Test, Code Analysis">
- <MicrosoftBuildFrameworkVersion>17.3.1</MicrosoftBuildFrameworkVersion>
-
<MicrosoftBuildUtilitiesCoreVersion>17.3.1</MicrosoftBuildUtilitiesCoreVersion>
- <MicrosoftCodeAnalysisVersion>4.4.0-2.final</MicrosoftCodeAnalysisVersion>
-
<MicrosoftCodeAnalysisCSharpVersion>4.4.0-2.final</MicrosoftCodeAnalysisCSharpVersion>
-
<MicrosoftCodeAnalysisCSharpCodeStyleVersion>4.4.0-2.final</MicrosoftCodeAnalysisCSharpCodeStyleVersion>
+ <MicrosoftBuildFrameworkVersion>17.5.0</MicrosoftBuildFrameworkVersion>
+
<MicrosoftBuildUtilitiesCoreVersion>17.5.0</MicrosoftBuildUtilitiesCoreVersion>
+ <MicrosoftCodeAnalysisVersion>4.6.0-1.final</MicrosoftCodeAnalysisVersion>
+ <MicrosoftCodeAnalysisCSharpVersion>4.6.0-1.final
</MicrosoftCodeAnalysisCSharpVersion>
+
<MicrosoftCodeAnalysisCSharpCodeStyleVersion>4.6.0-1.final</MicrosoftCodeAnalysisCSharpCodeStyleVersion>
<MicrosoftExtensionsCachingMemoryVersion>5.0.0</MicrosoftExtensionsCachingMemoryVersion>
<MicrosoftExtensionsLoggingVersion>5.0.0</MicrosoftExtensionsLoggingVersion>
<!-- When .NET 7 SDK is released or the package is not in preview, update
this version -->
<MicrosoftCodeAnalysisNetAnalyzersVersion Condition="'$(TargetFramework)'
!= 'net7.0'">6.0.0</MicrosoftCodeAnalysisNetAnalyzersVersion>
- <MicrosoftCodeAnalysisNetAnalyzersVersion Condition="'$(TargetFramework)'
== 'net7.0'">7.0.0-preview*</MicrosoftCodeAnalysisNetAnalyzersVersion>
- <MicrosoftNETTestSdkVersion>17.2.0</MicrosoftNETTestSdkVersion>
- <MoqVersion>4.18.2</MoqVersion>
+ <MicrosoftCodeAnalysisNetAnalyzersVersion Condition="'$(TargetFramework)'
== 'net7.0'">7.0.0</MicrosoftCodeAnalysisNetAnalyzersVersion>
+ <MicrosoftNETTestSdkVersion>17.5.0</MicrosoftNETTestSdkVersion>
+ <MoqVersion>4.18.4</MoqVersion>
<NUnitVersion>3.13.3</NUnitVersion>
- <NUnitConsoleRunnerVersion>3.15.2</NUnitConsoleRunnerVersion>
- <NUnit3TestAdapterVersion>4.2.1</NUnit3TestAdapterVersion>
+ <NUnitConsoleRunnerVersion>3.16.3</NUnitConsoleRunnerVersion>
+ <NUnit3TestAdapterVersion>4.4.2</NUnit3TestAdapterVersion>
<NLogVersion>4.7.15</NLogVersion>
<NLogExtensionsVersion>1.7.5</NLogExtensionsVersion>
<StyleCopAnalyzersVersion>1.1.118</StyleCopAnalyzersVersion>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]