Skip to content

Commit

Permalink
Add devlooped packages from both dev/nuget feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Jan 26, 2024
1 parent 36ae506 commit e8d9507
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<Project>
<PropertyGroup>
<RestoreSources>https://api.nuget.org/v3/index.json;https://pkg.kzu.dev/index.json;</RestoreSources>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="AutoMapper" Version="12.0.0" />
<PackageVersion Include="Azure.Monitor.OpenTelemetry.Exporter" Version="1.0.0-beta.12" />
Expand Down
1 change: 1 addition & 0 deletions src/nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
<package pattern="Devlooped.*" />
</packageSource>
<packageSource key="kzu.dev">
<package pattern="Devlooped.*" />
Expand Down

0 comments on commit e8d9507

Please sign in to comment.