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 19
19
</PropertyGroup >
20
20
21
21
<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" />
24
24
<PackageReference Include =" GitVersion.MsBuild" Version =" 5.12.0" PrivateAssets =" all" />
25
25
</ItemGroup >
26
26
Original file line number Diff line number Diff line change 12
12
</PropertyGroup >
13
13
14
14
<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 " >
18
18
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
19
19
<PrivateAssets >all</PrivateAssets >
20
20
</PackageReference >
21
21
<PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit" Version =" 1.1.2" />
22
22
<PackageReference Include =" Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit" Version =" 1.1.2" />
23
23
<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" />
25
25
</ItemGroup >
26
26
27
27
<ItemGroup >
You can’t perform that action at this time.
0 commit comments