You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use TargetFrameworks net6.0;net7.0 for tests (#1544)
* update dependencies (System.Text.Json)
* use <TargetFrameworks>net6.0;net7.0</TargetFrameworks> for tests
* do not use deprecated versions
* update net SDK versions
* remove unnecessary assert
* execute coverlet.core tests only for net6.0
* add CheckNugetStatus.yml and fix findings
* fix variable name
* update and consolidate versions
* upload *.diag.log files
NuGetFrameworksVersion is defined here https://github.com/microsoft/vstest/blob/9a0c41811637edf4afe0e265e08fdd1cb18109ed/eng/Versions.props#L94C1-L94C1
# the template will write lists of outdated, deprecated or vulnerable nuget packages to build log for every C# project. If a deprecated or vulnerable package is detected, an error will be written to the build log.
3
+
# Precondition: restore and build was executed before this template is used
4
+
# Limitation: dotnet SDK does not provide .NET framework MSBuild targets like "Microsoft.WebApplication.targets". This c# projects will be ignored and "An error occurred for <file name of C# project>" message is added in build log.
0 commit comments