Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,8 @@
<fallbackPackageFolders>
<clear />
</fallbackPackageFolders>
<auditSources>
<clear />
<add key="nuget.org" value="https://data.nuget.org/v3/index.json" />
</auditSources>
</configuration>
2 changes: 1 addition & 1 deletion eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<Source Uri="https://github.com/dotnet/dotnet" Mapping="fsharp" Sha="1358fe9202089df7bdb79282a191c9dbbb773a06" BarId="320196" />
<Source Uri="https://github.com/dotnet/dotnet" Mapping="fsharp" Sha="a9679a8de87742e170318ea39f7f0e2874bcd441" BarId="320973" />
<ProductDependencies>
<Dependency Name="Microsoft.Build" Version="18.9.0-preview-26329-05">
<Uri>https://github.com/dotnet/msbuild</Uri>
Expand Down
Loading