Skip to content

Commit b5ddf71

Browse files
authored
test: .NET 8 container test now tests a 2.x.x version of EnyimMemcachedCore (#3513)
1 parent e2233e6 commit b5ddf71

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

build/Dotty/packageInfo.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@
6969
"ignoreReason": "Breaking since 8.16.0. See https://new-relic.atlassian.net/browse/NR-356677"
7070
},
7171
{
72-
"packageName": "enyimmemcachedcore"
72+
"packageName": "enyimmemcachedcore",
73+
"ignoreTFMs": "net8.0",
74+
"ignoreReason": "net8.0 tests 2.x.x version"
7375
},
7476
{
7577
"packageName": "log4net"

tests/Agent/IntegrationTests/ContainerApplications/MemcachedTestApp/MemcachedTestApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77
<ItemGroup>
88
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.22.1" />
9-
<PackageReference Include="EnyimMemcachedCore" Version="3.4.7" Condition="'$(TargetFramework)' == 'net8.0'" />
9+
<PackageReference Include="EnyimMemcachedCore" Version="2.1.9" Condition="'$(TargetFramework)' == 'net8.0'" />
1010
<PackageReference Include="EnyimMemcachedCore" Version="3.4.7" Condition="'$(TargetFramework)' == 'net10.0'" />
1111
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.14.15">
1212
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)