Skip to content

Commit b905052

Browse files
authored
Disable MyGet preview feeds (#1285)
1 parent 237aa84 commit b905052

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

NuGet.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ under the License.
2121

2222
<configuration>
2323
<packageSources>
24-
<add key="ICU4N preview feed" value="https://www.myget.org/F/icu4n/api/v3/index.json" />
25-
<add key="J2N preview feed" value="https://www.myget.org/F/j2n-preview/api/v3/index.json" />
24+
<!-- <add key="ICU4N preview feed" value="https://www.myget.org/F/icu4n/api/v3/index.json" /> -->
25+
<!-- <add key="J2N preview feed" value="https://www.myget.org/F/j2n-preview/api/v3/index.json" /> -->
2626
<add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" />
2727
</packageSources>
2828
</configuration>

0 commit comments

Comments
 (0)