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 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 >
Original file line number Diff line number Diff line change 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)" />
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments