Skip to content

Commit

Permalink
Bump minimum MongoDB client version, plus net472 minimum as a result
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBoike committed Mar 13, 2024
1 parent 54e095b commit 1efd975
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
path: nugets/
retention-days: 7
- name: Setup MongoDB Server
uses: Particular/[email protected].0
uses: Particular/[email protected].1
with:
connection-string-name: NServiceBusStorageMongoDB_ConnectionString
mongodb-port: 27018
Expand Down
3 changes: 3 additions & 0 deletions src/NServiceBus.Storage.MongoDB.Tests/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ dotnet_diagnostic.NSB0004.severity = none
dotnet_diagnostic.NSB0006.severity = none
dotnet_diagnostic.NSB0009.severity = none
dotnet_diagnostic.NSB0012.severity = none

# IDE0028: Simplify collection initialization
dotnet_diagnostic.IDE0028.severity = suggestion
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net452;netstandard2.0</TargetFrameworks>
<TargetFrameworks>net472;netstandard2.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MongoDB.Driver" Version="[2.9.2, 3.0.0)" />
<PackageReference Include="MongoDB.Driver" Version="[2.19.0, 3.0.0)" />
<PackageReference Include="NServiceBus" Version="[7.8.0, 8.0.0)" />
<PackageReference Include="Particular.CodeRules" Version="0.2.1" PrivateAssets="All" />
<PackageReference Include="Particular.Packaging" Version="2.3.0" PrivateAssets="All" />
Expand Down

0 comments on commit 1efd975

Please sign in to comment.