You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ta...@apache.org on 2022/08/08 15:04:28 UTC

[qpid-proton-dotnet] branch main updated: PROTON-2588 Update the framework and test libraries versions

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 bd939c1  PROTON-2588 Update the framework and test libraries versions
bd939c1 is described below

commit bd939c18810465032c22f13ced6ecc3d1216efa1
Author: Timothy Bish <ta...@gmail.com>
AuthorDate: Mon Aug 8 11:03:25 2022 -0400

    PROTON-2588 Update the framework and test libraries versions
    
    Updates .NET Test SDK and other build and test framework versions to latest.
---
 versions.props | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/versions.props b/versions.props
index e818a29..d0c1ac6 100644
--- a/versions.props
+++ b/versions.props
@@ -21,23 +21,23 @@
 
 <Project>
   <PropertyGroup Label="Build, Test, Code Analysis">
-    <MicrosoftBuildFrameworkVersion>17.1.0</MicrosoftBuildFrameworkVersion>
-    <MicrosoftBuildUtilitiesCoreVersion>17.1.0</MicrosoftBuildUtilitiesCoreVersion>
-    <MicrosoftCodeAnalysisVersion>4.3.0-1.final</MicrosoftCodeAnalysisVersion>
-    <MicrosoftCodeAnalysisCSharpVersion>4.3.0-1.final</MicrosoftCodeAnalysisCSharpVersion>
-    <MicrosoftCodeAnalysisCSharpCodeStyleVersion>4.3.0-1.final</MicrosoftCodeAnalysisCSharpCodeStyleVersion>
+    <MicrosoftBuildFrameworkVersion>17.2.0</MicrosoftBuildFrameworkVersion>
+    <MicrosoftBuildUtilitiesCoreVersion>17.2.0</MicrosoftBuildUtilitiesCoreVersion>
+    <MicrosoftCodeAnalysisVersion>4.3.0-3.final</MicrosoftCodeAnalysisVersion>
+    <MicrosoftCodeAnalysisCSharpVersion>4.3.0-3.final</MicrosoftCodeAnalysisCSharpVersion>
+    <MicrosoftCodeAnalysisCSharpCodeStyleVersion>4.3.0-3.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.1.0</MicrosoftNETTestSdkVersion>
-    <MoqVersion>4.18.1</MoqVersion>
+    <MicrosoftNETTestSdkVersion>17.2.0</MicrosoftNETTestSdkVersion>
+    <MoqVersion>4.18.2</MoqVersion>
     <NUnitVersion>3.13.3</NUnitVersion>
-    <NUnitConsoleRunnerVersion>3.15.0</NUnitConsoleRunnerVersion>
+    <NUnitConsoleRunnerVersion>3.15.2</NUnitConsoleRunnerVersion>
     <NUnit3TestAdapterVersion>4.2.1</NUnit3TestAdapterVersion>
     <NLogVersion>4.7.15</NLogVersion>
-    <NLogExtensionsVersion>1.7.4</NLogExtensionsVersion>
+    <NLogExtensionsVersion>1.7.5</NLogExtensionsVersion>
     <StyleCopAnalyzersVersion>1.1.118</StyleCopAnalyzersVersion>
   </PropertyGroup>
 </Project>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org