Update Godot.SourceGenerators packages
Fix issues Update System.Security.Cryptography.Pkcs again Downgrade Microsoft.CodeAnalysis.CSharp.Workspaces
This commit is contained in:
parent
cb7cd815ee
commit
580a225a4a
16 changed files with 71 additions and 57 deletions
|
|
@ -7,7 +7,6 @@ using Microsoft.CodeAnalysis.CSharp;
|
|||
using Microsoft.CodeAnalysis.CSharp.Testing;
|
||||
using Microsoft.CodeAnalysis.Diagnostics;
|
||||
using Microsoft.CodeAnalysis.Testing;
|
||||
using Microsoft.CodeAnalysis.Testing.Verifiers;
|
||||
using Microsoft.CodeAnalysis.Text;
|
||||
|
||||
namespace Godot.SourceGenerators.Tests;
|
||||
|
|
@ -17,7 +16,7 @@ public static class CSharpAnalyzerVerifier<TAnalyzer>
|
|||
{
|
||||
public const LanguageVersion LangVersion = LanguageVersion.CSharp11;
|
||||
|
||||
public class Test : CSharpAnalyzerTest<TAnalyzer, XUnitVerifier>
|
||||
public class Test : CSharpAnalyzerTest<TAnalyzer, DefaultVerifier>
|
||||
{
|
||||
public Test()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue