File tree 2 files changed +2
-2
lines changed
src/JsonApiDotNetCore.MongoDb
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
<AspNetVersion >6.0.*</AspNetVersion >
5
5
<JsonApiDotNetCoreVersion >5.0.1</JsonApiDotNetCoreVersion >
6
6
<MongoDBDriverVersion >2.15.0</MongoDBDriverVersion >
7
- <JsonApiDotNetCoreMongoDbVersionPrefix >5.0.1 </JsonApiDotNetCoreMongoDbVersionPrefix >
7
+ <JsonApiDotNetCoreMongoDbVersionPrefix >5.0.2 </JsonApiDotNetCoreMongoDbVersionPrefix >
8
8
<CodeAnalysisRuleSet >$(MSBuildThisFileDirectory)CodingGuidelines.ruleset</CodeAnalysisRuleSet >
9
9
<WarningLevel >9999</WarningLevel >
10
10
<Nullable >enable</Nullable >
Original file line number Diff line number Diff line change 32
32
</ItemGroup >
33
33
34
34
<ItemGroup >
35
- <PackageReference Include =" JsonApiDotNetCore" Version =" $(JsonApiDotNetCoreVersion) " />
35
+ <PackageReference Include =" JsonApiDotNetCore" Version =" 5.0.2-master-0900 " />
36
36
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
37
37
<PackageReference Include =" MongoDB.Driver" Version =" $(MongoDBDriverVersion)" />
38
38
<PackageReference Include =" SauceControl.InheritDoc" Version =" 1.3.0" PrivateAssets =" All" />
You can’t perform that action at this time.
0 commit comments