You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by ie...@apache.org on 2021/04/22 10:43:51 UTC

[avro] branch master updated: Bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.4 in /lang/csharp

This is an automated email from the ASF dual-hosted git repository.

iemejia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new ffac909  Bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.4 in /lang/csharp
ffac909 is described below

commit ffac9093dc183afb790ab2c01f691d8527c5fff1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Apr 4 05:17:08 2021 +0000

    Bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.4 in /lang/csharp
    
    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.8.3 to 16.9.4.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Commits](https://github.com/microsoft/vstest/compare/v16.8.3...v16.9.4)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 lang/csharp/versions.props | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/csharp/versions.props b/lang/csharp/versions.props
index d579360..523b1fd 100644
--- a/lang/csharp/versions.props
+++ b/lang/csharp/versions.props
@@ -55,7 +55,7 @@
     <MicrosoftBuildFrameworkVersion>16.8.0</MicrosoftBuildFrameworkVersion>
     <MicrosoftBuildUtilitiesCoreVersion>16.8.0</MicrosoftBuildUtilitiesCoreVersion>
     <MicrosoftCodeAnalysisNetAnalyzersVersion>5.0.3</MicrosoftCodeAnalysisNetAnalyzersVersion>
-    <MicrosoftNETTestSdkVersion>16.8.3</MicrosoftNETTestSdkVersion>
+    <MicrosoftNETTestSdkVersion>16.9.4</MicrosoftNETTestSdkVersion>
     <NUnitVersion>3.13.1</NUnitVersion>
     <NUnitConsoleRunnerVersion>3.12.0</NUnitConsoleRunnerVersion>
     <NUnit3TestAdapterVersion>3.17.0</NUnit3TestAdapterVersion>