Skip to content

Commit

Permalink
build: Remove myget.org reference in NuGet.config
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethmyhra committed Aug 25, 2023
1 parent 082252b commit 2582173
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
</packageRestore>
<packageSources>
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
<add key="MyGet" value="https://www.myget.org/F/fhir-net-api/" />
</packageSources>
<disabledPackageSources />
<activePackageSource>
Expand All @@ -15,4 +14,4 @@
<config>
<add key="repositoryPath" value=".\packages" />
</config>
</configuration>
</configuration>

0 comments on commit 2582173

Please sign in to comment.