Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek authored Jul 19, 2023
1 parent 240a6d2 commit f59a712
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion build/LibraryVersions.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ public static class LibraryVersion
"2.1.50",
"2.5.61",
"2.6.66",
"2.6.116",
"2.6.122",
}
},
Expand Down
4 changes: 2 additions & 2 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
<PackageVersion Include="MongoDB.Driver.Core" Version="2.13.3" />
<PackageVersion Include="MongoDB.Libmongocrypt" Version="1.2.2" />
<PackageVersion Include="MySql.Data" Version="6.10.7" />
<PackageVersion Include="Pipelines.Sockets.Unofficial" Version="2.2.8" />
<PackageVersion Include="Pipelines.Sockets.Unofficial" Version="2.1.16" />
<PackageVersion Include="SharpCompress" Version="0.23.0" />
<PackageVersion Include="StackExchange.Redis" Version="2.6.122" />
<PackageVersion Include="StackExchange.Redis" Version="2.1.58" />
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="4.7.0" />
<PackageVersion Include="System.Diagnostics.PerformanceCounter" Version="4.7.0" />
<PackageVersion Include="System.Drawing.Common" Version="4.7.0" />
Expand Down
1 change: 0 additions & 1 deletion test/IntegrationTests/LibraryVersions.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ public static class LibraryVersion
new object[] { "2.1.50" },
new object[] { "2.5.61" },
new object[] { "2.6.66" },
new object[] { "2.6.116" },
new object[] { "2.6.122" },
#endif
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ internal static class PackageVersionDefinitions
"2.1.50",
"2.5.61",
"2.6.66",
"2.6.116",
"*"
}
}
Expand Down

0 comments on commit f59a712

Please sign in to comment.