Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump test dependencies #3602

Merged
merged 12 commits into from
Sep 4, 2024
18 changes: 9 additions & 9 deletions build/LibraryVersions.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static partial class LibraryVersion
new List<PackageBuildInfo>
{
new("12.13.0"),
new("12.20.0"),
new("12.21.2"),
}
},
{
Expand All @@ -29,17 +29,17 @@ public static partial class LibraryVersion
{
new("8.0.0"),
new("8.10.0"),
new("8.14.4"),
new("8.15.5"),
}
},
{
"TestApplication.EntityFrameworkCore",
new List<PackageBuildInfo>
{
new("6.0.27"),
new("6.0.33"),
new("7.0.20"),
new("8.0.2", supportedFrameworks: new string[] {"net8.0"}),
new("8.0.6", supportedFrameworks: new string[] {"net8.0"}),
new("8.0.8", supportedFrameworks: new string[] {"net8.0"}),
}
},
{
Expand Down Expand Up @@ -73,7 +73,7 @@ public static partial class LibraryVersion
new List<PackageBuildInfo>
{
new("8.0.0"),
new("8.2.3"),
new("8.2.5"),
}
},
{
Expand All @@ -83,7 +83,7 @@ public static partial class LibraryVersion
new("2.1.7"),
new("3.1.5"),
new("4.0.5"),
new("5.2.1"),
new("5.2.2"),
}
},
{
Expand Down Expand Up @@ -152,15 +152,15 @@ public static partial class LibraryVersion
new List<PackageBuildInfo>
{
new("3.4.0"),
new("3.10.0"),
new("3.13.0"),
}
},
{
"TestApplication.StackExchangeRedis",
new List<PackageBuildInfo>
{
new("2.6.122"),
new("2.8.0"),
new("2.8.12"),
}
},
{
Expand All @@ -178,7 +178,7 @@ public static partial class LibraryVersion
new("1.4.0", supportedPlatforms: new string[] {"x64"}),
new("1.6.2"),
new("1.8.2"),
new("2.4.0"),
new("2.5.3"),
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/demo/Service/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.2.1" />
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.2.2" />
<PackageVersion Include="Microsoft.Extensions.Logging" Version="8.0.0" />
</ItemGroup>
</Project>
26 changes: 13 additions & 13 deletions test/Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project>
<Import Project="..\Directory.Packages.props" />
<ItemGroup>
<PackageVersion Include="Azure.Storage.Blobs" Version="12.20.0" />
<PackageVersion Include="Elastic.Clients.Elasticsearch" Version="8.14.4" />
<PackageVersion Include="Confluent.Kafka" Version="2.4.0" />
<PackageVersion Include="Azure.Storage.Blobs" Version="12.21.2" />
<PackageVersion Include="Elastic.Clients.Elasticsearch" Version="8.15.5" />
<PackageVersion Include="Confluent.Kafka" Version="2.5.3" />
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
<PackageVersion Include="Google.Protobuf" Version="3.27.2" />
<PackageVersion Include="Google.Protobuf" Version="3.28.0" />
<PackageVersion Include="GraphQL" Version="7.8.0" />
<PackageVersion Include="GraphQL.MicrosoftDI" Version="7.8.0" />
<PackageVersion Include="GraphQL.Server.Transports.AspNetCore" Version="7.7.1" />
Expand All @@ -14,12 +14,12 @@
<PackageVersion Include="Grpc.Net.Client" Version="2.65.0" />
<PackageVersion Include="Grpc.Net.Client.Web" Version="2.65.0" />
<PackageVersion Include="Grpc.Tools" Version="2.66.0" />
<PackageVersion Include="MassTransit" Version="8.2.3" />
<PackageVersion Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.6" />
<PackageVersion Include="MassTransit" Version="8.2.5" />
<PackageVersion Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.8" />
<PackageVersion Include="Microsoft.Build" Version="15.9.20" />
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="15.9.20" />
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.2.1" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.6" />
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.2.2" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.8" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
Expand All @@ -38,11 +38,11 @@
<PackageVersion Include="Oracle.ManagedDataAccess" Version="23.4.0" />
<PackageVersion Include="Oracle.ManagedDataAccess.Core" Version="23.4.0" />
<PackageVersion Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.2" />
<PackageVersion Include="Quartz" Version="3.10.0" />
<PackageVersion Include="Quartz.Extensions.DependencyInjection" Version="3.10.0" />
<PackageVersion Include="Quartz.Extensions.Hosting" Version="3.10.0" />
<PackageVersion Include="Quartz" Version="3.13.0" />
<PackageVersion Include="Quartz.Extensions.DependencyInjection" Version="3.13.0" />
<PackageVersion Include="Quartz.Extensions.Hosting" Version="3.13.0" />
<PackageVersion Include="RabbitMQ.Client" Version="6.8.1" />
<PackageVersion Include="StackExchange.Redis" Version="2.8.0" />
<PackageVersion Include="StackExchange.Redis" Version="2.8.12" />
<PackageVersion Include="StrongNamer" Version="0.2.5" />
<PackageVersion Include="System.Collections.Immutable" Version="8.0.0" />
<PackageVersion Include="System.Data.SqlClient" Version="4.8.6" />
Expand All @@ -53,7 +53,7 @@
<PackageVersion Include="System.ServiceModel.Http" Version="6.2.0" />
<PackageVersion Include="System.ServiceModel.NetTcp" Version="6.2.0" />
<PackageVersion Include="System.ValueTuple" Version="4.5.0" />
<PackageVersion Include="Testcontainers" Version="3.9.0" />
<PackageVersion Include="Testcontainers" Version="3.10.0" />
<PackageVersion Include="Verify.Xunit" Version="20.8.2" />
<PackageVersion Include="xunit" Version="2.9.0" />
<PackageVersion Include="xunit.abstractions" Version="2.0.3" />
Expand Down
18 changes: 9 additions & 9 deletions test/IntegrationTests/LibraryVersions.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public static TheoryData<string> Azure
theoryData.Add(string.Empty);
#else
theoryData.Add("12.13.0");
theoryData.Add("12.20.0");
theoryData.Add("12.21.2");
#endif
return theoryData;
}
Expand All @@ -37,7 +37,7 @@ public static TheoryData<string> Elasticsearch
#else
theoryData.Add("8.0.0");
theoryData.Add("8.10.0");
theoryData.Add("8.14.4");
theoryData.Add("8.15.5");
#endif
return theoryData;
}
Expand All @@ -50,13 +50,13 @@ public static TheoryData<string> EntityFrameworkCore
#if DEFAULT_TEST_PACKAGE_VERSIONS
theoryData.Add(string.Empty);
#else
theoryData.Add("6.0.27");
theoryData.Add("6.0.33");
theoryData.Add("7.0.20");
#if NET8_0
theoryData.Add("8.0.2");
#endif
#if NET8_0
theoryData.Add("8.0.6");
theoryData.Add("8.0.8");
#endif
#endif
return theoryData;
Expand Down Expand Up @@ -119,7 +119,7 @@ public static TheoryData<string> MassTransit
theoryData.Add(string.Empty);
#else
theoryData.Add("8.0.0");
theoryData.Add("8.2.3");
theoryData.Add("8.2.5");
#endif
return theoryData;
}
Expand All @@ -135,7 +135,7 @@ public static TheoryData<string> SqlClientMicrosoft
theoryData.Add("2.1.7");
theoryData.Add("3.1.5");
theoryData.Add("4.0.5");
theoryData.Add("5.2.1");
theoryData.Add("5.2.2");
#endif
return theoryData;
}
Expand Down Expand Up @@ -262,7 +262,7 @@ public static TheoryData<string> Quartz
theoryData.Add(string.Empty);
#else
theoryData.Add("3.4.0");
theoryData.Add("3.10.0");
theoryData.Add("3.13.0");
#endif
return theoryData;
}
Expand All @@ -276,7 +276,7 @@ public static TheoryData<string> StackExchangeRedis
theoryData.Add(string.Empty);
#else
theoryData.Add("2.6.122");
theoryData.Add("2.8.0");
theoryData.Add("2.8.12");
#endif
return theoryData;
}
Expand Down Expand Up @@ -305,7 +305,7 @@ public static TheoryData<string> Kafka
#else
theoryData.Add("1.6.2");
theoryData.Add("1.8.2");
theoryData.Add("2.4.0");
theoryData.Add("2.5.3");
#endif
return theoryData;
}
Expand Down
2 changes: 1 addition & 1 deletion tools/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ItemGroup>
<PackageVersion Include="McMaster.Extensions.CommandLineUtils" Version="4.1.1" />
<PackageVersion Include="Microsoft.Build" Version="17.6.3" />
<PackageVersion Include="NuGet.ProjectModel" Version="6.10.1" />
<PackageVersion Include="NuGet.ProjectModel" Version="6.11.0" />
<PackageVersion Include="System.IO.Abstractions" Version="21.0.29" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ internal static class PackageVersionDefinitions
TestApplicationName = "TestApplication.EntityFrameworkCore",
Versions = new List<PackageVersion>
{
new("6.0.27"),
new("6.0.33"),
new("7.0.20"),
new("8.0.2", supportedTargetFrameworks: new[] { "net8.0" }, supportedExecutionFrameworks: new[] { "net8.0" }),
new("*", supportedTargetFrameworks: new[] { "net8.0" }, supportedExecutionFrameworks: new[] { "net8.0" })
Expand Down
Loading