Skip to content

Commit

Permalink
Merge pull request #32 from Lombiq/issue/OCC-245
Browse files Browse the repository at this point in the history
OCC-245: Update OC preview version
  • Loading branch information
Piedone authored Jul 28, 2024
2 parents 33cc4c5 + 34db871 commit 2e9d68f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lombiq.SetupExtensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OrchardCore.Abstractions" Version="2.0.0-preview-18200" />
<PackageReference Include="OrchardCore.Infrastructure" Version="2.0.0-preview-18200" />
<PackageReference Include="OrchardCore.Abstractions" Version="2.0.0-preview-18282" />
<PackageReference Include="OrchardCore.Infrastructure" Version="2.0.0-preview-18282" />
</ItemGroup>

</Project>
10 changes: 10 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!-- Ignore global configuration -->
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="OrchardCorePreview" value="https://nuget.cloudsmith.io/orchardcore/preview/v3/index.json" />
<add key="Lombiq" value="https://nuget.cloudsmith.io/lombiq/open-source-orchard-core-extensions/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit 2e9d68f

Please sign in to comment.