Skip to content

Commit ed8e367

Browse files
committed
Fixed package source mapping
1 parent 780dff8 commit ed8e367

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

TodoApi.AppHost/TodoApi.AppHost.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<PropertyGroup>
66
<OutputType>Exe</OutputType>
77
<IsAspireHost>true</IsAspireHost>
8-
<SkipAspireWorkloadManifest>true</SkipAspireWorkloadManifest>
98
<UserSecretsId>22f8485f-c345-41fa-9f21-ba96b1e511d1</UserSecretsId>
109
</PropertyGroup>
1110

nuget.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<packageSources>
44
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
55
<clear />
6-
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
6+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
77
</packageSources>
88
<packageSourceMapping>
99
<packageSource key="nuget.org">

0 commit comments

Comments
 (0)