Skip to content

Commit

Permalink
Use local package source
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasgomez238 committed Mar 8, 2024
1 parent bbd1fed commit d59f0c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PackageVersion>
</ItemDefinitionGroup>
<PropertyGroup>
<ComponentDetectionPackageVersion>4.2.0</ComponentDetectionPackageVersion>
<ComponentDetectionPackageVersion>4.0.12-preview.0.12</ComponentDetectionPackageVersion>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="AutoMapper" Version="10.1.1" />
Expand Down
2 changes: 1 addition & 1 deletion nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="LocalSource" value="C:\Users\segomez\Desktop\test-cd-packed" />
<add key="LocalSource" value="/Users/sebastian/Desktop/LocalSource" />
</packageSources>
</configuration>

0 comments on commit d59f0c9

Please sign in to comment.