Skip to content

Commit

Permalink
Merge pull request #5587 from valadas/litedb-fix
Browse files Browse the repository at this point in the history
Fixed an issue resolving LiteDB
  • Loading branch information
valadas authored Mar 22, 2023
2 parents 670658b + 4d634f6 commit 0c4f50b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
4 changes: 2 additions & 2 deletions DNN Platform/Modules/DnnExportImport/DnnExportImport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
<LangVersion>7</LangVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="LiteDB, Version=5.0.12.0, Culture=neutral, PublicKeyToken=4ee40123013c9f27, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\LiteDB.5.0.12\lib\net45\LiteDB.dll</HintPath>
<Reference Include="LiteDB, Version=5.0.13.0, Culture=neutral, PublicKeyToken=4ee40123013c9f27, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\LiteDB.5.0.13\lib\net45\LiteDB.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
<LangVersion>7</LangVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="LiteDB, Version=5.0.12.0, Culture=neutral, PublicKeyToken=4ee40123013c9f27, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\LiteDB.5.0.12\lib\net45\LiteDB.dll</HintPath>
<Reference Include="LiteDB, Version=5.0.13.0, Culture=neutral, PublicKeyToken=4ee40123013c9f27, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\LiteDB.5.0.13\lib\net45\LiteDB.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
13 changes: 1 addition & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19855,7 +19855,7 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"prop-types@npm:15.8.1":
"prop-types@npm:15.8.1, prop-types@npm:^15.8.1":
version: 15.8.1
resolution: "prop-types@npm:15.8.1"
dependencies:
Expand All @@ -19877,17 +19877,6 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"prop-types@npm:^15.8.1":
version: 15.8.1
resolution: "prop-types@npm:15.8.1"
dependencies:
loose-envify: ^1.4.0
object-assign: ^4.1.1
react-is: ^16.13.1
checksum: c056d3f1c057cb7ff8344c645450e14f088a915d078dcda795041765047fa080d38e5d626560ccaac94a4e16e3aa15f3557c1a9a8d1174530955e992c675e459
languageName: node
linkType: hard

"property-information@npm:^5.0.0, property-information@npm:^5.0.1":
version: 5.0.1
resolution: "property-information@npm:5.0.1"
Expand Down

0 comments on commit 0c4f50b

Please sign in to comment.