Skip to content

Commit

Permalink
Fixed package source mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfowl committed Nov 15, 2024
1 parent 780dff8 commit ed8e367
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion TodoApi.AppHost/TodoApi.AppHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<IsAspireHost>true</IsAspireHost>
<SkipAspireWorkloadManifest>true</SkipAspireWorkloadManifest>
<UserSecretsId>22f8485f-c345-41fa-9f21-ba96b1e511d1</UserSecretsId>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget.org">
Expand Down

0 comments on commit ed8e367

Please sign in to comment.