File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 6
6
<MinorVersion >3</MinorVersion >
7
7
<PatchVersion >0</PatchVersion >
8
8
<PreReleaseLabel >dev</PreReleaseLabel >
9
- <AquaCoreVersion >5.5.0-alpha-004 </AquaCoreVersion >
9
+ <AquaCoreVersion >5.5.0-alpha-005 </AquaCoreVersion >
10
10
</PropertyGroup >
11
11
12
12
<PropertyGroup >
Original file line number Diff line number Diff line change 8
8
<clear />
9
9
<add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
10
10
<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" />
11
12
</packageSources >
12
13
<activePackageSource >
13
14
<add key =" All" value =" (Aggregate source)" />
Original file line number Diff line number Diff line change 13
13
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" PrivateAssets =" all" />
14
14
<PackageReference Include =" Shouldly" Version =" 4.2.1" PrivateAssets =" all" />
15
15
<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" />
22
17
<PackageReference Include =" Xunit.SkippableFact" Version =" 1.5.23" PrivateAssets =" all" />
23
18
</ItemGroup >
24
19
You can’t perform that action at this time.
0 commit comments