This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Compoment
/
BPA.CAP
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
upgrade mongo nuget package to 2.10.0, because 2.8.0 have bugs in .net core 3.0
master
Savorboard
4 years ago
parent
e0769632d8
commit
c08808c126
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Directory.Build.props
+2
-2
src/DotNetCore.CAP.MongoDB/DotNetCore.CAP.MongoDB.csproj
+ 1
- 1
src/Directory.Build.props
View File
@@ -23,7 +23,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0
-beta2-19351-01
" PrivateAssets="All"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
</ItemGroup>
</Project>
+ 2
- 2
src/DotNetCore.CAP.MongoDB/DotNetCore.CAP.MongoDB.csproj
View File
@@ -16,8 +16,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="MongoDB.Bson" Version="2.
8
.0" />
<PackageReference Include="MongoDB.Driver" Version="2.
8
.0" />
<PackageReference Include="MongoDB.Bson" Version="2.
10
.0" />
<PackageReference Include="MongoDB.Driver" Version="2.
10
.0" />
</ItemGroup>
</Project>
Write
Preview
Loading…
Cancel
Save