Skip to content

Commit 1b26b87

Browse files
committed
tests: bump msbuild packages and uncomment tests.
1 parent 06fecf1 commit 1b26b87

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Tests/CSharp/MultiFileSolutionAndProjectTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ public MultiFileSolutionAndProjectTests(MultiFileTestFixture multiFileTestFixtur
1919
_multiFileTestFixture = multiFileTestFixture;
2020
}
2121

22-
[Fact(Skip = "Doesn't work on Github actions agent")]
22+
[Fact]
2323
public async Task ConvertWholeSolutionAsync()
2424
{
2525

2626
await _multiFileTestFixture.ConvertProjectsWhereAsync(p => true, Language.CS);
2727
}
2828

29-
[Fact(Skip = "Doesn't work on Github actions agent")]
29+
[Fact]
3030
public async Task ConvertVbLibraryOnlyAsync()
3131
{
3232
await _multiFileTestFixture.ConvertProjectsWhereAsync(p => p.Name == "VbLibrary", Language.CS);

Tests/Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
</ItemGroup>
3131
<ItemGroup Label="ReSharper test runner requirements">
3232
<PackageReference Include="Microsoft.CodeAnalysis.Features" Version="3.4.0" />
33-
<PackageReference Include="Microsoft.Build" Version="16.8.0" />
34-
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="16.8.0" />
33+
<PackageReference Include="Microsoft.Build" Version="16.10.0" />
34+
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="16.10.0" />
3535
</ItemGroup>
3636
<ItemGroup>
3737
<Reference Include="System.Web" />

0 commit comments

Comments
 (0)