Skip to content

Commit 0fa6605

Browse files
committed
bump aqua-coew to 5.5.0-alpha-005 and use pre-release of xunit.runner.visualstudio to resolve #136
1 parent f842410 commit 0fa6605

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<MinorVersion>3</MinorVersion>
77
<PatchVersion>0</PatchVersion>
88
<PreReleaseLabel>dev</PreReleaseLabel>
9-
<AquaCoreVersion>5.5.0-alpha-004</AquaCoreVersion>
9+
<AquaCoreVersion>5.5.0-alpha-005</AquaCoreVersion>
1010
</PropertyGroup>
1111

1212
<PropertyGroup>

nuget.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<clear />
99
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
1010
<add key="myget.org" value="https://www.myget.org/F/aqua/api/v3/index.json" />
11+
<add key="feedz.io/xunit" value="https://f.feedz.io/xunit/xunit/nuget/index.json" protocolVersion="3" />
1112
</packageSources>
1213
<activePackageSource>
1314
<add key="All" value="(Aggregate source)" />

test/Directory.Build.props

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,7 @@
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" PrivateAssets="all" />
1414
<PackageReference Include="Shouldly" Version="4.2.1" PrivateAssets="all" />
1515
<PackageReference Include="xunit" Version="2.9.2" PrivateAssets="all" />
16-
<!--
17-
ISSUE #136:
18-
update to xunit.runner.visualstudio.3.0.0 breaks unit tests in Remote.Linq.Async.Queryable.Tests for net48
19-
make sure to resolve and test before updating xunit.runner.visualstudio
20-
-->
21-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
16+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1-pre.2" PrivateAssets="all" />
2217
<PackageReference Include="Xunit.SkippableFact" Version="1.5.23" PrivateAssets="all" />
2318
</ItemGroup>
2419

0 commit comments

Comments
 (0)