Skip to content

Commit 2c6a1e7

Browse files
committed
Update package version and reference lib from cibuild
1 parent 6524e5e commit 2c6a1e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<AspNetVersion>6.0.*</AspNetVersion>
55
<JsonApiDotNetCoreVersion>5.0.1</JsonApiDotNetCoreVersion>
66
<MongoDBDriverVersion>2.15.0</MongoDBDriverVersion>
7-
<JsonApiDotNetCoreMongoDbVersionPrefix>5.0.1</JsonApiDotNetCoreMongoDbVersionPrefix>
7+
<JsonApiDotNetCoreMongoDbVersionPrefix>5.0.2</JsonApiDotNetCoreMongoDbVersionPrefix>
88
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)CodingGuidelines.ruleset</CodeAnalysisRuleSet>
99
<WarningLevel>9999</WarningLevel>
1010
<Nullable>enable</Nullable>

src/JsonApiDotNetCore.MongoDb/JsonApiDotNetCore.MongoDb.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</ItemGroup>
3333

3434
<ItemGroup>
35-
<PackageReference Include="JsonApiDotNetCore" Version="$(JsonApiDotNetCoreVersion)" />
35+
<PackageReference Include="JsonApiDotNetCore" Version="5.0.2-master-0900" />
3636
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
3737
<PackageReference Include="MongoDB.Driver" Version="$(MongoDBDriverVersion)" />
3838
<PackageReference Include="SauceControl.InheritDoc" Version="1.3.0" PrivateAssets="All" />

0 commit comments

Comments
 (0)