We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 780dff8 commit ed8e367Copy full SHA for ed8e367
TodoApi.AppHost/TodoApi.AppHost.csproj
@@ -5,7 +5,6 @@
5
<PropertyGroup>
6
<OutputType>Exe</OutputType>
7
<IsAspireHost>true</IsAspireHost>
8
- <SkipAspireWorkloadManifest>true</SkipAspireWorkloadManifest>
9
<UserSecretsId>22f8485f-c345-41fa-9f21-ba96b1e511d1</UserSecretsId>
10
</PropertyGroup>
11
nuget.config
@@ -3,7 +3,7 @@
3
<packageSources>
4
<!--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">
0 commit comments