File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
tests/GodotSharpAnalyzers.Tests Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919 </PropertyGroup >
2020
2121 <ItemGroup >
22- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 4.8 .0" PrivateAssets =" all" />
23- <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.3.4 " PrivateAssets =" all" />
22+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 4.14 .0" PrivateAssets =" all" />
23+ <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 4.14.0 " PrivateAssets =" all" />
2424 <PackageReference Include =" GitVersion.MsBuild" Version =" 5.12.0" PrivateAssets =" all" />
2525 </ItemGroup >
2626
Original file line number Diff line number Diff line change 1212 </PropertyGroup >
1313
1414 <ItemGroup >
15- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8.0 " />
16- <PackageReference Include =" xunit" Version =" 2.6.2 " />
17- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.4 " >
15+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1 " />
16+ <PackageReference Include =" xunit" Version =" 2.9.3 " />
17+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.3 " >
1818 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1919 <PrivateAssets >all</PrivateAssets >
2020 </PackageReference >
2121 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit" Version =" 1.1.2" />
2222 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit" Version =" 1.1.2" />
2323 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit" Version =" 1.1.2" />
24- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 4.8 .0" />
24+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 4.14 .0" />
2525 </ItemGroup >
2626
2727 <ItemGroup >
You can’t perform that action at this time.
0 commit comments